Debian – Add a Default Gateway
Below should the configuration steps for adding a default gateway to Debian. root@host:~$ route add default gw [ip address] Note : Remember to add it (to survive a reboot) to your ‘/etc/network/interfaces’.Add the following entry to required interface within the interface file – gateway [ip address] Below is an example : auto eth0iface eth0 inet … Read more