Date: Fri, 13 Dec 1996 14:38:07 -0200 (EDT) From: Paulo Fragoso <paulo@nlink.com.br> To: isp@freebsd.org Subject: pppd in FreeBSD 2.1.5 (demuxprotrej) Message-ID: <Pine.BSF.3.91.961213142004.15761E-100000@mirage.nlink.com.br>
next in thread | raw e-mail | index | archive | help
Hi,
I'm having a few problems with pppd in FreeBSD 2.1.5. When pppd starts no
route from ip-up is added. I found in the messages log this:
Dec 13 14:36:01 xingu pppd[2235]: demuxprotrej: Unrecognized Protocol-Reject for
^^^^^^^^^^^^
protocol 20581!
What's happenning? Can anyone help me?
Paulo.
########## my ip-up:
if [ $5 = "200.238.120.123" ]; then
/sbin/route delete 200.238.120.160;
/sbin/route delete 200.238.120.161;
/sbin/route delete 200.238.120.162;
/sbin/route add 200.238.120.160 200.238.120.123;
/sbin/route add 200.238.120.161 200.238.120.123;
/sbin/route add 200.238.120.162 200.238.120.123;
/usr/sbin/arp -s 200.238.120.160 08:00:00:53:24:27 pub;
/usr/sbin/arp -s 200.238.120.161 08:00:00:53:24:27 pub;
/usr/sbin/arp -s 200.238.120.162 08:00:00:53:24:27 pub;
fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961213142004.15761E-100000>
