<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE-CH link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hello together<o:p></o:p></p><p class=MsoNormal>Iam new to this group and i have a little understanding and implementation problem form e new bind 9.11 DNS Server.<o:p></o:p></p><p class=MsoNormal>Please can i ask here for help.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I see on syslog that me error are «<span lang=EN-GB>bad dotted quad”<br><br>Yes this are useful… now after configure this i see that Revers will run <img width=15 height=15 style='width:.1562in;height:.1562in' id="Grafik_x0020_1" src="cid:image001.gif@01D453C9.2B557620" alt=":-)">but a normal Ping or Nslookup dont find the host<br>this are a testing envoirement, after I understond this, I need to implement on a realy system.<br><br><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB>Thanks and best regards<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-GB><br>n@X200:~$ nslookup hp4000.fin.local<br>Server: 127.0.0.1<br>Address: 127.0.0.1#53<br><br>** server can't find hp4000.fin.local: NXDOMAIN<br><br><br>n@X200:~$ nslookup 192.168.1.12<br>12.1.168.192.in-addr.arpa name = hp4000.fin.local.<br><br>n@X200:~$ host 192.168.1.12<br>12.1.168.192.in-addr.arpa domain name pointer hp4000.fin.local.<br><br>n@X200:~$ ping hp4000<br>ping: hp4000: Name or service not known<br><br>Sep 23 10:53:34 X200 named[2989]: zone 0.in-addr.arpa/IN: loaded serial 1<br>Sep 23 10:53:34 X200 named[2989]: zone 255.in-addr.arpa/IN: loaded serial 1<br>Sep 23 10:53:34 X200 named[2989]: zone 192.in-addr.arpa/IN: loaded serial 1<br>Sep 23 10:53:34 X200 named[2989]: zone 1.168.192.in-addr.arpa/IN: loaded serial 2<br><b>Sep 23 10:53:34 X200 named[2989]: dns_rdata_fromtext: /etc/bind/db.fin:17: near 'hp4000.': bad dotted quad</b><br>Sep 23 10:53:34 X200 named[2989]: zone x200.fin.local/IN: loading from master file /etc/bind/db.fin failed: bad dotted quad<br>Sep 23 10:53:34 X200 named[2989]: zone x200.fin.local/IN: not loaded due to errors.<br>Sep 23 10:53:34 X200 named[2989]: all zones loaded<br>Sep 23 10:53:34 X200 named[2989]: running<br>Sep 23 10:53:35 X200 named[2989]: managed-keys-zone: Key 19036 for zone . acceptance timer complete: key now trusted<br>Sep 23 10:53:35 X200 named[2989]: managed-keys-zone: Key 20326 for zone . acceptance timer complete: key now trusted<br>Sep 23 10:53:35 X200 named[2989]: resolver priming query complete<br><br><br><br>n@X200:~$ cat /etc/bind/db.fin<br>;<br>; BIND data file for local loopback interface<br>;<br>$TTL 604800<br>@ IN SOA x200.fin.local. root.fin.local. (<br>2 ; Serial<br>604800 ; Refresh<br>86400 ; Retry<br>2419200 ; Expire<br>604800 ) ; Negative Cache TTL<br>;<br>@ IN NS x200.fin.local.<br>@ IN A 192.168.1.159<br>x200 IN A 192.168.1.159<br>www IN A 192.168.1.159<br>pfsense IN A 192.168.1.1<br>hp4000 IN A 192.168.1.12<br>nstation10 IN A 192.168.1.104<br>n@X200:~$<br><br><br>n@X200:/etc/bind$ cat db.finreverse<br>;<br>; BIND data file for local loopback interface<br>;<br>$TTL 604800<br>@ IN SOA x200.fin.local. root.fin.local. (<br>2 ; Serial<br>604800 ; Refresh<br>86400 ; Retry<br>2419200 ; Expire<br>604800 ) ; Negative Cache TTL<br>;<br>IN NS x200.fin.local.<br>159 IN PTR ns.fin.local.<br>1 IN PTR pfsense.fin.local.<br>12 IN PTR hp4000.fin.local.<br>104 IN PTR nstation10.fin.local.</span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>