Setting up a DNS server - problem encountered

Issues related to configuring your network
Post Reply
prashanth0555
Posts: 1
Joined: 2017/12/03 02:37:49

Setting up a DNS server - problem encountered

Post by prashanth0555 » 2017/12/03 02:45:09

I am facing exact error message.

Below are the contents of my zone files.
# cat Prashanth.for

$TTL 1D
@ IN SOA @ http://www.Prashanth.com. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
NS http://www.Prashanth.com.
www A 192.168.0.107
~

# cat Prashanth.rev

$TTL 1D
@ IN SOA @ http://www.Prashanth.com. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
NS http://www.Prashanth.com.
107 PTR http://www.Prashanth.com.
~
Attachments
dns.JPG
dns.JPG (230.9 KiB) Viewed 413 times

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Setting up a DNS server - problem encountered

Post by TrevorH » 2017/12/03 17:00:24

Please don't hijack other people's threads with your own problems. I have split this out into its own topic.

You can't use http://www.prasanth.com like that. It's not what it's looking for. Your SOA is wrong. Your NS is wrong and so is the PTR record you've set up for 107.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply