From owner-freebsd-questions Tue Jan 21 19:09:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA07598 for questions-outgoing; Tue, 21 Jan 1997 19:09:27 -0800 (PST) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA07593 for ; Tue, 21 Jan 1997 19:09:21 -0800 (PST) Received: from luddite.org (host019.madison.interactive.net [208.192.224.119]) by onyx.interactive.net (8.8.5/8.8.4) with ESMTP id WAA22365 for ; Tue, 21 Jan 1997 22:09:09 -0500 (EST) Received: (from sachs@localhost) by luddite.org (8.8.3/8.7.3) id WAA01615; Tue, 21 Jan 1997 22:09:52 -0500 (EST) To: questions@FreeBSD.org Subject: [2.1.6] iijppp -auto & route table bogus entry X-Face: +i14.(3OL6caXxAJslm\+OS:-ckkfx6J6UzO>df-4b#2+d{+TH;5DC9Nc1Z7'1>s^AZ"HG7 Av0@MtZ81SyDECC9S"PEo%s"dY4&Hud:w!PjnmT,FL2Sv(5oI7Y"l;|1rf:^'n$Ghg~?x3hanxCg"N ))JT[Ja%$#"Ou)FSb(2#e3*\xq{R;b]Ur8$!%w~t4|q@<_xKd??D~Zf(r! p#GC$,Cdm:$OdYL&B!;V%Ei^{N)96)[{pWI{@{ZsEn%oMxJ><(7-!YJ\`fx From: Jay Sachs Date: 21 Jan 1997 22:09:50 -0500 Message-ID: <87n2u2o16p.fsf@luddite.org> Lines: 39 X-Mailer: Red Gnus v0.82/XEmacs 19.14 Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I use iijppp as my only network connection. Under 2.1.5, things were completely fine. ppp works fine now, but the routing table ends up being weird after ppp connects for the first time: Here's `netstat -rn` before connection: default 208.192.224.5 UGc 0 0 tun0 127.0.0.1 127.0.0.1 UH 0 45 lo0 208.192.224.5 208.192.224.119 UH 1 0 tun0 After the connection is established, it looks like: default 208.192.224.5 UGc 6 2 tun0 127.0.0.1 127.0.0.1 UH 0 29 lo0 208.192.224.5 208.192.224.119 UH 7 0 tun0 208.192.224.119 127.0.0.1 UH 0 0 lo0 Now, if I delete the bogus route (that last one) manually, kill ppp, and then reconnect, no extra route gets added, and it looks just fine. Weird, huh? I start ppp from rc.local. The pertinent part of ppp.conf: set ifaddr 208.192.224.119/24 208.192.224.5 netmask 0xffffff00 add 0 0 208.192.224.5 and ppp.linkup delete ALL add 0 0 HISADDR Is this addressed in 2.1.6.1 (or whatever -stable is at now)? -jay