Linux command: route

From RHS Wiki
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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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