The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"ДНС не фурычит..."
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"ДНС не фурычит..."  
Сообщение от Аноним on 29-Ноя-07, 18:15 
Вот проблемка возникла немогу использовать из под винды ДНС на линуксе
DNS request timed out.
    timeout was 2 seconds.
*** Can't find server name for address 192.168.1.232: Timed out
*** Default servers are not available
Server:  UnKnown
Address:  192.168.1.232

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Request to UnKnown timed-out

настройки вот такие, в чем может быть проблема????

server 192.168.1.232 {
    transfer-format many-answers;
};

options {
    directory "/var/bind";

    forwarders { x.x.x.x; };

    listen-on-v6 { none; };
    listen-on port 53 { 127.0.0.1; 192.168.1.232; };

    allow-query { 127.0.0.1; 192.168.1.232; };

    pid-file "/var/run/named/named.pid";
};

view "internal" {
    match-clients { 127.0.0.1; 192.168.1.0/24; };

    zone "mydomain.com." IN {
        type master;

        file "pri/int.mydomain.com.zone";
        allow-update { none; };
        notify no;
    };

    zone "localhost" IN {
        type master;
        file "pri/localhost.zone";
        allow-update { none; };
        notify no;
    };

    zone "127.in-addr.arpa" IN {
        type master;
        file "pri/127.zone";
        allow-update { none; };
        notify no;
    };

    zone "1.168.192.in-addr.arpa" IN {
        type master;
        file "pri/1.168.192.zone";
        allow-update { none; };
        notify no;
    };
};

1.168.192.zone
$TTL 1W
$ORIGIN 1.168.192.in-addr.arpa.

@       IN      SOA     gateway.mydomain.com. root.gateway.mydomain.com. (
                                      2007111908 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      604800     ; Expire - 1 week
                                      86400 )    ; Minimum

                IN      NS      gateway.mydomain.com.
232             IN      PTR     gateway.mydomain.com.

int.mydomain.com.zone
$TTL 1W

@       IN      SOA     gateway.mydomain.com. root.gateway.mydomain.com. (
                                      2007111904 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      604800     ; Expire - 1 week
                                      86400 )    ; Minimum

@               IN      NS      gateway
                IN      MX 0    gateway

gateway         IN      A       192.168.1.232

mail            IN      CNAME   gateway
mail2           IN      CNAME   gateway

imaps           IN      CNAME   gateway

Высказать мнение | Ответить | Правка | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "ДНС не фурычит..."  
Сообщение от thehangedman email(ok) on 29-Ноя-07, 23:17 
   allow-query { 127.0.0.1; 192.168.1.232; };

allow-query defines a match list e.g. IP address(es) which are allowed to issue queries to the server. If not specified all hosts are allowed to make queries.

Т.е. запросы разрешены только с самого сервера, а с других машин - нет.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру