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 0 eth0
81.7.167.224 0.0.0.0 255.255.255.240 U 0 0 0 eth1
81.7.167.224 0.0.0.0 255.255.255.240 U 0 0 0 bond0
0.0.0.0 81.7.167.225 0.0.0.0 UG 0 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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to