When I type `route -n` into the Mac terminal, why doesn't it show a routing table? [closed] When I type `route -n` into the Mac terminal, why doesn't it show a routing table? [closed] unix unix

When I type `route -n` into the Mac terminal, why doesn't it show a routing table? [closed]


On Mac OS X you can use netstat(1). In your case, netstat -nr, probably.