pptp gets read returned zero, peer has closed

Asked by cmnorton

I am using KVPNC to connect to our firewall. I am asking for pointers to solve this problem. Here is the log file:

pptp[26267]: anon log[ctrlp_disp:pptp_ctrl.c:772]: Client connection established.
pptp[26267]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request'
pptp[26267]: anon log[ctrlp_disp:pptp_ctrl.c:857]: Received Outgoing Call Reply.
pptp[26267]: anon log[ctrlp_disp:pptp_ctrl.c:896]: Outgoing call established (call ID 0, peer's call ID 103).
pppd[26262]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xa76255b0> <accomp>]
pptp[26267]: anon log[pptp_read_some:pptp_ctrl.c:543]: read returned zero, peer has closed
pptp[26267]: anon log[callmgr_main:pptp_callmgr.c:255]: Closing connection (shutdown)
pptp[26267]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 12 'Call-Clear-Request'
pptp[26267]: anon log[pptp_read_some:pptp_ctrl.c:543]: read returned zero, peer has closed
pptp[26267]: anon log[call_callback:pptp_callmgr.c:78]: Closing connection (call state)
pppd[26262]: Script /usr/sbin/pptp --loglevel 1 209.6.3.218 --nolaunchpppd finished (pid 26263), status = 0x0
pppd[26262]: Modem hangup
pppd[26262]: Connection terminated.
Nov 22 15:40:01 mrshighpants pppd[26262]: Exit.

Basically my question is why is pptp_read_someptp_ctrl getting a read of zero? This does not happen if I connect to the same vpn from within work (inside firewall), so I am lead to believe this is a timing issue of some kind.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
cmnorton
Solved:
Last query:
Last reply:
Revision history for this message
cmnorton (octopusgrabbus) said :
#1

Within the past few days, I have found this problem no longer occurs. I have marked the related bug 302478 as invalid.