cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
0
Helpful
8
Replies

VPN kill other internet traffic

dian.it
Level 1
Level 1

When VPN are stablished i cant browse or send mail, only send and receive traffic from vpn network. How can pass traffic trought VPN and pass traffic to other destination too.

8 Replies 8

mheusinger
Level 10
Level 10

Hello,

what you are asking for sounds like a split tunnel implementation. Have a look at

"Configuring Cisco VPN Client 3.5 and the Cisco Integrated Client to Secure Nonencrypted Traffic While Using Split Tunneling" at

http://www.cisco.com/en/US/products/hw/vpndevc/ps2284/products_configuration_example09186a0080094b02.shtml

It has to be configured on the central VPN device and can not be modified by client settings.

Once you are connected to the vpn device Internet access can be established from the internal network, f.e. with an enterprise internet proxy.

Hope this helps! Please rate all posts.

Regards, Martin

jackko
Level 7
Level 7

split tunneling needs to be configured on the vpn server.

cisco router, pix, asa, and concentrator are all capable to perform split tunneling. further, with pix v7 or asa, it can be configured to redirect the internet traffic.

Can you tell me the structure of command ?

Thanks

please advise what sort of device we are discussing here, and then we can provide the commands.

please advise what sort of device we are discussing here, and then we can provide the commands.

Cisco PIX 515E

e.g.

access-list 120 permit ip 192.168.1.0 255.255.255.0 10.1.1.0 255.255.255.0

vpngroup vpnclient split-tunnel 120

whereas 192.168.1.0 is the pix inside net; and 10.1.1.0 is the vpn client pool.

please advise what sort of device we are discussing here, and then we can provide the commands.