https://github.com/smolkaj/ucl-vpn
access UCL's VPN without Any Connect
https://github.com/smolkaj/ucl-vpn
ucl vpn
Last synced: 8 months ago
JSON representation
access UCL's VPN without Any Connect
- Host: GitHub
- URL: https://github.com/smolkaj/ucl-vpn
- Owner: smolkaj
- Created: 2017-07-12T14:45:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T19:38:51.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T17:05:21.973Z (8 months ago)
- Topics: ucl, vpn
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ucl-vpn
A simple script allowing you to connect to UCL's VPN using openconnect instead of Cisco's annoying, buggy AnyConnect.
## Dependencies
* MacOS: `brew install openconnect curl`
* Ubuntu: `apt-get install openconnect curl`
## Usage
Make sure both files are executable: `chmod +x `.
Optionally, create a symlink to `ucl` in a folder that is on your PATH.
Then connect to UCL's VPN simply by running `ucl`.
## Credit
script adapted from https://blogs.ucl.ac.uk/dh/2015/09/18/tutorial-ucl-vpn-linux/