ios vpn tunnel - split tunnel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 03:06 PM - edited 02-21-2020 12:45 PM
Can I use a 3640 to terminate vpn clients and allows split-tunneling... like the pix?
- Labels:
-
Other VPN Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 04:58 PM
Sure, run 12.2(8)T or above on the router, and follow this:
http://www.cisco.com/warp/public/480/ipsec-ios-tacacs.html
Note this is for TACACS user authentication, if you want to do this locally on the router do the following:
aaa authentication login userauthen group local
username
You can have as many "username...." lines as you like.
The split tunnelling part of the config is detailed at the end of the VPN client configuration in the sample config.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 05:14 PM
right on! thanks
