From owner-freebsd-current Tue Jun 18 18:50:42 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA16338 for current-outgoing; Tue, 18 Jun 1996 18:50:42 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA16327 for ; Tue, 18 Jun 1996 18:50:40 -0700 (PDT) Received: by iworks.InterWorks.org (1.37.109.8/16.2) id AA01599; Tue, 18 Jun 1996 20:46:46 -0500 Message-Id: <9606190146.AA01599@iworks.InterWorks.org> Date: Tue, 18 Jun 1996 20:46:46 -0500 From: "Daniel M. Eischen" To: current@freebsd.org, fenner@parc.xerox.com Subject: Re: As of 960608, routed now complains bitterly. Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Has anyone who's had trouble with the new routed tried running it with > '-tt -T /tmp/routed.log' or something, to see exactly what it thinks it's > doing? routed -q -T ~/routed.log -tt [ starts ppp ] bash# ifconfig ppp0 ppp0: flags=8051 mtu 1500 inet 204.213.233.105 --> 204.213.232.3 netmask 0xffffff00 bash# netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default pcnet.com UGc 1 1 ppp0 rigel localhost UGHS 0 0 lo0 localhost localhost UH 1 0 lo0 pcnet.com ts3-pt5.pcnet.com UH 0 0 ppp0 ts3-pt5.pcnet.com localhost UH 0 0 lo0 [ seconds later ] bash# netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire rigel localhost UGHS 0 0 lo0 localhost localhost UH 1 0 lo0 pcnet.com ts3-pt5.pcnet.com UH 0 2 ppp0 ts3-pt5.pcnet.com localhost UH 0 0 lo0 [ notice no default route above ] bash# cat ~/routed.log trace command Tracing actions started Tracing packets started Add interface lo0 127.0.0.1 --> 127.0.0.1/32 metric=1 Add 127.0.0.1/32 --> 127.0.0.1 metric=1 lo0 21:44:31 --- 21:44:31 --- ignore RTM_NEWADDR without dst RTM_ADD 204.213.232.3/32 --> 204.213.233.105 from pid 0 --- 21:45:28 --- note RTM_IFINFO with flags 0x8051 for index #4 --- 21:45:28 --- Add interface ppp0 204.213.233.105 --> 204.213.232.3 metric=1 turn on RIP Add 204.213.232.3/32--> 204.213.233.105 metric=1 ppp0 21:45:28 Add 204.213.233.105/32--> 127.0.0.1 metric=1 ppp0 21:45:28 Send RIPv2 REQUEST to 204.213.232.3.520 via ppp0 sendto(ppp0, 204.213.232.3.520): Network is down Chg interface ppp0 204.213.233.105 --> 204.213.232.3 metric=1 Chg 204.213.232.3/32--> 204.213.233.105 metric=1 ppp0 204.213.232.3/32--> metric=16 - hold-down=10 21:43:28 --- 21:45:28 --- Send RIPv2 REQUEST to 204.213.232.3.520 via ppp0 --- 21:45:28 --- time changed by -1 sec --- 21:45:28 --- RTM_MISS for 224.0.0.9 RTM_ADD 0.0.0.0 --> 204.213.232.3 from pid 189 interface ppp0 to 204.213.233.105 restored --- 21:45:32 --- Del 204.213.232.3/32--> 204.213.233.105 metric=16 21:43:27 re-install interface ppp0Add 204.213.232.3/32--> 204.213.233.105 metric=1 ppp0 21:45:32 --- 21:48:02 --- RTM_ADD 0.0.0.0 --> 204.213.232.3 from pid 216 bash# Any help? Dan EIschen deischen@iworks.InterWorks.org