<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I have two DNS servers both running Debian Linux 7.2.0, BIND 9.8.4 in a private LAN.  I set up an unregistered domain to see how things would run.  When I run dig on the domain
 just to see if it will resolve, I get this error:<br>
<br>
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> jeffdiss.org<br>
;; global options: +cmd<br>
;; Got answer:<br>
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 22495<br>
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0<br>
<br>
;; QUESTION SECTION:<br>
;jeffdiss.org.            IN    A<br>
<br>
;; Query time: 0 msec<br>
;; SERVER: 192.168.1.50#53(192.168.1.50)<br>
;; WHEN: Mon Nov 11 10:05:10 2013<br>
;; MSG SIZE  rcvd: 30<br>
<br>
BIND's configuration file is :<br>
<br>
$TTL    3600<br>
$ORIGIN jeffdiss.org.<br>
; Start of Authority record defining the key characteristics of the zone (domain)<br>
@    IN    SOA    server1.jeffdiss.org.  zonemaster.jeffdiss.org. (<br>
            2013110701    ; serial, todays date + serial num<br>
            7200        ; refresh, seconds<br>
            540        ; retry, seconds<br>
            604800        ; expire, seconds<br>
            86400         ; minimum, seconds<br>
            )<br>
<br>
; name servers Resources Records (RR) for the domain<br>
    IN    NS    server1.jeffdiss.org.<br>
<br>
; the second name server<br>
    IN    NS    server2.jeffdiss.org.<br>
<br>
; mail server Resource Records (RR) for the domain<br>
   3w    IN    MX  10    mail.jeffdiss.org.<br>
<br>
; domain hosts includes NS and MX records defined above plus any others required<br>
server1        IN    A    192.168.1.50<br>
server2        IN    A    192.168.1.51<br>
www        IN    A    192.168.1.51<br>
<br>
This seems simple enough.  I'm running dig from the primary DNS server itself and I'm thinking I should be able to get an answer for jeffdiss.org.  Can someone point me in the right direction?<br>
<br>
Jeff<br>
<br>
</div>
</body>
</html>