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 tableDestination 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 eth181.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 -nand the output should not have the eth's entries. #ip neigh show and send the output