Commit 795afe69 by amir

cisco vpn scripts

parent 11e32255
#!/bin/bash
openvpn --mktun --dev tun1
ifconfig tun1 up
echo "$1" | openconnect --interface=tun1 -u ipg.test --no-cert-check --passwd-on-stdin devnetsandboxlabs.cisco.com/rave49
#!/bin/bash
ifconfig tun1 down
openvpn --rmtun --dev tun1
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