Только для домена .local (домашняя сеть - das2), для остальных адресов все в порядке.
Так стало несколько дней назад, что с тех пор изменилось - неизвестно.
tcpdump'ом установлено, что программы, кот. не резольвят ИПы не порождают никаких пакетов по 53 порту, host который работает, соответственно порождает.
code:
host -vv forum.local
Default domain:
Search domains:
Timeout per retry: 5 secs
Number of retries: 2
Number of addresses: 3
10.50.0.10
172.16.0.1
195.209.62.1
Options set: INIT RECURSE DEFNAMES
Options clr: DEBUG AAONLY USEVC PRIMARY IGNTC STAYOPEN DNSRCH
Query about forum.local for record types A
Trying forum.local ...
Query done, 1 answer, status: no error
The following answer is not authoritative:
forum.local 43012 IN A 172.16.0.2
Authority information:
local 42320 IN NS ns2.local
Finding addresses for ns2.local ...
Query done, 1 answer, status: no error
!!! local NS host ns2.local does not exist
local has lame delegation to ns2.local
local 42320 IN NS ns1.local
Finding addresses for ns1.local ...
Query done, 3 answers, status: no error
!!! local NS host ns1.local does not exist
local has lame delegation to ns1.local
Additional information:
ns1.local 42320 IN A 172.16.12.1
ns1.local 42320 IN A 172.16.16.1
ns1.local 42320 IN A 172.16.0.11
ns2.local 42320 IN A 172.16.0.1
cat /etc/resolv.conf
# search das2 local hackers fds
#search local das2 hackers
nameserver 10.50.0.10
nameserver 172.16.0.1
nameserver 195.209.62.1
# ns1.parkline.ru
# nameserver 195.209.63.181
#domain das2
#nameserver 10.0.0.1
[code]
Редактировал MORGOT (13.02.2008 10:43)