iproute2 under debian : #apt-get install iproute and try #route del -host 87.7.167.224 eth0 #route del -host 87.7.167.224 eth1
On Tue, 21 Sep 2004 00:02:29 +0200, Jacob Larsen wrote: > > This is what I got. Which package do I need for "ip > neigh show"? > > # route del -net 87.7.167.224 netmask 255.255.255.240 > eth0 > SIOCDELRT: No such process > # route del -net 87.7.167.224 netmask 255.255.255.240 > eth1 > SIOCDELRT: No such process > # route -n > Kernel IP routing table > Destination Gateway Genmask Flags > Metric Ref Use > Iface > 81.7.167.224 0.0.0.0 255.255.255.240 U > 0 0 eth0 > 81.7.167.224 0.0.0.0 255.255.255.240 U > 0 0 eth1 > 81.7.167.224 0.0.0.0 255.255.255.240 U > 0 0 > bond0 > 0.0.0.0 81.7.167.225 0.0.0.0 UG > 0 0 > bond0 > > Sergio Basurto wrote: > > ok, > > > > #route del -net 87.7.167.224 netmask 255.255.255.240 > > eth0 > > > > #route del -net 87.7.167.224 netmask 255.255.255.240 > > eth1 > > > > then run > > #route -n > > > > and the output should not have the eth's entries. > > > > #ip neigh show > > > > and send the output Ing. Sergio Basurto Ju�rez Tel: 04455-85322945 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

