NETSTAT

root@oco:~$ netstat -rn

 * the -rn displays accessible networks
    - the -r displays the routing table
    - the -n disables name resolution

Last updated