Page 1 of 1

[SOLVED] dns server

PostPosted: Aug 25th, '13, 07:57
by e214679
Hi,

I have install bind as dns server in Mageia 3

urpmi bind-9.9.3.P2-1.mga3.x86_64.rpm
I can't get access it.

the error is :-
Aug 25 13:40:25 srv named[21122]: error (network unreachable) resolving 'pdns3.ultradns.org/AAAA/IN': 2001:500:48::1#53
Aug 25 13:40:25 srv named[21122]: error (network unreachable) resolving 'pdns4.ultradns.org/A/IN': 2001:500:40::1#53
Aug 25 13:40:25 srv named[21122]: error (network unreachable) resolving 'pdns4.ultradns.org/AAAA/IN': 2001:500:40::1#53
Aug 25 13:40:25 srv named[21122]: error (network unreachable) resolving 'pdns3.ultradns.org/A/IN': 2001:500:40::1#53

I have read in the forum, there is some problem about named.conf. Somebody said that upgrade to bind-9.9.2
problem solved. But I still get the problem. I have try to copy the named.conf from Mageia 2. It dos not work.

Thanks!

Re: dns server

PostPosted: Aug 25th, '13, 15:08
by doktor5000
How did you configure it, on which interfaces does it listen, what about your network configuration. And do you even use IPv6 at all?
Please provide the relevant information, otherwise we can't really help you further.

Re: dns server

PostPosted: Aug 25th, '13, 17:55
by e214679
Thanks doktor5000,

I have misread the named.conf.
The default setting is "listen-on port 53 { 127.0.0.1; };"
now I change to "listen-on port 53 { any; };" . The name server work fine.

Thanks!