Salut, 

Am un router pe care este instalat si un bind. 

Uneori pica netu. Dau sa intru pe www.k.ro <http://www.k.ro/>  si nimic.
Daca dau ping in www.k.ro <http://www.k.ro/> , 

Tot nimic. Dar daca dau ping in ip-ul lui www.k.ro merge. De unde tind sa
cred

ca bind-ul meu refuza se resolve unele adrese.

 

Va dau un paste la configuratia bind-ului meu: 

 

acl sn { xx.xxx.xx.0/24; };

acl lan { 172.16.0.0/16; };

 

options {

            directory  "/etc/namedb";                   //working directory

            version "ns-server.1b";

            pid-file "/named.pid";

            statistics-file "/var/named.stats";

            forwarders { 193.231.236.25; 192.231.236.30; };

            allow-recursion { sn; lan; localhost; };

            allow-query { sn; lan ; localhost; };

        #    recursive no;                              //do not provide
recursive services

        };

 

key "rndc_key"                   {

                                          algorithm hmac-md5;

                                          secret "keyssssss";

                                 };

 

controls                         {

                                        inet 127.0.0.1 allow { localhost; }
keys { rndc_key; };

                                 };

 

server 127.0.0.1                 {

                                        keys { "rndc_key"; };

                                 };

 

 

#zone "." IN                    {

#                                   type hint;

#                                   file "named.ca"

#                               };

#

 

 

zone "0.0.127.in-addr.arpa" IN  {

                                        type master;

                                        file "localhost.rev";

                                };

 

zone "domeniu.ro" IN           {

                                    type master;

                                    file "domeniu.ro.db";

                                    allow-query { any; };

                                };

 

zone "xx.xxx.xx.in-addr.arpa" IN        {

                                        type master;

                                        file "domeniu.ro.rev";

                                        allow-query { any; };

                                };

 

Daca dau un restart la desktop merge totul ok (un timp) 

 

Ce poate sa fie?

 

 

_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui