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

Help. Need routing help.

Hi,
I just setup a PPTP Road Warrior VPN connection to my home ASL box from my work.
Works very well, I can ping the private addresses and do everything I needed to.

Problem is, my work box can now no longer see the internet once the connection is established.

How to get both working at the same time, so I can say ping www.astaro.org as well as my private home network.  I'm guessing it's routing but not sure what to do as I'm a routing newbie.


This thread was automatically locked due to age.
Parents Reply Children
  • If you are using Microsofts pptp client then untick the use default gateway on remote network. Go to the connection properties then the Tcpip properties select the advanced tab. By default it routes all traffic through the VPN link.
  • I found if I did that, then all traffic ignored the PPTP link and went via normal routing, I could no longer ping my private machines behind the ASL firewall...

     
    Originally posted by davidt:
    If you are using Microsofts pptp client then untick the use default gateway on remote network. Go to the connection properties then the Tcpip properties select the advanced tab. By default it routes all traffic through the VPN link.
  • I found if I did that, then all traffic ignored the PPTP link and went via normal routing, I could no longer ping my private machines behind the ASL firewall...
    You could then add the route to your private network manually. I do this in a batch file which also starts the VPN connection such as:

    code:
    rasdial   *
    route add  mask  

    Of course this only works if you set your ASL to assign a fixed IP for each PPTP user.
    BTW. The route is automatically deleted when you close your VPN connection.

    Regards,
    Carsten
  • Thanks, I'll try that on Monday.