04-04-2011 06:07 PM
Hi Guys
Can someone provide some guidance on what needs to be done to allow clients who connect to an IOS based SSL VPN (i.e. using the AnyConnect client) to connect to the internet? Clients can connect to the VPN with no issues and access resources internally, however accessing the Internet through the VPN is a no go.
Have successfully accomplished this on an ASA, and there is a guide which provides for this using IPSEC on IOS, however can't find anything with particular reference to the IOS based SSL VPN.
Many thanks for your help
Paul
04-05-2011 12:27 AM
You can configure Virtual-Template, and apply "ip nat inside" on that virtual template, and assign the virtual template to your webvpn context.
Example:
interface virtual-template 5
ip unnumbered
ip nat inside
webvpn context
virtual-template 5
And your normal NAT ACL to allow from the SSL VPN pool subnet to any, and deny prior to the permit for local subnet towards the ssl vpn subnet.
Hope that helps.
04-05-2011 03:41 AM
Hi Paul,
Please find the link for anyconnect with IOS below:
The following link gives details of the anyconnect connection with IOS and Zone based Firewall:
http://www.cisco.com/en/US/products/ps8411/products_configuration_example09186a0080b25941.shtml#ios
Hope this helps.
Regards,
Anisha
P.S.: please mark this thread as answered if you feel your query is resolved. Do rate helpful posts.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide