Linux command: route
Revision as of 06:57, 6 June 2016 by Rafahsolis (talk | contribs) (Created page with "Show routing table: route -n Delete route: route del -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 eth0")
Show routing table:
route -n
Delete route:
route del -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 eth0