-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathsetup_anyconnect_asav.cfg
41 lines (35 loc) · 1.11 KB
/
setup_anyconnect_asav.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# do this before:
# scp didn't work
# $ scp /home/user/anyconnect-win-2.5.2014-k9.pkg user@192.168.100.99:disk0://
# so instead i have used http:
# ciscoasa# copy http://192.168.100.201:8000/anyconnect-win-2.5.2014-k9.pkg .
crypto key generate rsa label sslvpnkey
crypto ca trustpoint localtrust
enrollment self
fqdn sslvpn.mycompany.com
subject-name CN=sslvpn.mycompany.com
keypair sslvpnkey
crypto ca enroll localtrust noconfirm
ssl trust-point localtrust outside
webvpn
svc image disk0:/anyconnect-win-2.5.2014-k9.pkg
enable outside
svc enable
config t
ip local pool SSLClientPool 192.168.100.1-192.168.100.50 mask 255.255.255.0
group-policy SSLCLient internal
group-policy SSLCLient attributes
dns-server value 192.168.200.5
vpn-tunnel-protocol svc
default-domain value mysite.com
address-pools value SSLClientPool
sysopt connection permit-vpn
tunnel-group SSLClient type remote-access
tunnel-group SSLClient general-attributes
default-group-policy SSLCLient
tunnel-group SSLClient webvpn-attributes
group-alias MY_WEBVPN_INTERFACE enable
webvpn
tunnel-group-list enable
username user attributes
service-type remote-access