Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smolkaj/ucl-vpn
access UCL's VPN without Any Connect
https://github.com/smolkaj/ucl-vpn
ucl vpn
Last synced: 29 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T19:38:51.000Z (over 7 years ago)
- Last Synced: 2025-01-01T11:38:31.182Z (about 1 month ago)
- Topics: ucl, vpn
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- 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/