]> code.communitydata.science - nu-vpn-proxy.git/blob - README-CDSC
Commands to connect / disconnect from NU vpn.
[nu-vpn-proxy.git] / README-CDSC
1 ===========================
2 == INSTALLATION ===========
3 ===========================
4
5 1.
6
7 Install prerequisites. This will include:
8
9   sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-webkit2-4.0 openconnect ocproxy
10
11 Also, note that you'll need at least version 8 of openconnect. If you're not sure what you've got, run:
12
13   openconnect --version
14
15 2.
16
17 Install this directory into: ~/bin/nu-vpn-proxy
18
19 3.
20
21 Change your System UUID in the script. You can get this with the command:
22
23   sudo dmidecode|grep UUID
24
25 You should see a line like:
26
27   UUID: deadbeef-dead-beef-dead-beefdeadbeef
28
29 Edit the file hipreport-modified.sh to change the variable HOSTID so that it is
30 equal to this number. Change the line that says
31 "deadbeef-dead-beef-dead-beefdeadbeaf" so that it lists your UUID.
32
33 4. [optional]
34
35 Change bmh1867 to your username and add the following stanza text to your
36 ~/.ssh/config:
37
38 Host kibo kibo.soc.northwestern.edu
39     Hostname kibo.soc.northwestern.edu
40     User bmh1867
41     ProxyCommand ~/bin/nu-vpn-proxy/ssh-vpn-proxy %h %p
42     ForwardAgent yes
43     ServerAliveInterval 120
44
45 ===========================
46 == USAGE ==================
47 ===========================
48
49 There are two ways to use this.
50
51 1. *Only* for SSH connections to kibo.
52
53 This should be just as simple as running:
54
55   ssh kibo
56
57 You can run the command mulptiple time and it should work. When you close the
58 first connection though, it will disconnect all of your connections.
59
60 2. Your entire connection.
61
62 Run the following command:
63
64   ~/bin/nu-vpn-proxy/openconnect_command-general.sh 
65
66 While this command is running, you should be connected through the VPN. Run
67 Ctrl-C to disconnect.
68

Community Data Science Collective || Want to submit a patch?