I've recently done a scratch install of the Red Hat 5.2
distribution and have been unable to get connected to the machine
I used to talk to via ppp when I was on Red Hat 4.1, at kernel
level 2.0.30.

I am dialing into a machine at my employer, using a DIP script
for the initial connection.  After the connection is established,
I provide identification, the line disconnects, and the remote
computer calls back to my number.  The DIP script causes an
answer, sends my userid and password, and tells the remote to use
PPP.  DIP then does mode PPP and exits.  Works great so far.

I'm failing the initial ppp negotiations, with the remote
system sending me a ConfRej message and then quitting.  I have
the details from kdebug 25, and will put a segment of that below.
I do not know what I have done to cause the ConfRej, and that's
what I'm hoping to have some advice about.

Overview:

17:41:43: pppd 2.3.5 started by root, uid 0
17:41:43: Using interface ppp0
17:41:43: Connect: ppp0 <--> /dev/cua1
17:41:43: sent [LCP ConfReq id=0x1 <magic 0x222ff288> <pcomp> <accomp>]
17:41:43: rcvd [LCP ConfReq id=0x1 <asyncmap 0xa0000> <pcomp> <accomp>]
17:41:43: sent [LCP ConfAck id=0x1 <asyncmap 0xa0000> <pcomp> <accomp>]
17:41:43: rcvd [LCP ConfRej id=0x1 <magic 0x222ff288>]
17:41:43: sent [LCP ConfReq id=0x2 <pcomp> <accomp>]
17:41:43: rcvd [LCP ConfAck id=0x2 <pcomp> <accomp>]
17:41:43: sent [IPCP ConfReq id=0x1 <addr 192.168.200.1> <compress VJ 0f 01>]
17:41:44: rcvd [IPCP ConfReq id=0x1 <compress VJ 03 00> <addr 9.5.123.19>]
17:41:44: sent [IPCP ConfNak id=0x1 <addr 9.5.123.12>]
17:41:44: rcvd [IPCP ConfNak id=0x1 <addr 9.5.123.194> <compress VJ 0f 00>]
17:41:44: sent [IPCP ConfReq id=0x2 <addr 192.168.200.1> <compress VJ 0f 00>]
17:41:44: rcvd [IPCP ConfReq id=0x2 <compress VJ 03 00> <addr 9.5.123.19>]
17:41:44: sent [IPCP ConfNak id=0x2 <addr 9.5.123.12>]
17:41:44: rcvd [IPCP ConfNak id=0x2 <addr 9.5.123.194>]
17:41:44: sent [IPCP ConfReq id=0x3 <addr 192.168.200.1> <compress VJ 0f 00>]
17:41:44: rcvd [IPCP ConfReq id=0x3 <compress VJ 03 00> <addr 9.5.123.19>]
17:41:44: sent [IPCP ConfNak id=0x3 <addr 9.5.123.12>]
17:41:44: rcvd [IPCP ConfNak id=0x3 <addr 9.5.123.194>]
17:41:44: sent [IPCP ConfReq id=0x4 <addr 192.168.200.1> <compress VJ 0f 00>]
17:41:44: rcvd [IPCP ConfReq id=0x4 <compress VJ 03 00> <addr 9.5.123.19>]
17:41:44: sent [IPCP ConfNak id=0x4 <addr 9.5.123.12>]
17:41:44: rcvd [IPCP ConfRej id=0x4 <addr 192.168.200.1>]
17:41:44: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:41:47: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:41:50: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:41:53: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:41:56: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:41:59: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:42:02: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:42:05: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:42:08: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:42:11: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> <compress VJ 0f 
00>]
17:42:14: IPCP: timeout sending Config-Requests
17:42:14: sent [LCP TermReq id=0x3 "No network protocols running"]
17:42:17: sent [LCP TermReq id=0x4 "No network protocols running"]
17:42:20: Connection terminated.
17:42:21: Exit.

And the kdebug 25 details...

17:41:43 balsam kernel: CSLIP: code copyright 1989 Regents of the University of 
California
17:41:43 balsam kernel: PPP: version 2.2.0 (dynamic channel allocation)
17:41:43 balsam kernel: PPP Dynamic channel allocation code copyright 1995 Caldera, 
Inc.
17:41:43 balsam kernel: PPP line discipline registered.
17:41:43 balsam kernel: registered device ppp0
17:41:43 balsam pppd[408]: pppd 2.3.5 started by root, uid 0
17:41:43 balsam kernel: ppp_tty_ioctl: set flags to 190000
17:41:43 balsam kernel: ppp_tty_ioctl: get flags: addr bffff90c flags 0
17:41:43 balsam kernel: ppp_tty_ioctl: set flags to 190000
17:41:43 balsam pppd[408]: Using interface ppp0
17:41:43 balsam pppd[408]: Connect: ppp0 <--> /dev/cua1
17:41:43 balsam kernel: ppp_tty_ioctl: set xasyncmap
17:41:43 balsam kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff
17:41:43 balsam kernel: ppp_tty_ioctl: get flags: addr bffff8a4 flags 0
17:41:43 balsam kernel: ppp_tty_ioctl: set flags to 190000
17:41:43 balsam kernel: ppp_tty_ioctl: set mru to 5dc
17:41:43 balsam kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff
17:41:43 balsam kernel: ppp_tty_ioctl: get flags: addr bffff8b8 flags 0
17:41:43 balsam kernel: ppp_tty_ioctl: set flags to 190000
17:41:43 balsam kernel: ppp_dev_xmit_lower: fcs is 2fed
17:41:43 balsam kernel: ppp: ppp flush, count = 33
17:41:43 balsam kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
17:41:43 balsam kernel: 7D 21 7D 20 7D 2E 7D 25 }!} }.}%
17:41:43 balsam kernel: 7D 26 22 2F F2 88 7D 27 }&"/..}'
17:41:43 balsam kernel: 7D 22 7D 28 7D 22 ED 2F }"}(}"./
17:41:43 balsam kernel: 7E                      ~
17:41:43 balsam kernel: ppp: receive buffer, count = 48
17:41:43 balsam kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
17:41:43 balsam kernel: 7D 21 7D 20 7D 2E 7D 22 }!} }.}"
17:41:43 balsam kernel: 7D 26 7D 20 7D 2A 7D 20 }&} }*}
17:41:43 balsam kernel: 7D 20 7D 27 7D 22 7D 28 } }'}"}(
17:41:43 balsam kernel: 7D 22 27 DD 7E 7E FF 7D }"'.~~.}
17:41:43 balsam kernel: 23 C0 21 7D 24 7D 21 7D #.!}$}!}
17:41:43 balsam kernel: ppp: successfully queued 16 bytes, flags = f190000
17:41:43 balsam kernel: ppp_tty_read: called buf=08064610 nr=1504
17:41:43 balsam kernel: ppp_tty_read: len = 16
17:41:43 balsam pppd[408]: sent [LCP ConfReq id=0x1 <magic 0x222ff288> <pcomp> 
<accomp>]
17:41:43 balsam pppd[408]: rcvd [LCP ConfReq id=0x1 <asyncmap 0xa0000> <pcomp> 
<accomp>]
17:41:43 balsam pppd[408]: sent [LCP ConfAck id=0x1 <asyncmap 0xa0000> <pcomp> 
<accomp>]
17:41:43 balsam pppd[408]: rcvd [LCP ConfRej id=0x1 <magic 0x222ff288>]
17:41:43 balsam pppd[408]: sent [LCP ConfReq id=0x2 <pcomp> <accomp>]
17:41:43 balsam pppd[408]: rcvd [LCP ConfAck id=0x2 <pcomp> <accomp>]
17:41:43 balsam pppd[408]: sent [IPCP ConfReq id=0x1 <addr 192.168.200.1> <compress VJ 
0f 01>]
17:41:44 balsam pppd[408]: rcvd [IPCP ConfReq id=0x1 <compress VJ 03 00> <addr 
9.5.123.19>]
17:41:44 balsam pppd[408]: sent [IPCP ConfNak id=0x1 <addr 9.5.123.12>]
17:41:44 balsam pppd[408]: rcvd [IPCP ConfNak id=0x1 <addr 9.5.123.194> <compress VJ 
0f 00>]
17:41:44 balsam pppd[408]: sent [IPCP ConfReq id=0x2 <addr 192.168.200.1> <compress VJ 
0f 00>]
17:41:43 balsam kernel: ppp_tty_read: passing 18 bytes up
17:41:43 balsam kernel: ppp_dev_xmit_lower: fcs is 5e19
17:41:43 balsam kernel: ppp: ppp flush, count = 38
17:41:43 balsam kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
17:41:43 balsam kernel: 7D 21 7D 20 7D 2E 7D 22 }!} }.}"
17:41:43 balsam kernel: 7D 26 7D 20 7D 2A 7D 20 }&} }*}
17:41:43 balsam kernel: 7D 20 7D 27 7D 22 7D 28 } }'}"}(
17:41:43 balsam kernel: 7D 22 7D 39 5E 7E       }"}9^~
17:41:43 balsam kernel: ppp: receive buffer, count = 15
17:41:43 balsam kernel: 20 7D 2A 7D 25 7D 26 22  }*}%}&"
17:41:43 balsam kernel: 2F F2 88 7D 33 43 7E    /..}3C~
17:41:43 balsam kernel: ppp: successfully queued 12 bytes, flags = f190000
17:41:43 balsam kernel: ppp_tty_read: called buf=08064610 nr=1504
17:41:43 balsam kernel: ppp_tty_read: len = 12
17:41:43 balsam kernel: ppp_tty_read: passing 14 bytes up
17:41:43 balsam kernel: ppp_dev_xmit_lower: fcs is 7bf7
17:41:43 balsam kernel: ppp: ppp flush, count = 25
17:41:44 balsam pppd[408]: rcvd [IPCP ConfReq id=0x2 <compress VJ 03 00> <addr 
9.5.123.19>]
17:41:44 balsam pppd[408]: sent [IPCP ConfNak id=0x2 <addr 9.5.123.12>]
17:41:44 balsam pppd[408]: rcvd [IPCP ConfNak id=0x2 <addr 9.5.123.194>]
17:41:44 balsam pppd[408]: sent [IPCP ConfReq id=0x3 <addr 192.168.200.1> <compress VJ 
0f 00>]
17:41:44 balsam pppd[408]: rcvd [IPCP ConfReq id=0x3 <compress VJ 03 00> <addr 
9.5.123.19>]
17:41:44 balsam pppd[408]: sent [IPCP ConfNak id=0x3 <addr 9.5.123.12>]
17:41:44 balsam pppd[408]: rcvd [IPCP ConfNak id=0x3 <addr 9.5.123.194>]
17:41:44 balsam pppd[408]: sent [IPCP ConfReq id=0x4 <addr 192.168.200.1> <compress VJ 
0f 00>]
17:41:44 balsam pppd[408]: rcvd [IPCP ConfReq id=0x4 <compress VJ 03 00> <addr 
9.5.123.19>]
17:41:44 balsam pppd[408]: sent [IPCP ConfNak id=0x4 <addr 9.5.123.12>]
17:41:44 balsam pppd[408]: rcvd [IPCP ConfRej id=0x4 <addr 192.168.200.1>]
17:41:44 balsam pppd[408]: sent [IPCP ConfReq id=0x5 <addrs 192.168.200.1 9.5.123.12> 
<compress VJ 0f 00>]
17:41:43 balsam kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
17:41:43 balsam kernel: 7D 22 7D 20 7D 28 7D 27 }"} }(}'
17:41:43 balsam kernel: 7D 22 7D 28 7D 22 F7 7B }"}(}".{
17:41:43 balsam kernel: 7E                      ~
17:41:43 balsam kernel: ppp: receive buffer, count = 25
17:41:43 balsam kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
17:41:43 balsam kernel: 7D 22 7D 20 7D 28 7D 27 }"} }(}'
17:41:43 balsam kernel: 7D 22 7D 28 7D 22 27 F1 }"}(}"'.
17:41:43 balsam kernel: 7E                      ~
17:41:43 balsam kernel: ppp: successfully queued 10 bytes, flags = f190000
...

At this point, the other end has stopped talking to me <sniffle>,
and I will eventually quit after a number of retrys.

Al Vesper               <[EMAIL PROTECTED]>
                        Rochester, MN

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

Reply via email to