Monday, 15 April 2013

dns - BIND9 constant servfail -



dns - BIND9 constant servfail -

i want create dns server on vps , add together domain provider. domain set in provider's panel vps dns1 , sdns2.ovh.net dns2. i'm getting servfail dig on , on 1 time again , since i'm new i'm out of moves. wrong?

my zone file domain.com:

$ttl 604800 @ in soa ns1.domain.com. root.ns1.domain.com. ( 3 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns1.domain.com. @ in ns ns2.domain.com. @ in 176.31.189.10 ns1 in 176.31.189.10 ns2 in 213.251.188.141

named-checkzone shows ok

named.conf entry:

zone "domain.com" { type master; file "db.domain.com"; };

named.conf.options:

options { directory "/var/cache/bind"; dnssec-validation auto; auth-nxdomain no; listen-on-v6 port 53 { any; }; listen-on port 53 { any; }; };

port 53 allowed firewall in/out. bind service active.

i'm getting dig servfail time. dns2 provider requires "ownercheck" cant since looks zone file not beingness read anyhow. please help.

problem solved server failing load zone file - lack of total address

dns bind server

No comments:

Post a Comment