Re: cant ping external website



Donny George wrote:
On Tue, Sep 23, 2008 at 5:45 PM, NoOp <glgxg@xxxxxxxxxxxxx> wrote:

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


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



heloo


root@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@cadcli01:/# hostname -f
cadcli01

these were the results of cat /etc/hosts and hostname -f

don



Well for starters never use 127.0.x.x for /anything/ other than the
loopback. That's a bad idea.

Second we've still not seen a side-by-side comparison to one of one of
the systems with a 10.x.x.x IP that works and the one that doesn't.


--
Libenter homines id quod volunt credunt -- Caius Julius Caesar


Mark Haney
Sr. Systems Administrator
ERC Broadband
(828) 350-2415

Call (866) ERC-7110 for after hours support

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages