[SLL] Ubuntu Hardy; strange routing problem

Paul Franz paul at eucleides.com
Fri Feb 6 07:48:24 PST 2009


On Fri, February 6, 2009 7:00 am, Jorge Restrepo wrote:
> I appeal to the higher gurus on this strange problem.
>
> My Ubuntu Hardy has no firewall active.  The firewall service is being
> performed by a router in my network.  I can access most of the websites I
> want, but trying to connect or even ping lxer.com has become impossible.  If
> I use a any other machine in the network, I can reach lxer.com without a
> problem.  I even tried going to lxer.com from a Windows XP that I have on
> VirtualBox (on top of the Ubuntu Hardy), and that virtual machine cannot
> access it either...!  The only firewall that I have installed is ufw, but I
> confirmed it to be off.
>
> Any clues?

Maybe a DNS problem. Are you getting DNS via DHCP assignment?

try:

host lxer.com

If that doesn't produce output like this;

# host lxer.com
lxer.com has address 207.210.216.38

then try it with a known to work DNS like this;

# host lxer.com 206.124.128.3
Using domain server:
Name: 206.124.128.3
Address: 206.124.128.3#53
Aliases:

lxer.com has address 207.210.216.38

You can try the same test with windows except use "nslookup" instead of "host". If
that is the problem (names aren't being resolved) and you're using DHCP then
correcting the DNS settings in your DHCP server may be necessary.


-- 
Paul Franz
425.440.9505 (O)
425.241.1618 (C)


More information about the linux-list mailing list