Difference between revisions of "Linux command: route"

From RHS Wiki
Jump to navigation Jump to search
(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")
(No difference)

Revision as of 06:57, 6 June 2016

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