Router IP Address from the Command (Linux)
Step 1: Open The terminal (Ctrl+Alt+t)
Stape2: type $ netstat -rn
MACp@ubuntu:~$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.1.52.9 0.0.0.0 UG 0 0 0 eth4
10.1.52.0 0.0.0.0 255.255.255.0 U 0 0 0 eth4
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth4
MACp@ubuntu:~$