thaldyron Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_farnsworth_2.gif)
Joined: 25 Sep 2002 Posts: 227 Location: On Earth
|
Posted: Mon Sep 06, 2004 5:23 pm Post subject: VPN Connection stopped working after upgrade (PPP Bug?) |
|
|
I used to connect to a VPN Server with the following command:
Code: | pptp 172.16.0.1 name username noauth |
After doing an emerge world this doesn't work anymore and I don't know why. That's the output of /var/log/messages after running the above command:
Code: |
Sep 6 17:24:15 athlon64 login(pam_unix)[8285]: session opened for user root by (uid=0)
Sep 6 17:25:33 athlon64 pptp[8891]: anon log[main:pptp.c:219]: The synchronous pptp option is NOT activated
Sep 6 17:25:33 athlon64 pptp[8894]: anon log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:630]: Client connection established.
Sep 6 17:25:34 athlon64 pptp[8894]: anon log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:759]: Outgoing call
established (call ID 0, peer's call ID 0).
Sep 6 17:25:34 athlon64 pppd[8895]: pppd 2.4.2 started by root, uid 0
Sep 6 17:25:34 athlon64 pppd[8895]: using channel 10
Sep 6 17:25:34 athlon64 pppd[8895]: Using interface ppp0
Sep 6 17:25:34 athlon64 pppd[8895]: Connect: ppp0 <--> /dev/pts/0
Sep 6 17:25:34 athlon64 pppd[8895]: sent [LCP ConfReq id=0x1 <asyncmap
0x0> <magic 0x682d17fc> <pcomp> <accomp>]
Sep 6 17:25:36 athlon64 pptp[8912]: anon log[decaps_hdlc:pptp_gre.c:217]: PPP mode seems to be Asynchronous.
Sep 6 17:25:36 athlon64 pppd[8895]: rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x44e16743>]
Sep 6 17:25:36 athlon64 pppd[8895]: sent [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x44e16743>]
Sep 6 17:25:36 athlon64 pppd[8895]: rcvd [LCP ConfRej id=0x1 <pcomp> <accomp>]
Sep 6 17:25:36 athlon64 pppd[8895]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0x682d17fc>]
Sep 6 17:25:36 athlon64 pppd[8895]: rcvd [LCP ConfAck id=0x2 <asyncmap 0x0> <magic 0x682d17fc>]
Sep 6 17:25:36 athlon64 pppd[8895]: rcvd [LCP EchoReq id=0x0 magic=0x44e16743]
Sep 6 17:25:36 athlon64 pppd[8895]: sent [LCP EchoRep id=0x0 magic=0x682d17fc]
Sep 6 17:25:36 athlon64 pppd[8895]: rcvd [CHAP Challenge id=0x1 <fdf7f8fcf556ec553b0c36ec0b783e25>, name = "stargate"]
Sep 6 17:25:36 athlon64 pppd[8895]: Fatal signal 11
Sep 6 17:25:37 athlon64 pppd[8895]: Exit.
Sep 6 17:25:37 athlon64 pptp[8912]: anon warn[decaps_hdlc:pptp_gre.c:209]: short read (-1): Input/output error
Sep 6 17:25:37 athlon64 pptp[8912]: anon warn[decaps_hdlc:pptp_gre.c:210]: pppd may have shutdown, see pppd log
Sep 6 17:25:37 athlon64 pptp[8894]: anon log[callmgr_main:pptp_callmgr.c:236]:
Closing connection
Sep 6 17:25:37 athlon64 pptp[8894]: anon log[pptp_conn_close:pptp_ctrl.c:357]:
Closing PPTP connection
Sep 6 17:25:39 athlon64 pptp[8894]: anon log[call_callback:pptp_callmgr.c:76]: Closing connection
|
Any hints welcome!
Last edited by thaldyron on Tue Sep 07, 2004 8:04 am; edited 2 times in total |
|