|
deleting entries in routing table
netstat -nr
Destination Gateway Genmask Flags MSS Window iface
10.22.0.0 0.0.0.0 255.255.0.0 U 0 0 eth0
10.22.0.0 0.0.0.0 255.255.0.0 U 0 0 eth2
0.0.0.0 10.22.0.254 0.0.0.0 UG 0 0 eth2
0.0.0.0 10.22.0.251 0.0.0.0 UG 0 0 eth2
0.0.0.0 10.22.0.1 0.0.0.0 UG 0 0 eth2
0.0.0.0 10.22.0.1 0.0.0.0 UG 0 0 eth0
I need to delete an entry for eth2 : gateway 10.22.0.1 and gateway 10.22.0.254
I'm running Debian Linux 3.1
|