Linux Routing Table
$ route -n The -n option was used which to prevent route from converting IP addresses to hostnames for the routing table. destination the host, normally, this is a network, but as you'll see in the Flags field, it is possible to have a host-specific route. for the default route, this field contains all zero(0.0.0.0) gateway If this field contains all zeros (0.0.0.0) or an asterisk (*), it means that the destination network is directly connected to this computer and that the "gateway" to that network is the computer's network interface genmask the bit mask applied to addresses to see if they match the destination address flags
metric the routing cost for this interface. Normally, this field is zero (0) for routes directly connected networks. Ref show's the number of times the route was or has been referenced to establish a connection Use show's the number of times this route was looked up in the cache |

