how to show the routing table?

kon21

Registered
What is the equivalent in Unix to the Route Print command in Windows?
I would like to see the entire routing table.
 
"netstat -nr" will display the routing tables. The '-r' displays the routing tables, and the '-n' flag makes sure the display show numerical addresses instead of trying to resolve host/network/port names.
 
Are you looking for something that acts like Windows command ipconfig /all? Well this MacOSXHint shows you how to copy this onto a bash shell in Tiger.
 
Back
Top