This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PPTP routing question

I setup a PPTP based VPN. My internal network is 10.2.0.0/24 while the PPTP users get an IP address assigned from 192.168.100.0/24

Windows connects but there is a missing entry in the routig table. After adding the routing rule manually everything works. Is there a way to automate this ? how ? where ?

Somebody mentioned it to me that the router suppose to send  a RIP-1 or RIP-2 message to the client advising about the new route.

thanks for the help
G.


This thread was automatically locked due to age.
  • Typically what happens is that a 32-bit Windows machine (Win2K,XP) on a dynamic, DHCP assigned address, will change its default route to point into the VPN tunnel when the PPTP connection comes up.

    If the Windows machine have a statically assigned address, then this does not always happen. Often the default route remains as it was after the VPN tunnel connects. You can verify the default route by typing ROUTE PRINT at the command prompt. This is a Microsoft issue, and has nothing to do with ASL's PPTP VPN capabilities.

    If your remote Windows machine uses automatically assigned IP addressing (the default), then you should not have a problem.
  • The client computer is windows XP with the latest service packs and hotfixes. Also this computer is used to connect to various PPTP based VPNs and the routing is never a problem.

    I checked out the routing table and sure enough it misses a routing rule. if I enter the following rule everything works:

    ROUTE ADD 10.2.0.0 MASK 255.255.255.0 192.168.100.1

    The challange is that 192.168.100.1 is from a pool of available IP address and I can't hard code it into the routing table of the client computer. The VPN users are very non-technical persons. I can't require them to type understand a routing table and type in a new  rule every time when they connect.

    thanks for any help
  • [ QUOTE ]
    The client computer is windows XP with the latest service packs and hotfixes. Also this computer is used to connect to various PPTP based VPNs and the routing is never a problem.

    [/ QUOTE ]Hardly true. The routing is a problem, which is why you started this discussion thread.

    Back to my original question. Does the WinXP workstation have a static or dynamically assigned IP address? This is the single issue that can affect whether the default route will automatically point into the PPTP tunnel when it comes up.