Results 1 to 9 of 9

Thread: Problems with DNS

Threaded View

  1. #1
    Join Date
    Jun 2011
    Beans
    16
    Distro
    Ubuntu 11.04 Natty Narwhal

    Problems with DNS

    Hello everyone,

    I recently registered a domain, and I can't access it from my computer.

    It works fine from every other computer I have, but not my ubuntu laptop.

    My laptop is running 12.04 LTS

    After further invistigation, nslookup seems to query localhost (and return NXDOMAIN - dnsmasq is not installed), whereas my server (ubuntu 10.04 LTS) it queries the correct server given by the routed (server on the same LAN as my laptop).

    nslookup on my laptop:
    Code:
    $ nslookup tyzoid.com
    Server:		127.0.0.1
    Address:	127.0.0.1#53
    
    ** server can't find tyzoid.com: NXDOMAIN
    nslookup on my server:
    Code:
    $ nslookup tyzoid.com
    Server:		75.75.76.76
    Address:	75.75.76.76#53
    
    Non-authoritative answer:
    Name:	tyzoid.com
    Address: 24.11.221.181
    Thanks

    EDIT:
    it works fine if I specify a DNS server to use, ie nslookup tyzoid.com 8.8.8.8, however, I want my laptop to use the DNS server provided by my router.

    EDIT2:
    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
    search hsd1.mi.comcast.net
    Last edited by tyzoid; December 2nd, 2012 at 08:26 PM.

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
  •