Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
795afe69
authored
Sep 14, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
cisco vpn scripts
parent
11e32255
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
platforms/cisco cdp/connect.sh
platforms/cisco cdp/disconnect.sh
platforms/cisco cdp/connect.sh
0 → 100755
View file @
795afe69
#!/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
platforms/cisco cdp/disconnect.sh
0 → 100755
View file @
795afe69
#!/bin/bash
ifconfig tun1 down
openvpn
--rmtun
--dev
tun1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment