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  the  kernel's IP routing tables. Its primary use is to set up static routes to specific hosts or networks via an interface after it has been configured with the [[ifconfig]] program.
 +
 +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:
 +
 +<code>
 +route
 +</code>
 +
 +Using IP addresses:
 +
 +<code>
 +route -n
 +</code>

Navigation
QR Code
QR Code route (generated for current page)