If you are using Windows or Ubuntu, there are a few ways to display the routing table. The first way is to use the netsh interface. To do this, open a command prompt and type: netsh interface ipv4 show route This will show the current routing table in Windows or Ubuntu. The second way is to use the ipconfig command. To do this, open a command prompt and type: ipconfig /all This will show all of your network adapters in Windows or Ubuntu. The third way is to use the route tool. To do this, open a command prompt and type: route -n | grep “^.*inet” | cut -d’ ’ -f1 | sed ’s/^.*inet//g'


You should see output that looks similar to this: