I have a problem with the anyconnect web vpn. Here is my config:
ip local pool new 10.0.0.200 10.0.0.210
webvpn gateway WEBVPN
ip address 74.x.x.x port 443
ssl encryption 3des-sha1
ssl trustpoint TP-self-signed-1439281522
inservice
!
webvpn install svc flash:/webvpn/acwin.pkg sequence 1
!
webvpn context IT
secondary-color white
title-color #CCCC66
text-color black
ssl authenticate verify all
!
inservice
!
!
webvpn context WEBVPN
title "CISCOWEBVPN"
ssl authenticate verify all
!
login-message "Unauthorized Access Prohibited!"
!
policy group WEBVPN
functions svc-enabled
svc address-pool "new"
svc keep-client-installed
svc dns-server primary 74.x.x.x
default-group-policy WEBVPN
aaa authentication list local_auth
gateway WEBVPN
max-users 10
inservice
!
end
I have an interface on this device with the ip address 10.0.0.9. I want to use it as the default gateway. However, the any connect clients always get 10.0.0.1 as the default gateway. How can I force it to use another default gateway?