Results 1 to 9 of 9

Thread: Can't open web sites but can ping....

  1. #1
    Join Date
    Feb 2012
    Beans
    33

    Can't open web sites but can ping....

    I had a duplicate IRQ issue which caused my NIC not to work. I managed to sort that (nou POST error of duplicate IRQ).

    However, I stil can't open any web pages or do any apt-get update / install. The funny thing is that I can ping a DNS site (196.36.199.229).

    Why would I not be able to open a web site or apt-get installs?

  2. #2
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Can't open web sites but can ping....

    my guess is your dns is not configured correctly or dns isn't working. Try doing an nslookup and paste the response.

    Code:
    nslookup ubuntu.com
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  3. #3
    Join Date
    Feb 2012
    Beans
    33

    Re: Can't open web sites but can ping....

    dns lookupp results were
    Code:
    ;; connection timed out; no servers could be reached

  4. #4
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Can't open web sites but can ping....

    So your DNS name resolution is broken.

    What version of *buntu are you using?
    What is the content of /etc/resolv.conf
    What is the output of:
    Code:
    nslookup ubuntu.com 8.8.8.8

  5. #5
    Join Date
    Feb 2012
    Beans
    33

    Re: Can't open web sites but can ping....

    Quote Originally Posted by The Cog View Post
    What version of *buntu are you using?
    Code:
    Ubuntu 12.04.1.TLS
    Quote Originally Posted by The Cog View Post
    What is the content of /etc/resolv.conf
    Code:
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    #     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 127.0.0.1
    Quote Originally Posted by The Cog View Post
    What is the output of:
    nslookup ubuntu.com 8.8.8.8
    Code:
    ; ; connection timed out; no servers could be reached

  6. #6
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Can't open web sites but can ping....

    You say you can ping 196.36.199.229. Can you ping other addresses?

    The failure of nslookup ubuntu.com 8.8.8.8 is worrying. It should have asked 8.8.8.8 (a name server operated by google) to do the lookup. I wonder if your ISP is blocking DNS from servers other than their own. I do't know how to prove or disprove that. Can you ping 8.8.8.8?

    It seems that your normal DNS server is dnsmasq runnung on your own PC. This is a new trick by Ubuntu, and I have never seen any documentation on how it works, or what to do when it doesn't.

  7. #7
    Join Date
    Feb 2012
    Beans
    33

    Re: Can't open web sites but can ping....

    Thanks. I took out the hard drive and run it in another similar Acer and everything worked perfectly in terms of ping, access web sites etc. My assumptions is therefore that there must be something wrong with the hardware of the other Acer. What baffles me however is that ping is working - I was under the impression if ping works, there is no way that "the hardware" is not working.

    After this exercise I've put the hard drive back in the original Acer - same response. Can ping but nothing else.

  8. #8
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Can't open web sites but can ping....

    Well, if it is really a hardware fault, it's the most bizarre one I've ever heard of.

    Unless...
    I wonder if it can't do large packets. Does "ping -s 1000 91.189.94.156" work? This sends 1000 byte pings.

  9. #9
    Join Date
    Feb 2012
    Beans
    33

    Re: Can't open web sites but can ping....

    the cog, thanks for your help. I agree, with my networking knowledge, that is the most bizarre problems ever. It seems as if there is a hardware problem with the NIC, because now BIOS is reporting an IRQ issue with the NIC and no communications is possible.

    But still, I thought that if ping replies, there is connectivity In this case....there wasn't.

    Thanks for the help. Case closed. Reinstalled Ubuntu and are now dependent on wireless.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •