# ping -c1 ugluk PING ugluk.el.local (192.168.5.28) 56(84) bytes of data. 64 bytes from ugluk.el.local (192.168.5.28): icmp_seq=1 ttl=128 time=0.387 ms --- ugluk.el.local ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.387/0.387/0.387/0.000 ms ----------- # nslookup ugluk Server: 127.0.0.1 Address: 127.0.0.1#53 ** server can't find ugluk: NXDOMAIN ------------- # nslookup 192.168.5.28 Server: 127.0.0.1 Address: 127.0.0.1#53 28.5.168.192.in-addr.arpa name = ugluk.el.local. ------------- что бы это значило? Почему nslookup не ищет по имени? named.conf ---------- acl corpnets { 192.168.1.0/24; 192.168.2.0/24; 192.168.3.0/24; 192.168.4.0/24; 192.168.5.0/24; 192.168.6.0/24; 127.0.0.1; }; options { directory "/var/named"; # new # dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; ###### allow-query { corpnets; }; // query-source port 53; forward only; forwarders { 127.0.0.1; 192.168.5.2; 80.66.66.11; 80.66.66.110; 192.168.5.9; }; // listen-on port 53 { 192.168.5.2; 127.0.0.1; }; }; logging { channel update_debug { file "/var/log/named-update.log"; severity debug 3; print-category yes; print-severity yes; print-time yes; }; channel security_info { file "/var/log/named-auth.log"; severity info; print-category yes; print-severity yes; print-time yes; }; category security { security_info; }; category update { update_debug; }; }; key rndc-key { algorithm hmac-md5; secret "c3Jc7fgR2f2i+YItIHyZdQ=="; }; zone "." IN { type hint; file "named.ca"; }; zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; }; }; zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; }; }; zone "el.local" IN { type master; file "my.el.local"; allow-update { key rndc-key; }; // notify no; }; zone "6.168.192.in-addr.arpa" IN { type master; file "my.192.168.6"; allow-update { key rndc-key; }; // notify no; }; (дальше еще пять подсетей с 1й по 5ю с идентичными записями) controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { rndc-key; }; }; раньше с этими же настройками на 9й слаке все работало. Сменил сервак и поставил 11ю слакваре. DNS синхронизируется с DHCP. Проблема только с локальными адресами. С адресами инета проблем никаких. Что я забыл сделать?
Ответ на:
комментарий
от sdio
Ответ на:
комментарий
от deys
Ответ на:
комментарий
от sdio
Ответ на:
комментарий
от deys
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от deys
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум DHCP->DNS помогите понять (2007)
- Форум ddns+dhcpd не обновляется обратная зона (2007)
- Форум altlinux && bind (2003)
- Форум DNS, помогите побороть SERVFAIL (2013)
- Форум [DNS] Две подсети (2010)
- Форум DNS не резолвит домен (2021)
- Форум DHCP отказывается обновлять одну из зон. (2019)
- Форум named + in-addr arpa подскажите новичку. (2004)
- Форум dns bind centos (2012)
- Форум Bind и обратная зона с двойным значением. (2011)