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 configuration problem

When connecting from a remote PC I always get the following error in the PPTP log:

GRE: xmit failed from decaps_hdlc: No route to host


I am pretty sure that I am missing something obvious, but I have tried just about everything... and yes, I have even scaled down to a basic simple config, similar to the one described in "PPTP Road Warrior Document".

Here is a full Log capture:
2004-Feb 20 18:36:47 (none) pptpd[32440]: MGR: Launching /usr/local/sbin/pptpctrl to handle client
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: local address = 10.92.123.1
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: remote address = 10.92.123.3
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: pppd options file = /etc/ppp/options
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Client 194.105.227.112 control connection started
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Received PPTP Control Message (type: 1)
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Made a START CTRL CONN RPLY packet
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: I wrote 156 bytes to the client.
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Sent packet to client
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Received PPTP Control Message (type: 7)
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Set parameters to 1525 maxbps, 64 window size
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Made a OUT CALL RPLY packet
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Starting call (launching pppd, opening GRE)
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: pty_fd = 5
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: tty_fd = 6
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: I wrote 32 bytes to the client.
2004-Feb 20 18:36:47 (none) pptpd[32441]: CTRL (PPPD Launcher): Connection speed = 115200
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Sent packet to client
2004-Feb 20 18:36:47 (none) pptpd[32441]: CTRL (PPPD Launcher): local address = 10.92.123.1
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Received PPTP Control Message (type: 15)
2004-Feb 20 18:36:47 (none) pptpd[32441]: CTRL (PPPD Launcher): remote address = 10.92.123.3
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Got a SET LINK INFO packet with standard ACCMs
2004-Feb 20 18:36:47 (none) pppd[32441]: pppd 2.4.2b1 started by (unknown), uid 0
2004-Feb 20 18:36:47 (none) pppd[32441]: using channel 15
2004-Feb 20 18:36:47 (none) pppd[32441]: Starting negotiation on /dev/ttyp0
2004-Feb 20 18:36:47 (none) pppd[32441]: sent [LCP ConfReq id=0x1        ]
2004-Feb 20 18:36:47 (none) pptpd[32440]: GRE: xmit failed from decaps_hdlc: No route to host
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: PTY read or GRE write failed (pty,gre)=(5,6)
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Closing child BCrelay with pid 0
2004-Feb 20 18:36:47 (none) pppd[32441]: Modem hangup
2004-Feb 20 18:36:47 (none) pptpd[32440]: CTRL: Closing child ppp with pid 32441
2004-Feb 20 18:36:48 (none) pptpd[32440]: CTRL: Client 194.105.227.112 control connection finished
2004-Feb 20 18:36:48 (none) pppd[32441]: Terminating on signal 2.
2004-Feb 20 18:36:48 (none) pptpd[32440]: CTRL: Exiting now
2004-Feb 20 18:36:48 (none) pppd[32441]: Connection terminated.
2004-Feb 20 18:36:48 (none) pptpd[21152]: MGR: Reaped child 32440
2004-Feb 20 18:36:48 (none) pppd[32441]: Exit.

Can anyone point me in the right direction?

thanks,

  


This thread was automatically locked due to age.
  • Are you allowing the GRE traffic through your packet filters?

    PPTP works similar to FTP in that one service port (PPTP - 1723) carries the supervisory control traffic, while the other service port (GRE - 47) carries the payload. Unless traffic can flow on both ports, you won't have a working PPTP channel.

    Try these two packet  filter lines:

    Any   PPTP   Any   Allow 
    Any  GRE  Any  Allow