Hi,

I'm having a horrible time trying to get PPP to work with a US West
dial-in account.  Whether I use chat scripts or do things by hand, I
get the same results - the US West server authenticates me, the ppp
server starts, my ppp client starts, some negotiation occurs (mru,
mtu, etc.), then things simply stop.  No ip address is assigned, no
routes configured.  I can wait ages, and still, nothing.  The logs
show the server sending a ProtRej, but I don't know why or how to get
beyond this.

Below is a log file entry from a manual login attempt (dial with
minicom, respond to the 'name:' and 'password' prompts, then fire up
pppd with 'pppd -d -detach /dev/modem 38400&'.  My /etc/ppp/options
file is pretty basic, though I have tried dozens of combinatins.  The
setting at the time these logs were recorded looked something like:

  crtscts
  debug
  defaultroute
  lock
  modem
  noipdefault

I eventually killed pppd by hand.

The US West server responds to a successful login with a string
listing my dynamically-assigned IP address, then the typical 'garbage'
output from the ppp server.  I'm fairly certain the ppp server is
capable of assigning me an IP address, default route, etc., by way of
negotiation with my pppd, but it's not working.

Can anyone help?

Thanks,
        Chance

---------------------------<snip>---------------------------


Feb  8 10:46:32 pc1 pppd[969]: pppd 2.3.5 started by reschke, uid 0
Feb  8 10:46:32 pc1 pppd[969]: Using interface ppp0
Feb  8 10:46:32 pc1 pppd[969]: Connect: ppp0 <--> /dev/modem
Feb  8 10:46:32 pc1 pppd[969]: sent [LCP ConfReq id=0x1 <magic 0xdfa57187> <pcomp> 
<accomp>]
Feb  8 10:46:32 pc1 pppd[969]: rcvd [LCP ConfAck id=0x1 <magic 0xdfa57187> <pcomp> 
<accomp>]
Feb  8 10:46:33 pc1 pppd[969]: rcvd [LCP ConfReq id=0x35 <asyncmap 0xa0000> <magic 
0x31f59d8b> <pcomp> <accomp>]
Feb  8 10:46:33 pc1 pppd[969]: sent [LCP ConfAck id=0x35 <asyncmap 0xa0000> <magic 
0x31f59d8b> <pcomp> <accomp>]
Feb  8 10:46:33 pc1 pppd[969]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 
0f 01>]
Feb  8 10:46:33 pc1 pppd[969]: rcvd [LCP ProtRej id=0x36 80 21 01 01 00 10 03 06 00 00 
00 00 02 06 00 2d 0f 01]
Feb  8 10:49:22 pc1 pppd[969]: Terminating on signal 2.
Feb  8 10:49:22 pc1 pppd[969]: sent [LCP TermReq id=0x2 "User request"]
Feb  8 10:49:22 pc1 pppd[969]: rcvd [LCP TermAck id=0x2]
Feb  8 10:49:22 pc1 pppd[969]: Connection terminated.
Feb  8 10:49:23 pc1 pppd[969]: Exit.
Feb  8 10:50:36 pc1 kernel: PPP: ppp line discipline successfully unregistered


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

Reply via email to