Definition:
- Manage the Route Table of the local system after any IP address configuration, such as IP address, subnet mask, and default gateway has been set
- example:
route
route add -net 192.168.2.0 netmask 255.255.255.0 dev eth0
- add a route to the 192.168.2.0/24 network for interface eth0
Synopsis:
- “