Another DNS


Results 1 to 8 of 8

Thread: Another DNS

  1. #1
    Join Date
    Jun 2005
    Posts
    180

    Another DNS

    Hey there all,
    sometimes, my ISP drops their DNS server, much more often than they drop the internet service. So, at times that they drop DNS, is there someplace else i can put in resolv.conf ? Like a public DNS or something ?

    thanks

  2. #2
    Join Date
    Sep 1999
    Posts
    3,202
    You could run a cache-only DNS server on your local machine, it will poll the root servers for info and save it locally for a while.

  3. #3
    Join Date
    Jun 2005
    Posts
    180
    cool thanks, any simple one you would reccomend?

  4. #4
    Join Date
    Nov 2002
    Location
    Dayton, OH
    Posts
    986
    You could also switch to using OpenDNS for your DNS servers. My ISP had the same problem, the DNS servers would frequently drop out so I just changed over to the OpenDNS ones insted.
    http://opendns.org/
    "After all you've seen, after all the evidence, why can't you believe?"

    IBM Thinkpad T21
    750 Mhz P3, 128 MB PC100 RAM, CD-ROM, 10 GB IDE HDD
    Ubuntu 9.04 Minimal

  5. #5
    Join Date
    Sep 1999
    Posts
    3,202
    Depending on what distro you are using... with Ubuntu and Debian, you can just "apt-get install bind9" and it will set it up automatically. You just have to change /etc/resolv.conf to point to localhost -

    nameserver localhost

  6. #6
    Join Date
    Apr 2001
    Location
    SF Bay Area, CA
    Posts
    14,936
    Quote Originally Posted by ph34r
    nameserver localhost
    Which will only work if "localhost" can be looked up in DNS.

    (Well, or /etc/hosts if you use that. I'm probably one of only a few people that doesn't, which is why I'm posting this.)

    I do think that using 127.0.0.1 is safer, though.

  7. #7
    Join Date
    Apr 2004
    Location
    Athens, Greece
    Posts
    606
    or use opendns
    ---------------------------------------------------------------
    Linux user #355624 Debian Linux
    Latitude D810 --Pentium M 1.86Ghz , 1GB DDR II PC-4300. X600 ,15.4". SATA 60GB
    Home ssh / ftp server P 4 @ 2.8Ghz , 225gb 3 x maxtors
    =====www.kanotix.com=====

  8. #8
    Join Date
    Apr 2001
    Location
    SF Bay Area, CA
    Posts
    14,936
    ...If you don't mind OpenDNS's policy of modifying your query and pointing you to a redirect server when it thinks you "made a mistake", that is. I, personally, would hate that. (See the sections on "Typo Correction" and "Shortcuts" on that page to see what I'm talking about.)

    Sure, you can supposedly turn that off, but you don't have to worry about it at all if you just run your own server.

Posting Permissions

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