diff options
author | Arun Isaac | 2022-08-23 16:06:11 +0530 |
---|---|---|
committer | Arun Isaac | 2022-08-23 16:06:11 +0530 |
commit | ddd3d8782536eb2ff020c82590c75a48c4943233 (patch) | |
tree | 55d05a5f39136a99a75a9657303e262f7461c60d /topics/uthsc-vpn-with-free-software.gmi | |
parent | 103ba68067ec44873f644bad8591a74023fe764f (diff) | |
download | gn-gemtext-ddd3d8782536eb2ff020c82590c75a48c4943233.tar.gz |
Capitalize authgroup openconnect-sso argument.
Diffstat (limited to 'topics/uthsc-vpn-with-free-software.gmi')
-rw-r--r-- | topics/uthsc-vpn-with-free-software.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/uthsc-vpn-with-free-software.gmi b/topics/uthsc-vpn-with-free-software.gmi index f7f9fe0..05f389b 100644 --- a/topics/uthsc-vpn-with-free-software.gmi +++ b/topics/uthsc-vpn-with-free-software.gmi @@ -6,7 +6,7 @@ It is possible to connect to the UTHSC VPN using only free software. For this, y To connect, run openconnect-sso as follows and enter your password when prompted. A browser window will pop up for you to complete the Duo authentication. Once done, you will be connected to the VPN. ``` -$ openconnect-sso --server uthscvpn1.uthsc.edu --user your-netid --authgroup uthsc +$ openconnect-sso --server uthscvpn1.uthsc.edu --user your-netid --authgroup UTHSC ``` ## Avoid tunneling all your network traffic through the VPN (aka Split Tunneling) @@ -16,7 +16,7 @@ openconnect, by default, tunnels all your traffic through the VPN. This is not g For example, to connect to the UTHSC VPN but only access the hosts tux01 and tux02e through the VPN, run the following command. ``` -$ openconnect-sso --server uthscvpn1.uthsc.edu --user your-netid --authgroup uthsc -- --script 'vpn-slice tux01 tux02e' +$ openconnect-sso --server uthscvpn1.uthsc.edu --user your-netid --authgroup UTHSC -- --script 'vpn-slice tux01 tux02e' ``` The vpn-slice script looks up the hostnames tux01 and tux02e on the VPN DNS and adds /etc/hosts entries and routes to your system. vpn-slice can also set up more complicated routes. To learn more, read the vpn-slice documentation. |