Created
January 28, 2018 16:22
-
-
Save orette/4581da13f30117c8adeffd9471136480 to your computer and use it in GitHub Desktop.
cisco-any-connect-vpn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo apt-get install openvpn openconnect | |
| $ sudo openvpn --mktun --dev tun1 | |
| $ sudo ifconfig tun1 up | |
| $ sudo openconnect vpn.myserver.com [--authgroup=mygroup] --interface=tun1 | |
| $ sudo ifconfig tun1 down | |
| $ sudo openvpn --rmtun --dev tun1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment