December 2018
Beginner
320 pages
8h 57m
English
The ip route command is one of the many features of the newer ip utility. This command can be used to display or modify the existing IP routing table. We can add, delete, or modify specific static routes to specific hosts or networks using ip route command.
Following are the examples to illustrate the usage of ip route command:
$ ip route
$ ip route add 25.25.25.0/24 dev eth0
Read now
Unlock full access