On Sat, 24 Oct 1998, Mike Rushford wrote:
> Hi;
>
> I got some messages loged in syslog (as listed below); can someone
> direct my attention to what they mean and what might need to be fixed?
>
> Thanks
>
> Oct 22 06:46:17 korea-169 pppd[15151]: demuxprotrej: Unrecognized
> Protocol-Reject for protocol 0x3
PPP is a mechanism for encapsulating arbitrary protocol packets over a serial
link. However, the ppp driver in Linux won't take arbitrary protocols, just the
ones it knows about like say IP and Novell IPX, and a few others.
Packets belonging to protocols that the ppp driver does not recognize
are forwarded to the daemon rather than to the networking subsystem.
The daemon sees the unclassified packet and generates a syslog message.
Is that clear as mud? :)
Look in /include/linux/ppp_defs.h for some PPP protocol numbers.
Unfortunately, these don't correspond to the numbers used in ethernet.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]