1st, sorry for cross-posting... I had pptp client working fine in
redhat, but gentoo seems to be challenging me a little.
The first attached file shows all syslog output from both pppd and
pptp. "ps -ef | grep -e pppd -e pptp" shows pppd launched by pptp in a
"Z" state. I've also attached my options file.
I have the following software:
* pptp version 1.2.0
* ppp-2.4.1-r14 patched for mppe support
* kernel 2.5.70-mm3 w/ 2.5.63-mppe-patch.gz
I really don't know where to go from here. Can someone help me out?
--
Shawn <[EMAIL PROTECTED]>
Jun 10 16:35:17 [pptp] anon log[main:pptp.c:174]: The synchronous pptp option is NOT
activated
Jun 10 16:35:18 [pptp] anon log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:581]: Client
connection established.
Jun 10 16:35:19 [pptp] anon log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:709]: Outgoing
call established (call ID 0, peer's call ID 50149).
Jun 10 16:35:19 [pppd] pppd 2.4.1 started by root, uid 0
Jun 10 16:35:19 [pppd] Using interface ppp0
Jun 10 16:35:19 [pppd] Connect: ppp0 <--> /dev/pts/4
Jun 10 16:35:21 [pptp] anon log[decaps_hdlc:pptp_gre.c:198]: PPP mode seems to be
Asynchronous.
Jun 10 16:35:21 [pptp] anon log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:758]:
PPTP_SET_LINK_INFO received from peer_callid 0
Jun 10 16:35:21 [pptp] anon log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:761]:
send_accm is FFFFFFFF, recv_accm is FFFFFFFF
Jun 10 16:35:51 [pppd] LCP: timeout sending Config-Requests
Jun 10 16:35:51 [pppd] Connection terminated.
Jun 10 16:35:52 [pppd] Exit.
Jun 10 16:35:52 [pptp] anon warn[decaps_hdlc:pptp_gre.c:190]: short read (-1):
Input/output error
Jun 10 16:35:52 [pptp] anon warn[decaps_hdlc:pptp_gre.c:191]: pppd may have shutdown,
see pppd log
Jun 10 16:35:52 [pptp] anon log[callmgr_main:pptp_callmgr.c:234]: Closing connection
Jun 10 16:35:52 [pptp] anon log[pptp_conn_close:pptp_ctrl.c:308]: Closing PPTP
connection
Jun 10 16:35:54 [pptp] anon log[call_callback:pptp_callmgr.c:74]: Closing connection
root 19217 0.0 0.1 1448 1412 pts/5 S 16:51 0:00 \_ grep -e pptp -e pppd
root 19151 0.1 0.2 3336 2876 pts/3 S 16:50 0:00 \_ /usr/bin/perl -wT
/usr/sbin/pptp-command start hstp
root 19156 0.0 0.0 0 0 pts/3 Z 16:50 0:00 \_ [pppd] <defunct>
root 19159 0.0 0.1 1412 1400 pts/3 S 16:50 0:00 /usr/sbin/pptp
root 19162 0.0 0.1 1812 1636 pts/4 S 16:50 0:00 /usr/sbin/pppd
/dev/pts/4 38400 call hstp
root 19165 0.0 0.1 1420 1408 ? S 16:50 0:00 /usr/sbin/pptp
#
# Lock the port
#
lock
#
# We don't need the tunnel server to authenticate itself
#
noauth
#
# Turn off transmission protocols we know won't be used
#
nobsdcomp
nodeflate
debug
#
# We want MPPE
#
mppe-40
mppe-128
mppe-stateless
#
# We want a sane mtu/mru
#
mtu 1000
mru 1000
#
# Time this thing out of it goes poof
#
lcp-echo-failure 10
lcp-echo-interval 10
--
[EMAIL PROTECTED] mailing list