Issue with bind - Raspberry Pi Forums
hi,
installed bind in domain "flehenberg.local". when try lookup public adress everyhting works fine. when try resolve local address error message "** server can't find nas.flehenberg.local: servfail".
might wrong in configuration? should start troubleshooting?
zone file looks this:
, reverse zone file this:
installed bind in domain "flehenberg.local". when try lookup public adress everyhting works fine. when try resolve local address error message "** server can't find nas.flehenberg.local: servfail".
might wrong in configuration? should start troubleshooting?
zone file looks this:
code: select all
pi@flever /etc/bind $ cat zone.flehenberg.local $ttl 2d @ in soa flever.flehenberg.local. root.flever.flehenberg.local. ( 2015082802 ; serial 3h ; refresh 1h ; retry 1w ; expiry 1d ) ; minimum flehenberg.local. in ns flever.flehenberg.local. router in 192.168.97.254 nas in 192.168.97.200
code: select all
pi@flever /etc/bind $ cat zone.0.97.168.192.in-addr.arpa $ttl 2d @ in soa flever.flehenberg.local. root.flever.flehenberg.local. ( 2015082802 ; serial 3h ; refresh 1h ; retry 1w ; expiry 1d ) ; minimum 97.168.192.in-addr.arpa. in ns flever.flehenberg.local. 254.97.168.192.in-addr.arpa. in ptr router.flehenberg.local. 200.97.168.192.in-addr.arpa. in ptr nas.flehenberg.local.
for reverse zone try like forward zone try examples based on zone files running on network.
code: select all
$ttl 3d @ in soa apollo.flehenberg.local. okoestner.apollo.flehenberg.local. ( 201508301 ; serial 8h ; refresh 3h ; retry 4w ; expire 1d) ; minimum ttl ns flehenberg.local. 5.97.168.192.in-addr.arpa. in ptr saturn.flehenberg.local. 7.97.168.192.in-addr.arpa. in ptr raspberrypi.flehenberg.local. 9.97.168.192.in-addr.arpa. in ptr eagle.flehenberg.local. 11.97.168.192.in-addr.arpa. in ptr apollo.flehenberg.local. 13.97.168.192.in-addr.arpa. in ptr odyssey.flehenberg.local. 17.97.168.192.in-addr.arpa. in ptr aplus.flehenberg.local.
code: select all
$origin . $ttl 259200 ; 3 days flehenberg.local in soa ns.flehenberg.local. hostmaster.flehenberg.local. ( 201508301 ; serial 28800 ; refresh (8 hours) 7200 ; retry (2 hours) 2419200 ; expire (4 weeks) 86400 ; minimum (1 day) ) ns ns.flehenberg.local. mx 10 mail.flehenberg.local. $origin flehenberg.local. aplus 192.168.97.17 mx 10 mail apollo 192.168.97.11 mx 10 mail eagle 192.168.97.9 mx 10 mail odyssey 192.168.97.13 mx 10 mail raspberrypi 192.168.97.7 mx 10 mail saturn 192.168.97.5 mx 10 mail
raspberrypi
Comments
Post a Comment