system-config-bind issues
Hello!
I am using bind 9 on RHEL5. I migrated these zones over from a win2k3 server and attempted to edit them to match bind's format.
-rw-r--r-- 1 root named 579 Mar 17 14:52 test.com.db
*Tried chown'ing to named:named didn't help*
$TTL 1H
test.com. IN SOA ns1.dnsserver.com. hostmaster.ns1.dnsserver.com. (3
3H
1H
1W
1H )
@ 1H IN NS ns1.dnsserver.com.
@ 1H IN NS ns2.dnsserver.com.
@ 1H IN A 10.1.1.1
www 1H IN A 10.1.1.1
*the zone lost the space formating in the post sorry!*
The above is an example of a zone that is accepted by named on restart, however if i load the dns tool system-config-bind, and attempt to make changes to this record I receive:
"Save of Zone File /var/named/chroot/var/named/test.com.db failed:
dns_master_load: /var/named/chroot/var/named/test.com.db:2: unexpected end of line
dns_master_load: /var/named/chroot/var/named/test.com.db:1: unexpected end of input
/var/named/chroot/var/named/test.com.db:11: using RFC 1035 TTL semantics
zone test.com/IN: loading master file /var/named/chroot/var/named/test.com.db: unexpected end of input"
I have added the TTL on a record bases trying to replicate a fake zone created to see if I could find the difference that system-config-bind is looking for. The only files I have edited are the named.conf file located in /var/named/etc and creating the db files by hand so it is possible if there is another file that needs to be edited maybe I am missing.
Any help would greatly be appreciated!
|