I would like to add A record for subdomain and am searching for a file with actual zone settings. Files /var/named/named.local and /var/named/localdomain.zone have only localhost settings and not my actual domain mydomain.com. So where is a zone settings file in default Centos 5 + Lxadmin configuration?
Asked
Active
Viewed 7,121 times
3 Answers
1
Are you actually running BIND? If so, the named.conf file, or one of it's included files, should tell you what and where the zone file is. If it's not listed then BIND is not handling that domain and you need to determine what is.
John Gardeniers
- 27,844
1
Bind uses a chroot based at /var/named/chroot. Have you tried looking in /var/named/chroot/var/named? Probably a file in that directory named mydomain.com.zone or mydomain.com.named.
Kevin M
- 2,322
0
debian puts things in /var/cache/bind as default (or atleast it seems to for me). Worth having a look.
BuildTheRobots
- 862