Results 1 to 3 of 3
Hi,
We configured our DNS server and when use dig domain. com mx or ns we will get answer. If we are giving only domain name (dig domain. com) dig ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-04-2012 #1Just Joined!
- Join Date
- Jun 2012
- Posts
- 5
How to configure DNS server?
Hi,
We configured our DNS server and when use dig domain. com mx or ns we will get answer. If we are giving only domain name (dig domain. com) dig gives 0 answer and full SOA line in the zone file under Authority section. What could be wrong?
Zone file looks something like following
$TTL 86400
1D IN SOA ns1.domain. com. hostmaster.domain. com. (
2002022401 ; serial
3H ; refresh
15 ; retry
1w ; expire
3h ; minimum
)
IN NS ns1.domain. com.
IN MX 10 mail.domain. com.
ns1 IN A 192.168.0.1
Thanks
britto
- 07-07-2012 #2Just Joined!
- Join Date
- Jul 2012
- Posts
- 1
use the following command it may help u
dnsmasq_selinux
- 07-14-2012 #3
The reason you get no answer is because you do not have a catch-all configured in your zone file an '@'.
You do not need one and most if they have one point to their web server.


Reply With Quote
