I am going to try and setup SSL VPN on a 5510. I did a search for "SSL VPN Setup" and found the below config(from Supergrrover). my question is, do I need to have another public IP to point to? how would I setup the external url to access the SSL Vpn sign-in?
any help or updated config would be appreciated.
Quick example for WebVPN (clientless):
http server enable
url-list [ServerList] "Server" cifs://10.10.10.10/share
url-list [ServerList] "Server#2" cifs://AnotherServer/share
group-policy SSLVPNusers internal
group-policy SSLVPNusers attributes
banner value Welcome to ####### Remote Access Services !!!
vpn-idle-timeout 30
vpn-tunnel-protocol IPSec webvpn
webvpn
functions file-access file-entry file-browsing filter
url-list value [ServerList]
ssl encryption 3des-sha1
webvpn
enable outside
nbns-server [WINSServerIP] master timeout 4 retry 2
default-group-policy SSLVPNusers
any help or updated config would be appreciated.
Quick example for WebVPN (clientless):
http server enable
url-list [ServerList] "Server" cifs://10.10.10.10/share
url-list [ServerList] "Server#2" cifs://AnotherServer/share
group-policy SSLVPNusers internal
group-policy SSLVPNusers attributes
banner value Welcome to ####### Remote Access Services !!!
vpn-idle-timeout 30
vpn-tunnel-protocol IPSec webvpn
webvpn
functions file-access file-entry file-browsing filter
url-list value [ServerList]
ssl encryption 3des-sha1
webvpn
enable outside
nbns-server [WINSServerIP] master timeout 4 retry 2
default-group-policy SSLVPNusers