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 problem Windows XP

I've set up Astaro V5 (fully Up2date) on a machine and set up PPTP VPN access. When I use the built in Windows XP VPN setup (Dial-Up Networking) from my  home machine (which is behind NAT, not sure if that matters), I can connect without problems. However, after my machine has authenticated, I get some weird results. The IP address I get is in the PPTP-pool that I defined, but the netmask has been set to 255.255.255.255, and the default gateway is set to the same IP address as the one that I get.

Is this normal behaviour? I can't seem to get a working connection to my internal LAN this way.


This thread was automatically locked due to age.
Parents
  • What you are seeing for addresses and masks is entirely normal. When you type ROUTE PRINT at a command prompt in Windows XP (or Win2K, or Win2K3) you should get a table something like this:

    Code:
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0     10.244.243.3    10.244.243.3       1
              0.0.0.0          0.0.0.0      192.168.1.1   192.168.1.101       31
         10.244.243.3  255.255.255.255        127.0.0.1       127.0.0.1       50
       10.255.255.255  255.255.255.255     10.244.243.3    10.244.243.3       50
            127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
          192.168.1.0    255.255.255.0    192.168.1.101   192.168.1.101       30
        192.168.1.101  255.255.255.255        127.0.0.1       127.0.0.1       30
        192.168.1.255  255.255.255.255    192.168.1.101   192.168.1.101       30
         192.168.90.0    255.255.255.0      192.168.1.1   192.168.1.101       2
         192.168.90.6  255.255.255.255      192.168.1.1   192.168.1.101       2
            224.0.0.0        240.0.0.0    192.168.1.101   192.168.1.101       30
            224.0.0.0        240.0.0.0     10.244.243.3    10.244.243.3       1
      255.255.255.255  255.255.255.255     10.244.243.3               3       1
      255.255.255.255  255.255.255.255    192.168.1.101   192.168.1.101       1
    Default Gateway:      10.244.243.3



    You are connecting OK through your PPTP tunnel. Your problem may be that you are missing the nessessary packet filter rules to allow the traffic you want to pass between the internal network and the tunnels' virtual subnet.

    Try putting in a temporary "Any Any Any Allow" catch all filter rule, and see if that helps.
Reply
  • What you are seeing for addresses and masks is entirely normal. When you type ROUTE PRINT at a command prompt in Windows XP (or Win2K, or Win2K3) you should get a table something like this:

    Code:
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0     10.244.243.3    10.244.243.3       1
              0.0.0.0          0.0.0.0      192.168.1.1   192.168.1.101       31
         10.244.243.3  255.255.255.255        127.0.0.1       127.0.0.1       50
       10.255.255.255  255.255.255.255     10.244.243.3    10.244.243.3       50
            127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
          192.168.1.0    255.255.255.0    192.168.1.101   192.168.1.101       30
        192.168.1.101  255.255.255.255        127.0.0.1       127.0.0.1       30
        192.168.1.255  255.255.255.255    192.168.1.101   192.168.1.101       30
         192.168.90.0    255.255.255.0      192.168.1.1   192.168.1.101       2
         192.168.90.6  255.255.255.255      192.168.1.1   192.168.1.101       2
            224.0.0.0        240.0.0.0    192.168.1.101   192.168.1.101       30
            224.0.0.0        240.0.0.0     10.244.243.3    10.244.243.3       1
      255.255.255.255  255.255.255.255     10.244.243.3               3       1
      255.255.255.255  255.255.255.255    192.168.1.101   192.168.1.101       1
    Default Gateway:      10.244.243.3



    You are connecting OK through your PPTP tunnel. Your problem may be that you are missing the nessessary packet filter rules to allow the traffic you want to pass between the internal network and the tunnels' virtual subnet.

    Try putting in a temporary "Any Any Any Allow" catch all filter rule, and see if that helps.
Children
No Data