Display the routing table in either Windows or Ubuntu
From a command prompt or terminal window, run this command:
netstat -rn
You should see output that looks similar to this:
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 09/11/06 and tagged with: Ubuntu, Windows, Networking


This is not working on Windows XP. The correct option is "netstat -r"
in what file does the routing table sit in Ubuntu
Kanakan> You said that without testing it… didn't you? Big mistake.