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 for DSL not working

Hi,

I have a problem setting up a PPTP connection through my DSL router (Alcatel Speedtouch). Everything seems to work fine (I have connectivity to my DSL router), but the PPTP connection doesn't work.

In the /var/log/daemon file I see the following:

Jun 25 22:20:52 (none) logger: pptpc[17643] PPTP over Ethernet Loop Control Script activated 
Jun 25 22:20:52 (none) logger: pptpc[17643] waiting 10 seconds for mdw filter setup 
Jun 25 22:21:02 (none) logger: pptpc[17643] initiating PPTP connection 
Jun 25 22:21:02 (none) pppd[17765]: pppd 2.4.1 started by root, uid 0
Jun 25 22:21:02 (none) pppd[17765]: using channel 38
Jun 25 22:21:02 (none) logger: pptpc[17643] waiting 10 sec for ip-up script 
Jun 25 22:21:02 (none) pppd[17765]: Using interface ppp0
Jun 25 22:21:02 (none) pppd[17765]: Connect: ppp0  /dev/ttyp0
Jun 25 22:21:03 (none) pppd[17765]: sent [LCP ConfReq id=0x1     ]
Jun 25 22:21:09 (none) last message repeated 2 times
Jun 25 22:21:12 (none) logger: pptpc[17643] looking for IP info in /var/run/pptp/eth1#ADSL 
Jun 25 22:21:12 (none) logger: pptpc[17643] /var/run/pptp/eth1#ADSL not found, check ip-up script 
Jun 25 22:21:12 (none) logger: pptpc[17643] shutting down pptp connection  10.0.0.138
Jun 25 22:21:12 (none) pppd[17765]: sent [LCP ConfReq id=0x1     ]
Jun 25 22:21:12 (none) pppd[17765]: Terminating on signal 15.
Jun 25 22:21:12 (none) pppd[17765]: sent [LCP TermReq id=0x2 "User request"]
Jun 25 22:21:12 (none) pppd[17765]: Child process /usr/sbin/pptp-current 10.0.0.138 --nolaunchpppd (pid 17766) terminated with signal 15
Jun 25 22:21:12 (none) pppd[17765]: Modem hangup
Jun 25 22:21:12 (none) pppd[17765]: Connection terminated.
Jun 25 22:21:12 (none) pppd[17765]: Exit.
Jun 25 22:21:12 (none) logger: pptpc[17643] removing UNIX domain socket /var/run/pptp/10.0.0.138 
Jun 25 22:21:12 (none) logger: pptpc[17643] verifying running processes 
Jun 25 22:21:12 (none) logger: pptpc[17643] pppd:  : call ADSL ipparam eth1#ADSL failed
Jun 25 22:21:12 (none) logger: pptpc[17643] pptp: call manager or gre-gateway failed
Jun 25 22:21:12 (none) logger: pptpc[17643] one or more processes missing 
Jun 25 22:21:12 (none) logger: pptpc[17643] shutting down pptp connection  10.0.0.138
Jun 25 22:21:17 (none) logger: pptpc[17643] removing UNIX domain socket /var/run/pptp/10.0.0.138 
Jun 25 22:21:17 (none) logger: pptpc[17643] encountered 1 errors so far 
Jun 25 22:21:17 (none) logger: pptpc[17643] connection terminated after 10 sec 
Jun 25 22:21:17 (none) logger: pptpc[17643] connection terminated prematurely 
Jun 25 22:21:17 (none) logger: pptpc[17643] restarting connection in 30 sec 
Jun 25 22:21:17 (none) logger: pptpc[17643] 1/3 critical error threshold 


It seems Astaro misses some files in the /var/run/pptp directory (which doesn't even exist on my Astaro box).

I'm using Astaro 4.008.

Does anybody have a clue about what I'm doing wrong?

Bye,

Sven van Heel
  


This thread was automatically locked due to age.
Parents
  • Hi
    I don't have a solution for you, but I have the same problem.
    I hav established a connection bij making the modem act as router and forwarding everything to theexternal interface of the astaro box.

    Not everything is working the way I want though [:(]

    Have you found a solution yet?
    grtz 
Reply
  • Hi
    I don't have a solution for you, but I have the same problem.
    I hav established a connection bij making the modem act as router and forwarding everything to theexternal interface of the astaro box.

    Not everything is working the way I want though [:(]

    Have you found a solution yet?
    grtz 
Children
  • Have a look at your packet logs, see if traffic is getting dropped on port 1723 to the modem.

    If so try going to a root prompt and typing this:
    iptables -I OUTPUT -d /32 -p tcp --dport 1723 -j ACCEPT

    Credit to astaro support for providing this.

    Campbell