Difference between revisions of "Route (command)"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Basic Linux commands ==
 
== Basic Linux commands ==
* Add default router: <code>route add default gw 192.168.1.254 eth0</code>
+
* Add default router:  
 +
** <code>route add default gw 192.168.1.254 eth0</code>
 +
* Add route to an specific [[subnet]]:
 +
** <code>[[route add -net 10.10.10.0/24 dev eth0</code>
 
* <code>[[netstat]] -rn</code>
 
* <code>[[netstat]] -rn</code>
 
* <code>[[ip route show]]</code>
 
* <code>[[ip route show]]</code>

Revision as of 05:29, 7 December 2020

route is a Linux command and Windows used to view and manipulate the IP routing table in Linux, Unix-like and Windows.


Basic Linux commands

  • Add default router:
    • route add default gw 192.168.1.254 eth0
  • Add route to an specific subnet:
    • [[route add -net 10.10.10.0/24 dev eth0
  • netstat -rn
  • ip route show

Basic Windows commands

  • route delete 10.10.10.10
  • route print

MacOS

route add default xx.xx.xx.xx

Network configuration files

  • Ubuntu (systemd): networkctl
    • /lib/systemd/network, the volatile runtime network directory /run/systemd/network
    • /etc/systemd/network


Related commands: ip route [show|xxx]


PAN-OS

show routing route

Related terms

See also

Advertising: