Mathieu said:
Hi
I have a little problem.
I have Windows XP Pro and I have to use a VPN connexion.
My pc is also connected to a lan. When my VPN connection
is on, i can not acces my lan and as soon as my VPN
session is closed, my lan become accessible.
Some one have an idea how to fix the problem?
Thanks
Mathieu
The VPN connection is altering the routing table.
Since it's taking out the LAN itself, not just external Internet traffic,
( which is just a default gateway problem ),
I suspest this is a manifestation of an issue I've come across before.
Can you go to the command prompt and do a 'route print'
with the VPN disconnected, and then again with the VPN up.
Copy and paste the 2 route tables in a reply to this message.
The reason I ask for this information is I have a suspicion the problem is
this:
I have a suspicion your lan is using a private IP address range,
for example 10.x.x.x. And the VPN is assigning a similar address, like
10.x.x.x.
The VPN client does ot use a subnet mask to determint the routing.
It uses the IP address 'class' and assumes a subnet mask of 255.0.0.0 which
routes
the *entire* 10.x.x.x subnet down the VPN.
This makes the 'local' 10.x.x.x subnet unreachable.
There's no way to delete this massive route hi-jacking and replace
it with a more specific subnetted route for the VPN, excluding the local
subnet.
To quote from:
http://www.microsoft.com/technet/itsolutions/network/deploy/depovg/vpndeply.mspx
"When the Use default gateway on remote network check box is cleared,
a default route is not created, however, a route corresponding to the
Internet address class of the assigned IP address is created. For
example, if the address assigned during the connection process is
10.0.12.119,
the Windows 2000 and Windows XP VPN client creates a route for the
class-based network ID 10.0.0.0 with the subnet mask 255.0.0.0. "
I need to inspect the route tables to confirm this.
If this does turn out to be the problem, the only fix would be to
move the LAN to a different private IP address range, like 192.168.0.x.