How to show current routing table
Answer:
To show the current system's routing table, you can try:
# sudo netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 102.147.87.1 0.0.0.0 UG 0 0 0 eth0
0.0.0.0 102.147.45.1 0.0.0.0 UG 0 0 0 eth0
102.147.45.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
102.147.87.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0