webmin's bind & nameserver - NS doesn't resolve

Posted by user127518 on Server Fault See other posts from Server Fault or by user127518
Published on 2012-07-08T05:17:19Z Indexed on 2012/07/08 9:17 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

Got a problem setting up a nameserver. Here are the details:

domain http://stagingtestserver.com.au/ (I did some updates and now www.stagingtestserver.com.au won't resolve)

I got some errors in www.intodns.com/stagingtestserver.com.au as well. I could not ping ns1. and ns2. also.

This is the record file under /var/named/stagingtestserver.com.au.hosts:

$ttl 38400
stagingtestserver.com.au. IN  SOA ns1.stagingtestserver.com.au myemail\.here.gmail.com. (
          1341370630
          10800
          3600
          604800
          38400 )
stagingtestserver.com.au. IN  A   202.4.229.161
www.stagingtestserver.com.au. IN  A   202.4.229.161
ftp.stagingtestserver.com.au. IN  A   202.4.229.161
m.stagingtestserver.com.au.   IN  A   202.4.229.161
localhost.stagingtestserver.com.au.   IN  A   127.0.0.1
webmail.stagingtestserver.com.au. IN  A   202.4.229.161
admin.stagingtestserver.com.au.   IN  A   202.4.229.161
mail.stagingtestserver.com.au.    IN  A   202.4.229.161
stagingtestserver.com.au. IN  MX  5 mail.stagingtestserver.com.au.
ns1.stagingtestserver.com.au. IN  A   202.4.229.161
ns2.stagingtestserver.com.au. IN  A   202.4.229.172
stagingtestserver.com.au. IN  NS  ns1.stagingtestserver.com.au.
stagingtestserver.com.au. IN  NS  ns2.stagingtestserver.com.au.

Any thoughts, guys? Thanks and I appreciate all your thoughts/help/(ahem violent) reactions? :)

© Server Fault or respective owner

Related posts about bind

Related posts about nameserver