how to config the split-tunneling at the easy VPN mode? I serach the cisco doc and only know to add a access-list and bind it to a vpngroup. Can somebody tell me in detail?
Thanks
I have not tried it with the Easy VPN setup, but I guess it is the same cofiguration (on the Easy VPN server) as for "normal" clients.
You create an access-list similar to this one:
access-list split permit ip 10.0.0.0 255.255.255.0 192.168.15.0 255.255.255.0
Where 10.0.0.0 = Local LAN of VPN server
And 192.168.15.0 = Addresses of VPN clients
You bind it using the "vpngroup" command, see the exact syntax in Cisco website or using the "?" parameter.
You can use a GUI to configure which will help you with the syntax. The new PDM has VPN support so you can try it, and also pixcript can configure for VPN clients, so I guess (but did not try yet) that it will work for you also.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.