Named configuration error in centos 6.9
-
- Posts: 19
- Joined: 2017/11/24 12:10:18
Re: Named configuration error in centos 6.9
yes how can i rectify this @trevorH
Re: Named configuration error in centos 6.9
Without me consulting the documentation that describes the format of zone files, I suspect it may be as simple as deleting the whitespace prior to the @, the server1 and server2 lines. If that doesn't work then you'll need to go search out the doc for zone files and discover the correct format.
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Re: Named configuration error in centos 6.9
I can confirm that Trevor. A space or tab at the beginning of the line means "use the existing name", so the three lines are interpreted as:
Expanding line 2 fully:
Code: Select all
@ @ IN NS server1.example.tv.
@ server1 IN A 10.0.2.17
@ server2 IN A 10.0.2.16
Code: Select all
example.tv. server1 IN A 10.0.2.17
Re: Named configuration error in centos 6.9
Thanks. I don't hand edit zone files very much as most of my updates are done via nsupdate.
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke