  Matt Take me down to the paradise city Premium join:2003-07-20 Jamestown, NC
·North State Commun..
| reply to TamaraB Re: $20,000 a day?
said by TamaraB :said by Matt :... Where do you think the caching DNS server gets it's answers? Directly from the ROOT servers, totally bypassing your ISP. The root server points you directly to the authoritative DNS server of the domain you want to access. Bob You're correct. I was confusing a caching name server with a name server that is authoritative for a specific zone. If you have a zone configured, your name server requires a forwarder for all zones it's not authoritative for.
I run DNS for my LAN, which was causing my confusion. |
|
 DarkLogix
join:2008-10-23 Baytown, TX | By default windows dns servers (meaning windows servers with the DNS role added)
point to the root servers so you don't have to set the forwarders and it regularly updates its root hints file |
|
  Matt Take me down to the paradise city Premium join:2003-07-20 Jamestown, NC
·North State Commun..
| said by DarkLogix :By default windows dns servers (meaning windows servers with the DNS role added) point to the root servers so you don't have to set the forwarders and it regularly updates its root hints file Unless you configure a zone. I run MS DNS at home and if you configure a forward lookup zone (like I have for my LAN, universe.local) and don't configure forwarders, it will return an NXDOMAIN result for any domain that isn't universe.local. |
|
 DarkLogix
join:2008-10-23 Baytown, TX
·Comcast Workplace
·Comcast
| You just need to check the root hints list I have an MS dns server at home as well and didn't set any forwards and just rechecked the root hints
and internal dns for my website works aswell as resolving external
and I have reverce and forward zones but not forwarders |
|
 DarkLogix
join:2008-10-23 Baytown, TX | on the other hand I also have it runing as a domain controler |
|
 whosmatt
join:2005-02-28 Raleigh, NC
| reply to Matt The correct distinction is forwarding DNS server (dnsmasq found in most residential gateway appliances) vs recursive dns server (BIND,windows, etc can do both), which takes a query, starts with the root servers, and keeps going until it ultimately gets the answer it wants.
dnsmasq in its default setting will forward queries to another server or servers. one very useful feature of dnsmasq is that you can have it simultaneously forward to multiple servers and return whatever result comes back fastest.
-m |
|
  funchords Hello Premium,MVM join:2001-03-11 Washington, DC | Is dnsmasq the same thing as "DNS relay"? TIA -- |
|
  espaeth Digital Plumber Premium,MVM join:2001-04-21 Minneapolis, MN | dnsmasq is a lightweight caching DNS / local DHCP server:
»www.thekelleys.org.uk/dnsmasq/doc.html |
|
  Matt Take me down to the paradise city Premium join:2003-07-20 Jamestown, NC
·North State Commun..
| reply to funchords said by funchords :Is dnsmasq the same thing as "DNS relay"? TIA -- It can act as a DNS relay, yes. |
|
  kontos xyzzy
join:2001-10-04 West Henrietta, NY
| reply to Matt said by Matt : my LAN, universe.local) and don't configure forwarders, it will return an NXDOMAIN result for any domain that isn't universe.local. You're doing something wrong, then. |
|
  kontos xyzzy
join:2001-10-04 West Henrietta, NY
| reply to espaeth It doesn't cache. |
|
  funchords Hello Premium,MVM join:2001-03-11 Washington, DC
·Verizon Online DSL
·Skype
| said by kontos :It doesn't cache. said by »www.thekelleys.org.uk/dnsmasq/doc.html :Dnsmasq caches internet addresses (A records and AAAA records) and address-to-name mappings (PTR records), reducing the load on upstream servers and improving performance (especially on modem connections). -- Robb Topolski -= funchords.com =- Hillsboro, Oregon -- KJ7RL What you do at Christmas does not matter so much; What counts are the Christmas things you do all year through. |
|