ip route add network command for Linux explained
The ip route add command in Linux is used to add a new route to the IP routing table. The syntax for the ip route add command is as follows: ip route add network/mask dev interface where: network/mask: This is the IP address and netmask for the network you want to route. dev: This is … Read more