На данный момент имею следующие конфиги:
/etc/resolf.conf
Код: Выделить всё
nameserver 172.0.0.1
#nameserver 10.0.0.1
#nameserver 10.0.0.10/etc/bind/named.conf.option
Код: Выделить всё
options {
directory "/var/cache/bind";
listen-on { 192.168.1.2; 127.0.0.1; };
version "9999.99.99";
allow-transfer { none; };
allow-query { 192.168.1.0/24; 127.0.0.1 };
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
forwarders {
10.0.0.1;
10.0.0.10;
};
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};iptables убирал все правила и ставил акцепт на все - не помогает
рестартую bind9. ввожу dmesg - ни каких интересных сообщений
Если ввожу dig ya.ru:
Код: Выделить всё
; <<>> DiG 9.7.0-P1 <<>> ya.ru
;; global options: +cmd
;; connection timed out; no servers could be reachedЕсли ввожу dig ya.ru @127.0.0.1:
Код: Выделить всё
; <<>> DiG 9.7.0-P1 <<>> ya.ru @127.0.0.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12724
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;ya.ru. IN A
;; ANSWER SECTION:
ya.ru. 6460 IN A 77.88.21.3
ya.ru. 6460 IN A 87.250.251.3
ya.ru. 6460 IN A 93.158.134.3
ya.ru. 6460 IN A 213.180.204.3
;; Query time: 4 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon May 10 20:16:04 2010
;; MSG SIZE rcvd: 87Куда копать?
ЗЫ недавно экспериментировал с wvdial и сотовым телефоном - но началось ли все тогда точно не могу сказать