cant ping external website

NoOp glgxg at sbcglobal.net
Wed Sep 24 15:36:37 UTC 2008


On 09/24/2008 02:36 AM, Donny George wrote:
> On Tue, Sep 23, 2008 at 5:45 PM, NoOp <glgxg at sbcglobal.net> wrote:
[snip]
>>
>> Post the output of:
>>
>> cat /etc/hosts
>> hostname -f
>>
>>
>> --
>> ubuntu-users mailing list
>> ubuntu-users at lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>>
> 
> 
> heloo
> 
> 
> root at cadcli01:/# cat /etc/hosts
> 127.0.0.1 localhost
> 127.0.1.1 cadcli01
> 
> # The following lines are desirable for IPv6 capable hosts
> ::1 ip6-localhost ip6-loopback
> fe00::0 ip6-localnet
> ff00::0 ip6-mcastprefix
> ff02::1 ip6-allnodes
> ff02::2 ip6-allrouters
> ff02::3 ip6-allhosts
> 
> root at cadcli01:/# hostname -f
> cadcli01
> 
> these were the results of cat /etc/hosts and hostname -f
> 
> don
> 
> 

That looks fine. Did you edit your /etc/network/interfaces to:

> iface eth0 inet static
> address 10.4.139.3
> netmask 255.255.255.0
> gateway 10.4.139.254

Also, are you sure that is the proper gateway IP? Is it the same on your
working system? Please provide information on what you have for
networking equiment (routers, DSL modems, etc).

Have you tried setting for DHCP just to see if that works? Please have a
look at:

https://help.ubuntu.com/6.10/ubuntu/serverguide/C/network-configuration.html

If dhcp works, then you can go back and work on fixing your fixed IP
configuration.





More information about the ubuntu-users mailing list