RE: Enterprise DNS Architecture - AD and BIND

2016-11-08 Thread Baird, Josh
Hi Ray, I'm not quite sure why you would have your caching servers forward to other DNS servers (Google, OpenDNS, etc). I would enable recursion on them and would not forward anything. I would also consider making these caching servers at each location slave your *internal* authoritative zon

Slaves or Forwarders?

2016-08-23 Thread Baird, Josh
Hi, In the past, when I have had a requirement to bring a slave zone into our environment; I created a slave zone on my master(s) (defining the external nameserver as a master) and then created slave zones on my slaves using *my* master as a master (not the master outside of my environment). T

RE: Adding CNAME for the root domain issue

2016-04-27 Thread Baird, Josh
Any thoughts on a service like Cloudfare's 'CNAME Flattening' [1]? [1] https://blog.cloudflare.com/introducing-cname-flattening-rfc-compliant-cnames-at-a-domains-root/ -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Steph

Problem with resolution

2014-12-17 Thread Baird, Josh
Hi, Does anyone see anything strange about the two hosts? www.ca.greattextbookgiveaway.com www.sorteodelibrospucmm.com.do My BIND 9.9.4 servers are unable to resolve these hosts, but I have older servers that can. I noticed that I am unable to resolve the two authoritative servers (ns1.500buc

RE: In BIND 8.2 running on Solaris 8, how to start logging

2014-06-27 Thread Baird, Josh
Enable query logging or run tcpdump on port 53. A quick Google search should explain exactly how to do either of these very easily. Josh -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Barry S. Finkel Sent: Friday, June 2

Architecture Questions

2014-05-28 Thread Baird, Josh
Hi, I have historically hosted authoritative slave zones on my internal caching/recursive servers to override recursion for internal zones. These servers are not directly reachable from the internet. Generally speaking, I realize that it is considered a bad practice for any authoritative serv

RE: Book recomendations?

2014-05-27 Thread Baird, Josh
Cricket's "DNS & BIND" seems rather dated at this point with the last edition over 8 years old. Josh -Original Message- From: Warren Kumari [mailto:war...@kumari.net] Sent: Tuesday, May 27, 2014 7:24 PM To: Baird, Josh Cc: bind-users@lists.isc.org Subject: Re: Book

Book recomendations?

2014-05-27 Thread Baird, Josh
Hi, Can someone recommend a modern/new-ish book on DNS (specifically BIND)? I know there have been several O'Reily books throughout the years, but haven't kept up on anything in the past few years. I'm looking for architecture design, best practices in designing enterprise and service provide

Multi-master (HA)

2014-05-06 Thread Baird, Josh
Hi, For those of you who operate at multiple sites or datacenters, are you doing any HA for your BIND masters? Ideally, we would have a master in each datacenter; maybe not an active one, but one that is standing by in case your primary master becomes unavailable. Do you have multiple "acti

RE: Enterprise IPAM/DNS Solutions

2014-04-28 Thread Baird, Josh
st *have* to have that OS-level control down to the kernel, filesystems, devices, etc. it might make sense to stick with an agent- or wrapper-based solution like you already have (M&M). I think IPControl (by British Telecom) is also a strong player in that space.

RE: Enterprise IPAM/DNS Solutions

2014-04-28 Thread Baird, Josh
rious platforms is appreciated! (apologies for the top-post) Thanks, Josh -Original Message- From: Ray Van Dolson [mailto:rvandol...@esri.com] Sent: Monday, April 28, 2014 12:35 PM To: Baird, Josh Cc: bind-users@lists.isc.org Subject: Re: Enterprise IPAM/DNS Solutions On Mon, Apr 28, 2014

Enterprise IPAM/DNS Solutions

2014-04-28 Thread Baird, Josh
Hi, We currently use the Men & Mice DNS/IPAM/DHCP suite which is essentially a front-end "wrapper" for BIND. We deploy our own BIND boxes and simply install the Men & Mice agent on them which allows us to centrally manage the zones from a GUI (or CLI) based interface. I'm curious about the ot

Wildcard CNAME record?

2013-01-16 Thread Baird, Josh
Is it acceptable to have a wildcard CNAME? Example: * IN CNAMEsomewhere.com. Or, would it be advised to only use wildcard 'A' records? Thanks. ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to

RE: Problem with ed.gov

2012-01-19 Thread Baird, Josh
Nope, no firewall in front or behind these particular boxes. Josh -Original Message- From: Faehl, Chris [mailto:cfa...@rightnow.com] Sent: Thursday, January 19, 2012 3:34 PM To: Baird, Josh Cc: bind-users@lists.isc.org Subject: Re: Problem with ed.gov Josh - are you using Cisco

RE: Problem with ed.gov

2012-01-19 Thread Baird, Josh
Ugly fix, but it does work. I already had that in place as a "band-aid" anyways. Josh -Original Message- From: wbr...@e1b.org [mailto:wbr...@e1b.org] Sent: Thursday, January 19, 2012 2:36 PM To: Baird, Josh Cc: bind-users@lists.isc.org Subject: Re: Problem with ed.gov Josh w

Problem with ed.gov

2012-01-19 Thread Baird, Josh
Hi, My resolvers seem to be having problems resolving ed.gov hosts. Others have reported similar problems, but I am having trouble figuring out where the problem lies. Some other resolvers seem to be resolving ed.gov correctly. I am able to query their authoritative servers directly from the sa

True queries per second?

2011-09-28 Thread Baird, Josh
Hi, I'm looking at the output from 9.7's "rndc stats," and I see both incoming and outgoing statistics. I'm trying to get a true queries per second stat from these numbers. Wouldn't this be both incoming+outgoing queries? Or, from a performance standpoint should I only be concerned about incomi

RE: Stats ouput 9.3 vs 9.7

2011-09-07 Thread Baird, Josh
ces+jbaird=follett@lists.isc.org] On Behalf Of Alan Clegg Sent: Wednesday, September 07, 2011 1:16 PM To: bind-users@lists.isc.org Subject: Re: Stats ouput 9.3 vs 9.7 On 9/7/2011 11:13 AM, Baird, Josh wrote: > Is there a way to revert back to the old stats format? Is there an > easier way to reveal

Stats ouput 9.3 vs 9.7

2011-09-07 Thread Baird, Josh
All, Just upgraded some authoritative boxes to RHEL6, thus upgrading to BIND 9.7.3. On RHEL5 (BIND 9.3.x), I had scripts that parsed the output of the named.stats file, and piped them through net-snmpd so my NMS could monitor query statistics. On 9.3.x, the named.stats looked like: +++ Statisti

Problem with resolution

2011-08-04 Thread Baird, Josh
I'm having trouble with the resolution of www.pncactivepay.com. It appears that most nameservers will resolve this host to 208.86.144.222. Resolution for this host only works about half of the time, as shown by my logs below. When my resolvers are not able to get the real IP (208.86.144.22), th

RE: Is it possible to block resolution of a malware address?

2011-04-01 Thread Baird, Josh
We typically override malware-ish domains's by creating a zone on our caching servers for them and create a wildcard similar to: * IN A 127.0.0.1 That way, when clients try to resolve xyz.com, our caching/resolvers return 127.0.0.1, not the real IP address. Josh -Original M

RE: GUI for bind

2011-03-28 Thread Baird, Josh
We have used the commercial Men & Mice suite for 3 years now and have had great success with it. It meets all of your requirements listed below. It has an intuitive Windows based console as well as a web application that can be used to manage DNS, IPAM and DHCP. It works directly on top of BIND

RE: RHEL5 BIND in PROD

2011-03-15 Thread Baird, Josh
For new deployments, I would likely choose RHEL6 over RHEL5; unless you have a compelling reason to run RHEL5. RHEL6 includes BIND 9.7.0. You mention that you would like to keep your DNS boxes "appliance" like. If this is the case, rolling out source code and compiling on each box may not be the

RE: How do I stress test my newly setup DNS BIND server?

2010-08-19 Thread Baird, Josh
Check out the "queryperf" tool. Thanks, Josh From: bind-users-bounces+jbaird=follett@lists.isc.org [mailto:bind-users-bounces+jbaird=follett@lists.isc.org] On Behalf Of Samad Agha Sent: Thursday, August 19, 2010 10:13 AM To: bind-users@lists.isc.org Subject: How do I stress test m

Recursion problems

2010-08-04 Thread Baird, Josh
Hi, I am having problems with recursion for domains that reside on two particular nameservers. My BIND9 servers return a SERVFAIL and do not attempt to recurse to the authoritative nameservers for ugabookstore.com. I have verified that my caching servers are not contacting ugabookstore.com's a

RE: Unable to resolve several hosts

2010-06-29 Thread Baird, Josh
Ok, so I answered my own question. It was indeed our ASA's at the border. Thanks, Josh -Original Message- From: bind-users-bounces+jbaird=follett@lists.isc.org [mailto:bind-users-bounces+jbaird=follett@lists.isc.org] On Behalf Of Baird, Josh Sent: Tuesday, June 29, 2010 4:

Unable to resolve several hosts

2010-06-29 Thread Baird, Josh
Hi, We have clients that have started to report that they are not able to resolve certain hosts from our recursing/caching resolvers (BIND 9.3.6-4/EL5). I am wondering if this has something to do with EDNS or the DNSSEC rollout to root servers on May 5th.. or perhaps with our Cisco ASA's at the e

RE: Authoritative Redundancy

2010-05-19 Thread Baird, Josh
Would there be any benefit in assigning them as additional master's for all of my zones (in addition to DNS01), or would this just complicate the entire environment? Thanks In article , "Baird, Josh" wrote: > Hi, > > I currently have three authoritative ser

Authoritative Redundancy

2010-05-19 Thread Baird, Josh
Hi, I currently have three authoritative servers in the RRset for my internal zones: NS dns01.blah.com. NS dns02.blah.com. NS dns03.blah.com. DNS01 is the sole master for my internal zones. I have a number of resolving DNS servers throughout my environment

RE: Load Balancer for DNS

2010-04-05 Thread Baird, Josh
Load balancing can also be used just to provide high availability for your caching/resolver servers. Often times, even though a resolver client will allow you to provide multiple resolving servers, if the primary resolver goes down the delay until the next resolver is tried often cripples applicat

RE: what is a SPF (type 99) record and who do I implement?

2010-03-24 Thread Baird, Josh
You struggled to find anything about SPF? http://www.zytrax.com/books/dns/ch9/spf.html Josh From: bind-users-bounces+jbaird=follett@lists.isc.org [mailto:bind-users-bounces+jbaird=follett@lists.isc.org] On Behalf Of Security Admin (NetSec) Sent: Wednesday, March 24, 2010 1:54 PM

RE: tcp versus udp

2009-05-04 Thread Baird, Josh
In addition, TCP is used for queries > 512bytes. Josh From: bind-users-boun...@lists.isc.org on behalf of Eduardo JĂșnior Sent: Mon 5/4/2009 8:35 PM To: Martin McCormick Cc: bind-us...@isc.org Subject: Re: tcp versus udp Hi, On Mon, May 4, 2009 at 9:28 PM

RE: DNS Appliance

2009-03-25 Thread Baird, Josh
I can vouch for Men & Mice. I currently have the enterprise version running in an environment managing 2000+ domains and 15+ DNS servers. Support is great as well. Josh -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of da..

RE: DNS Appliance

2009-03-25 Thread Baird, Josh
Not an appliance, but has a nice offering including a MMC-ish console and Web GUI. Josh -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Gainey, Joe (AT - Atlanta) Sent: Wednesday, March 25, 2009 10:43 AM To: j...@eagle.net;

RE: Case For Microsoft DNS v. BIND 9 - Or Best Practices ForCoexisting

2009-02-07 Thread Baird, Josh
Actually, yes, if you have dynamic DNS registration enabled on the client/host and server, an 'A' record will automatically be created in the AD zone. Josh From: bind-users-boun...@lists.isc.org on behalf of Danny Mayer Sent: Sat 2/7/2009 2:29 PM To: wiskbr...@

RE: Case For Microsoft DNS v. BIND 9 - Or Best Practices ForCoexisting

2009-02-06 Thread Baird, Josh
In my case, we let AD/MSDNS do dynamic updates.. no dynamic updates are necessary with BIND. Not sure I understand your "split" lookups - but your external authoritative nameservers should NOT allow recursion. Josh -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-us

RE: Case For Microsoft DNS v. BIND 9 - Or Best Practices ForCoexisting

2009-02-06 Thread Baird, Josh
We also run in a mixed MSDNS/BIND environment. All of our AD domain controllers run MSDNS and are authoritative for the AD domain only. They forward all non-authoritative requests (all non AD domain queries) to caching BIND9/Linux servers which also contain slave zones for all of our internal dom

RE: BIND9 Logging

2009-01-21 Thread Baird, Josh
Good point.. didn't even think to use tcpdump. Thanks, Josh -Original Message- From: Doug Barton [mailto:do...@dougbarton.us] Sent: Wednesday, January 21, 2009 3:51 PM To: Baird, Josh Cc: bind-us...@isc.org Subject: Re: BIND9 Logging Baird, Josh wrote: > I have one instance

BIND9 Logging

2009-01-21 Thread Baird, Josh
I have one instance of named that is listening on multiple IP's. I am looking to see how many queries are destined to one of those IP's that named is listening on. I do have query logging enabled, but I don't see it revealing the destination interface. Is there a way make it log this as well?

Establishing a backup primary-master

2009-01-13 Thread Baird, Josh
I am in the process of developing a DR (disaster recovery) plan for my primary masters. Could someone please confirm (or correct me) that a second server in the "masters {}" statement of a slave zone will only be used in the event that the first master cannot be reached? Example: zone "examp

RE: Question about Records not authoritative for

2008-12-11 Thread Baird, Josh
You could just create an authoritative zone for the domain on your internal view to override recursion. You can then create a wildcard 'A' record or such to resolve to 127.0.0.1, etc. Josh From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Casartello, Thomas Sent: Thursday, Dec