Differences
This shows you the differences between two versions of the page.
— | route [2016/04/27 23:03] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== route ====== | ||
+ | * [[Networking]] | ||
+ | |||
+ | From the man page: | ||
+ | |||
+ | Route manipulates | ||
+ | |||
+ | When the add or del options are used, route modifies the routing tables. Without these options, route displays the current contents of the routing tables. | ||
+ | |||
+ | == Display current routes == | ||
+ | |||
+ | Using hostnames: | ||
+ | |||
+ | < | ||
+ | route | ||
+ | </ | ||
+ | |||
+ | Using IP addresses: | ||
+ | |||
+ | < | ||
+ | route -n | ||
+ | </ |