Yet another Mgetty-PPP problem
Larry Rivera (larrydog@coqui.net)
Wed, 25 Nov 1998 16:35:24 -0400
Hi:
Even though I have read everything at this newsgroup (and
comp.protocols.ppp) pertaining to mgetty + ppp for dial-in to a Linux
box, I am still unable to complete a connection with the following log
files:
This portion is from /tmp/log_mg.ttyS1
*This entry is when dialing in from a Win95 terminal
11/25 15:29:30 ##### data dev=ttyS1, pid=383, caller=none,
conn='115200', name='
', cmd='/usr/sbin/pppd', user='/AutoPPP/'
*This entry is when dialing in from another Linux box
11/25 15:32:57 ##### data dev=ttyS1, pid=421, caller=none,
conn='115200', name='
', cmd='/usr/sbin/pppd', user='/AutoPPP/'
***The ttyS1 log is identical to others I have seen posted at
de.alt.comm.mgetty and looks ok to me. It's the pppd that is creating
the problem:
This is the pppd log
Nov 25 14:05:03 router pppd[196]: pppd 2.2.0 started by root, uid 0
Nov 25 14:05:03 router pppd[196]: Using interface ppp0
Nov 25 14:05:03 router pppd[196]: Connect: ppp0 <--> /dev/ttyS1
Nov 25 14:05:06 router pppd[196]: user fed3 logged in
Nov 25 14:05:09 router pppd[196]: CCP terminated at peer's request
Nov 25 14:05:09 router pppd[196]: Compression disabled by peer.
Nov 25 14:05:11 router pppd[196]: LCP terminated at peer's request
Nov 25 14:05:12 router pppd[196]: Hangup (SIGHUP)
Nov 25 14:05:12 router pppd[196]: Modem hangup
Nov 25 14:05:12 router pppd[196]: Connection terminated.
Nov 25 14:05:12 router pppd[196]: Exit.
------------------------------------------------------------------------
These messages seem self explanatory, but I have not been able to solve
this problem with the literature available. Any info on this will be
appreciated and reciprocated whenever possible.