Hi,
        I'm trying to get a Linux client call a Linux server for PAP PPP 
access. I've properly compiled mgetty with AutoPPP support and have tried
both pppd 2.2 and 2.3.4. The user name and password is valid as I can
login using them and the password in the debug log matches. I've read all
the FAQs and spent a few hours looking on dejanews with no luck! What am I
missing? Permissions? File existance?

Thanks for any help.

my logs and configs:

/var/adm/debug:
Oct 30 15:32:04 cube pppd[5601]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> 
<magic 0x9efe7716> <pcomp> <accomp>]
Oct 30 15:32:06 cube pppd[5601]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <auth pap> 
<magic 0x9efe7716> <pcomp> <accomp>]
Oct 30 15:32:07 cube pppd[5601]: rcvd [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> 
<magic 0x1034d766> <pcomp> <accomp>]
Oct 30 15:32:07 cube pppd[5601]: sent [LCP ConfAck id=0x1 <mru 1500> <asyncmap 0x0> 
<magic 0x1034d766> <pcomp> <accomp>]
Oct 30 15:32:07 cube pppd[5601]: sent [LCP EchoReq id=0x0 magic=0x9efe7716]
Oct 30 15:32:07 cube pppd[5601]: rcvd [PAP AuthReq id=0x1 user="********" 
password="*******"]
Oct 30 15:32:07 cube pppd[5601]: sent [PAP AuthNak id=0x1 "Login incorrect"]
Oct 30 15:32:07 cube pppd[5601]: sent [LCP TermReq id=0x2 "Authentication failed"]
Oct 30 15:32:07 cube pppd[5601]: rcvd [LCP EchoRep id=0x0 magic=0x1034d766]
Oct 30 15:32:07 cube pppd[5601]: rcvd [LCP TermAck id=0x2]

/var/adm/messages:
Oct 30 15:32:04 cube pppd[5601]: pppd 2.3.4 started by a_ppp, uid 0
Oct 30 15:32:04 cube pppd[5601]: Using interface ppp0
Oct 30 15:32:04 cube pppd[5601]: Connect: ppp0 <--> /dev/ttyS1
Oct 30 15:32:07 cube pppd[5601]: Connection terminated.
Oct 30 15:32:07 cube pppd[5601]: Hangup (SIGHUP)
Oct 30 15:32:07 cube pppd[5601]: Exit.

/var/adm/mgetty-ttyS1.log:
10/30 15:31:40 yS1  wfr: waiting for ``RING''
10/30 15:31:46 yS1  send: ATA[0d]
10/30 15:31:46 yS1  waiting for ``CONNECT'' ** found **
10/30 15:32:03 yS1  send: 
10/30 15:32:03 yS1  waiting for ``_'' ** found **
10/30 15:32:04 ##### data dev=ttyS1, pid=5601, caller='none', conn='38400', name='', 
cmd='/usr/sbin/pppd', user='/AutoPPP/'

/etc/ppp/options:
asyncmap 0
auth
crtscts
lock
modem
+pap
-chap
debug
proxyarp
login

/etc/ppp/options.ttyS1:
192.168.2.1:192.168.2.3

NO /etc/ppp/pap-secrets (many howtos said you don't need it, but I tried a
single line like: '*       *       ""'

/usr/local/etc/mgetty+sendfax/login.config:
/AutoPPP/ - a_ppp /usr/sbin/pppd 38400


// Jean-Serge Gagnon <[EMAIL PROTECTED]> http://www.gaaj.qc.ca/jsg
//   home:(819)281-3569  cell:(613)277-3569 fax:(819)281-7655
//       Get the PostScript Processing Speed Test from
//              http://www.gaaj.qc.ca/ppst



-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to