route
What is route
route
is a commandline tool used to display and manipulate the IP routing table.
Default route is the route which take effect in case when no other route is available for a given destination IP address.
route usage
Basic usage is the command with n
option (or ‘route print’ on Windows):
route -n
The command above displays the IP routing table.