LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Gateway says 0.0.0.0 (https://www.linuxquestions.org/questions/linux-newbie-8/gateway-says-0-0-0-0-a-791086/)

Templar1958 02-23-2010 03:53 PM

Gateway says 0.0.0.0
 
After editing my network connections gateway setup as 192.168.1.1 I get back 0.0.0.0 after I run nm-tool.

I'm using Ubuntu ver 9.04 setup on my VMware server.

Templar1958 02-23-2010 04:24 PM

OK found my own answer.

sudo gedit /etc/network/interfaces
(and added in the following)

iface eth0 inet static
broadcast 192.168.1.255
address 192.168.1.x
netmask 255.255.255.0
gateway 192.168.1.1

saved and exited and disable/enable network connection and recieved my internet connections.


All times are GMT -5. The time now is 07:06 AM.