Note that there are some explanatory texts on larger screens.

plurals
  1. PObind9 answering SERVFAIL
    primarykey
    data
    text
    <p>I've just set up my <strong>debian squeeze</strong> server. But now i got a little Problem, i cant reach my server through my domain (in this case example.com).</p> <p>I also registered a nameserver with namecheap which is "connected" to my server ip.</p> <p>This is my bind9 <strong>named.conf</strong></p> <pre><code>zone "." { type hint; file "/etc/bind/db.root"; }; zone "localhost" { type master; file "/etc/bind/db.local"; }; zone "127.in-addr.arpa" { type master; file "/etc/bind/db.127"; }; zone "0.in-addr.arpa" { type master; file "/etc/bind/db.0"; }; zone "255.in-addr.arpa" { type master; file "/etc/bind/db.255"; }; options { directory "/var/named"; }; zone "example.com" { type master; file "e/example.com"; }; </code></pre> <p>And this is the corresponding <strong>zone file</strong> which is located in "/var/named/e/"</p> <pre><code>$TTL 2H @ IN SOA ns1.example.tld. hostmaster.example.tld. ( 1328627781 ; serial 8H ; refresh 2H ; retry 4W ; expire 2H ) ; minimum TTL NS ns1.example.tld. ; name server NS ns2.example.tld. ; name server MX 10 mail.example.org. ; mail exchanger A MY_SERVER_IP_ADDRESS * A MY_SERVER_IP_ADDRESS mail A MY_SERVER_IP_ADDRESS www A MY_SERVER_IP_ADDRESS </code></pre> <p>If i do a <strong>nslookup</strong></p> <pre><code>nslookup stackoverflow.com 8.8.8.8 Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: stackoverflow.com Address: 64.34.119.12 </code></pre> <p>Everything is showing up correctly of course.</p> <p>And now for my example.com domain</p> <pre><code>nslookup example.com 8.8.8.8 Server: 8.8.8.8 Address: 8.8.8.8#53 ** server can't find example.com: SERVFAIL </code></pre> <p>Could someone help me? Because i dont know where i should start to find the problem.</p> <p>Thank you so much in advance</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload