How to Find Out Default Gateway on Linux

Forums: 

How do I find out default gateway IP address (default router IP assigned) for my Ubuntu Linux systems?

Use the route or ip command to get default routing table for Ubuntu Linux.

Open the terminal and type the following command:

route -n