Commit 11e32255 by amir

cisco vpn

parent aa10b350
Showing with 14 additions and 0 deletions
...@@ -12,6 +12,20 @@ https://learninglabs.cisco.com/lab/cdp103/step/1 ...@@ -12,6 +12,20 @@ https://learninglabs.cisco.com/lab/cdp103/step/1
- active "Reserve" and wait for the mail to ipg.test - active "Reserve" and wait for the mail to ipg.test
[CLI]
http://tuxdiary.com/2014/09/04/cisco-anyconnect-vpn-with-openvpn-openconnect/
apt-get install openvpn openconnect
- connect:
openvpn --mktun --dev tun1
ifconfig tun1 up
openconnect --interface=tun1 -u ipg.test devnetsandboxlabs.cisco.com/rave49
# accept(yes) and enter password
- disconnet:
ifconfig tun1 down
openvpn --rmtun --dev tun1
[INSTALL VPN ] [INSTALL VPN ]
http://www.humans-enabled.com/2011/06/how-to-connect-ubuntu-linux-to-cisco.html http://www.humans-enabled.com/2011/06/how-to-connect-ubuntu-linux-to-cisco.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment