LINUX.ORG.RU
ФорумAdmin

Ping не резолвит адрес


0

1

Добрый день. Помогите разобраться со странным поведением системы. Установлен CentOS 5.5

$ ping mxserver.local
ping: unknown host mxserver.local
$ host mxserver.local
mxserver.local has address 192.168.11.2
$ nslookup mxserver.local
Server:         192.168.0.10
Address:        192.168.0.10#53

Name:   mxserver.local
Address: 192.168.11.2


И Бог с ним с пингом, но софт не резолвит. Причём сервера в инете пинг резолвит

$ ping mail.ru
PING mail.ru (94.100.191.202) 56(84) bytes of data.
★★★

hosts: files dns
/etc/nsswitch.conf

Adjkru ★★★★★
()
Ответ на: комментарий от madcore
$ cat /etc/nsswitch.conf
#
# /etc/nsswitch.conf
#
# An example Name Service Switch config file. This file should be
# sorted with the most-used services at the beginning.
#
# The entry '[NOTFOUND=return]' means that the search for an
# entry should stop if the search in the previous entry turned
# up nothing. Note that if the search failed due to some other reason
# (like no NIS server responding) then the search continues with the
# next entry.
#
# Legal entries are:
#
#       nisplus or nis+         Use NIS+ (NIS version 3)
#       nis or yp               Use NIS (NIS version 2), also called YP
#       dns                     Use DNS (Domain Name Service)
#       files                   Use the local files
#       db                      Use the local database (.db) files
#       compat                  Use NIS on compat mode
#       hesiod                  Use Hesiod for user lookups
#       [NOTFOUND=return]       Stop searching if not found so far
#

# To use db, put the "db" in front of "files" for entries you want to be
# looked up first in the databases
#
# Example:
#passwd:    db files nisplus nis
#shadow:    db files nisplus nis
#group:     db files nisplus nis

passwd:     files
shadow:     files
group:      files

#hosts:     db files nisplus nis dns
hosts:      files dns

# Example - obey only what nisplus tells us...
#services:   nisplus [NOTFOUND=return] files
#networks:   nisplus [NOTFOUND=return] files
#protocols:  nisplus [NOTFOUND=return] files
#rpc:        nisplus [NOTFOUND=return] files
#ethers:     nisplus [NOTFOUND=return] files
#netmasks:   nisplus [NOTFOUND=return] files

bootparams: nisplus [NOTFOUND=return] files

ethers:     files
netmasks:   files
networks:   files
protocols:  files
rpc:        files
services:   files

netgroup:   nisplus

publickey:  nisplus

automount:  files nisplus
aliases:    files nisplus
GoNaX ★★★
() автор топика

Прописал пока что IP-адрес в настройках и всё работает. Но ситуация странная.

GoNaX ★★★
() автор топика
Ответ на: комментарий от madcore

Он по-умолчанию остановлен. Запустил и всё зашуршало. Это ещё более странно)))

# chkconfig --list|grep nscd
nscd            0:off   1:off   2:off   3:off   4:off   5:off   6:off
GoNaX ★★★
() автор топика
Ответ на: комментарий от GoNaX

Я сталкивался с подобной ситуацией.
По-видимому, ".local" - «плохое» имя домена и такие адреса
обрабатываются как-то по-особому. Нигде это вроде не документировано.
Я с этим бился - не мог понять, что происходит, потом плюнул и с горя
переобозвал домен и все стало пучком.

lralex
()
Ответ на: комментарий от lralex

кстати: http://en.wikipedia.org/wiki/.local
и см. доку к bind'у:
«Built-in server information zones

The server provides some helpful diagnostic information through a number of built-in zones under the pseudo-top-level-domain bind in the CHAOS class. These zones are part of a built-in view (see the section called “view Statement Grammar”) of class CHAOS which is separate from the default view of class IN; therefore, any global server options such as allow-query do not apply the these zones. If you feel the need to disable these zones, use the options below, or hide the built-in CHAOS view by defining an explicit view of class CHAOS that matches all clients.»

lralex
()
Ответ на: комментарий от lralex

> По-видимому, ".local" - «плохое» имя домена и такие адреса

Именно. Насколько я помню, использую .local можно получить IP машины в cвоем сегменте сети, зная только ее хостнейм, при том что в зоне днс она не запоинчена.

drull ★☆☆☆
()
Ответ на: комментарий от lralex

Спасибо за помошь. Очень помогло, раньше не знал о таком

GoNaX ★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.