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 dynIP

I've been having some troubles with PPTP with Windows XP => ASL V5.019.  I can authenticate and connect fine.  I can ping computers in the private address space (somehow) but nothing beyond that.  I notice that the IP that astaro gave me had the subnet mask of 255.255.255.255.  This seems impossible.  How is my client supposed to communicate with anything and how did the pings even work?  Does ASL route between the private subnets?  I made sure to turn LCP extensions off.  I am still getting this error:

2004:08:23-19:17:02 (none) pptpd[6899]: GRE: Bad checksum from pppd.
2004:08:23-19:17:02 (none) pptpd[6899]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
2004:08:23-19:17:04 (none) pppd-pptp[6900]: Using interface ppp0
2004:08:23-19:17:04 (none) pppd-pptp[6900]: MPPE 128-bit stateless compression enabled
2004:08:23-19:17:06 (none) pppd-pptp[6900]: Cannot determine ethernet address for proxy ARP
2004:08:23-19:17:06 (none) pppd-pptp[6900]: local IP address 192.168.1.1
2004:08:23-19:17:06 (none) pppd-pptp[6900]: remote IP address 192.168.1.2

I alloted the pool of 192.168.1.0/24 for my PPTP connections but for some reason, that isn't what is happening. Do I need to bind a second IP in that subnet to any of my interfaces for this to work?  Am I missing something really stupid? Any help would be appreciated.


This thread was automatically locked due to age.
Parents
  • To get any traffic routed from your pptp computer, you have to add a route to the main network. On a windows pc:

    route add 192.168.x.0 mask 255.255.255.0 192.168.1.y

    where x is your main netwerk id and y is the ip you've got from the asl for pptp access. further you need to install rules to allow access, but you will see any violation in the live log of the packet filter.

    Lars
Reply
  • To get any traffic routed from your pptp computer, you have to add a route to the main network. On a windows pc:

    route add 192.168.x.0 mask 255.255.255.0 192.168.1.y

    where x is your main netwerk id and y is the ip you've got from the asl for pptp access. further you need to install rules to allow access, but you will see any violation in the live log of the packet filter.

    Lars
Children
No Data