On 25.12.14 17:50, Mohammed Ejaz wrote:
as you said I modified the logging sections.  but still external domains are
unable to resolve.   I wanted tell you one more thing when I reassign my old
IP which is 212.119.64.12 then everything works fine (I mean interal
autherative domain and external yahoo etc.... )without any problem

does it work when you ask any of those IPs for the data?

please run "dig a yahoo.com @212.119.64.228"


options {
       directory "/var/named";
       listen-on port 53 { 212.119.64.228; 212.119.64.226; 212.119.64.12;};
version "Have a nice day!, Good Bye";
recursion yes;
notify no;
};


logging {
   channel bind_syslog {
   file "/var/log/named/bind_sys.log" versions 3 size 5m;
#        syslog daemon;
       severity info;
   };
   category default { bind_syslog; };
};


log file

bash-2.03# tail -f /var/log/named/bind_sys.log
zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 3
zone makksab.com/IN: loaded serial 2005032202
zone localhost/IN: loaded serial 3
zone cyberiamall.net/IN: loaded serial 2005032202
zone kalam.net.sa/IN: loaded serial 2005032202
running
sloading configuration from '/etc/named.conf'
no IPv6 interfaces found
zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 3
zone makksab.com/IN: loaded serial 2005032202
zone localhost/IN: loaded serial 3
zone cyberiamall.net/IN: loaded serial 2005032202
zone kalam.net.sa/IN: loaded serial 2005032202
running

did you issue DNS query here? The SERVFAIL message should be explained in
the logs...


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Fighting for peace is like fucking for virginity...
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to