cant ping external website
NoOp
glgxg at sbcglobal.net
Tue Sep 23 15:45:48 UTC 2008
On 09/23/2008 02:21 AM, Donny George wrote:
>
> iface eth0 inet static
>
> address 10.4.139.3
>
> netmask 255.255.255.0
>
> network 10.4.139.0
>
> broadcast 10.4.139.255
>
> gateway 10.4.139.254
You only need these lines in that part of your /etc/resolv.conf:
iface eth0 inet static
address 10.4.139.3
netmask 255.255.255.0
gateway 10.4.139.254
Post the output of:
cat /etc/hosts
hostname -f
More information about the ubuntu-users
mailing list