-1

I have a remote win xp machine to which I connect via RDP. When I open a Cisco VPN connection (4.8 client) on that machine, the RDP connection drops because all traffic is routed over the VPN connection now.

Is there a way to make this work?

me => rdp => winXp => vpn => target

2 Answers2

1

Yup - get the person who administers your VPN connection to allow split tunneling.

mfinni
  • 36,144
  • 4
  • 53
  • 86
1

Hi you need to configure split tunnelling on your VPN connection.

Split tunnelliong allows traffic to continue to route to the LAN, and also route through the VPN.

http://en.wikipedia.org/wiki/Split_tunneling

Here is a configuration example for cisco ASA/PIX:

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080702999.shtml

pablo
  • 3,040
  • 1
  • 19
  • 23