diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-11-04 12:24:20 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-11-04 12:24:20 -0500 |
commit | a89cf7502e2e8d69ea21573aefbf8a447c42ff54 (patch) | |
tree | 7e150e99d7106e7ff4d9f822c4a17cf9b1f0f66a | |
parent | 9a98117474a317250544363e85e50ff7cb45c21b (diff) |
vpn
-rw-r--r-- | posts/uw-madison-vpn.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/posts/uw-madison-vpn.md b/posts/uw-madison-vpn.md new file mode 100644 index 0000000..5a4cb43 --- /dev/null +++ b/posts/uw-madison-vpn.md @@ -0,0 +1,15 @@ +title: uw-madison-vpn +date: 2021-11-04 +tags: + +UW-Madison expects Linux users to use [Global Protect](https://www.paloaltonetworks.com/products/globalprotect) to connect to the campus network remotely. +Global Protect is really really evil. + +Instead, use [openconnect](https://packages.debian.org/source/sid/openconnect). +It works! + +``` +sudo openconnect --protocol gp uwmadison.vpn.wisc.edu --csd-wrapper /usr/libexec/openconnect/hipreport.sh +``` + +Thanks to [Kyle Sunden](https://ksunden.space/) for the tip. |