On Thu Aug 24 2000 at 15:21, Carl Kigundu wrote:

> Hello there,
> 
> Can anyone help me determine the protocol my ISP is trying
> to send me?
> 
> After connecting all goes well however.
> 
> ----
> 
> Aug 24 08:16:31 hfcu chat[739]: CONNECT
> Aug 24 08:16:31 hfcu chat[739]:  -- got it
> Aug 24 08:16:31 hfcu chat[739]: send (^M)
> Aug 24 08:16:31 hfcu pppd[726]: Serial connection established.
> Aug 24 08:16:31 hfcu pppd[726]: Using interface ppp0
> Aug 24 08:16:31 hfcu pppd[726]: Connect: ppp0 <--> /dev/modem
> Aug 24 08:16:47 hfcu pppd[726]: Unsupported protocol (0x8207) received

Probably a compression protocol, which is rejected by your end.
This is normal and harmless, as ppp is essentially a negotiation
process at the LCP (link control protocol level).  To find out more,
turn on debugging in pppd, and make sure syslog is capturing all
local2.* messages (I have all my logs also sent to /dev/tty12 so
that I can easily watch them happen dynamically, way cool).

> Aug 24 08:16:50 hfcu pppd[726]: local  IP address 63.79.246.45received
> Aug 24 08:16:50 hfcu pppd[726]: remote IP address 63.79.246.15
> Aug 24 08:16:50 hfcu pppd[726]: primary   DNS address 63.79.246.2

This is normal. The versions of ppp in more recent redhat distros
include the ability to negotiate the remote DNS server, and ppp can
be configured to re-write /etc/resolv.conf based on this.  (The same
information can be captured as environment variables in
/etc/ppp/ip-up).

Cheers
Tony
 -=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-
  Tony Nugent <[EMAIL PROTECTED]>    Systems Administrator, RHCE
  GrowZone OnLine       (a project of) GrowZone Development Network
  POBox 475 Toowoomba Oueensland Australia 4350    Ph: 07 4637 8322
 -=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to