PPTP server stuck at "GRE: Bad checksum from pppd"

Posted by user92516 on Ask Ubuntu See other posts from Ask Ubuntu or by user92516
Published on 2012-09-24T20:31:07Z Indexed on 2012/09/24 21:49 UTC
Read the original article Hit count: 1181

Filed under:
|

I am a network engineer having quite limited experience with Ubuntu. I have been following up these online instructions to set up a pptp server but without much luck to get it to work. My server is a vm running an Apple Xserve behind a Cisco firewall. I made sure tcp 1723 and GRE are opened for the box. Below is the syslog output, looks like I always got stuck at GRE: Bad checksum from pppd. I'm running Ubuntu 10.04.

Sep 24 13:21:53 ubuntu pptpd[1231]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7)
Sep 24 13:21:53 ubuntu pptpd[1231]: CTRL: Reaping child PPP[1232]
Sep 24 13:21:53 ubuntu pptpd[1231]: CTRL: Client 166.137.85.165 control connection finished
Sep 24 13:22:41 ubuntu pptpd[1276]: MGR: connections limit (100) reached, extra IP addresses ignored
Sep 24 13:22:41 ubuntu pptpd[1277]: MGR: Manager process started
Sep 24 13:22:41 ubuntu pptpd[1277]: MGR: Maximum of 100 connections available
Sep 24 13:22:50 ubuntu pptpd[1278]: CTRL: Client 166.137.85.165 control connection started
Sep 24 13:22:51 ubuntu pptpd[1278]: CTRL: Starting call (launching pppd, opening GRE)
Sep 24 13:22:51 ubuntu pppd[1279]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
Sep 24 13:22:51 ubuntu pppd[1279]: pppd 2.4.5 started by root, uid 0
Sep 24 13:22:51 ubuntu pppd[1279]: Using interface ppp0
Sep 24 13:22:51 ubuntu pppd[1279]: Connect: ppp0 <--> /dev/pts/1
Sep 24 13:22:51 ubuntu pptpd[1278]: GRE: Bad checksum from pppd.
Sep 24 13:23:21 ubuntu pppd[1279]: LCP: timeout sending Config-Requests
Sep 24 13:23:21 ubuntu pppd[1279]: Connection terminated.
Sep 24 13:23:21 ubuntu pppd[1279]: Modem hangup
Sep 24 13:23:21 ubuntu pppd[1279]: Exit.
Sep 24 13:23:21 ubuntu pptpd[1278]: GRE: read(fd=6,buffer=805a540,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs
Sep 24 13:23:21 ubuntu pptpd[1278]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7)
Sep 24 13:23:21 ubuntu pptpd[1278]: CTRL: Reaping child PPP[1279]
Sep 24 13:23:21 ubuntu pptpd[1278]: CTRL: Client 166.137.85.165 control connection finished

© Ask Ubuntu or respective owner

Related posts about pptp

  • problem with network-manager-pptp

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I've a problema with the VPA CAble connection of my university... on the website of the university there's a .sh file that set all the variables of the connection in ETC/PPP/PEERS and another .sh file that call the connection...I'm on ubuntu 11.10 and when I run the setup.sh I have this error: impossible… >>> More

  • Can't connect to VPN on Ubuntu 12.04

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I'm having a lot of trouble connecting to VPN. This used to work on my machine, but i recently did an update and it's stopped working. I'm not sure what the problem is. My question is how do i debug this? I'm not able to narrow it down to a specific problem. This is what i get when i tail the syslogs… >>> More

  • VPN in Ubuntu fails every time

    as seen on Super User - Search for 'Super User'
    I am trying to setup a vpn connection in Ubuntu 10.04 to use the service from relakks.com I used the network manager to add the vpn connection and the settings are: Gateway: pptp.relakks.com Username: user Password: pwd IPv4 Settings: Automatic (VPN) Advanced: MSCHAP &… >>> More

  • VPN in Ubuntu fails every time

    as seen on Super User - Search for 'Super User'
    I am trying to setup a vpn connection in Ubuntu 10.04 to use the service from relakks.com I used the network manager to add the vpn connection and the settings are: Gateway: pptp.relakks.com Username: user Password: pwd IPv4 Settings: Automatic (VPN) Advanced: MSCHAP &… >>> More

  • PPPTP VPN from Ubuntu cannot connect

    as seen on Super User - Search for 'Super User'
    I'm trying to configure under Linux (Kubuntu 9.10) a VPN I already use from Windows. I installed the network-manager-pptp package and added the vpn under Network Manager. These are the parameter under "advanced" button: Authentication Methods: PAP, CHAP, MSCHAP, SMCHAP2, EAP (I tried also with MSCHAP… >>> More

Related posts about pptpd