[11381] in Athena Bugs
solaris network routing
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Mon Nov 15 15:43:27 1993
Date: Mon, 15 Nov 93 15:43:13 EST
From: Mark Rosenstein <mar@MIT.EDU>
To: bugs@MIT.EDU
During the boot sequence, solaris workstations print a message about
setting a route to net 224. I had always thought this was just a
spurious message, but today bothered to look after booting the
machine, and sure enough there's a bad route in the table:
gulch+>netstat -n -r
Routing Table:
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
127.0.0.1 127.0.0.1 UH 0 1248 lo0
18.172.0.0 18.172.0.211 U 3 574 le0
224.0.0.0 18.172.0.211 U 3 0 le0
default 18.172.0.1 UG 0 1949
gulch+>
I'm not sure what's causing this, but Jonathan's workstation is doing
it as well.
-Mark