5 posts / 0 new
Last post
#1 Sun, 04/19/2009 - 01:55
scholzr

DNS issues

I seem to have problems with a domain which I moved across to a new server.

through webin I see the config file has the following: zone "parstrust.co.uk" { type master; file "/var/named/parstrust.co.uk.hosts"; allow-transfer { 127.0.0.1; localnets; }; };

yet when I look for the hosts file I see it at /var/named/chroot/var/named/parstrust.co.uk.hosts

is this correct ?

thanks

Sun, 04/19/2009 - 02:04
ronald
ronald's picture

recursive bit:
webmin - servers- bind dns server- Addresses and Topology- Allow recursive queries from- check listed and fill in localhost, 127.0.0.1
click save.
then go to Miscellaneous Options - Do full recursive lookups for clients? check yes.

Glue is adding A records to your host file.
webmin - servers- bind dns server- click the domain- add to Address Records
probably something like ns1.domain.com 111.222.333.444 (your IP)

Sun, 04/19/2009 - 03:17 (Reply to #2)
duncanbbd

hmm,
seems to be a problem with the forum and selecting posts (re: DNS issues post already)

ronald, was your info aimed at me ?
if so I'll try it.

thanks brian

Sun, 04/19/2009 - 13:15 (Reply to #3)
ronald
ronald's picture

@duncanbbd, it was aimed at OP as I cant see your post..same title

Sun, 04/19/2009 - 03:26
andreychek

Yeah, sounds like your named is running chrooted, that's not a problem by itself.

What issue are you having? When you restart named, do any errors show up in the /var/log/messages log?
-Eric

Topic locked