Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to config split-tunneling?

Status
Not open for further replies.

Oh

IS-IT--Management
Jun 24, 2002
92
JP
Hi, dear friends

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

oh
 
HI.

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.

Bye
Yizhar Hurwitz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top