ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: cornet <cornet@altlinux.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] named
Date: Fri Nov 23 12:44:03 2001
Message-ID: <3BFE1B96.CACE0F7B@altlinux.ru> (raw)
In-Reply-To: <20011123123325.7e0e5c8b.linas@vzljot.ru>

LinaS wrote:
> 
> Здравствуйте, уважаемые господа!
> 
> named шлет в логи следующее:
> Nov 23 12:12:31 goacomp named[770]: master zone "home" (IN) loaded (serial
> 2211200101)
> Nov 23 12:12:31 goacomp named[770]: Forwarding source address is
> [0.0.0.0].32769
> Nov 23 12:12:31 goacomp named[770]: Ready to answer queries.
> Nov 23 12:13:17 goacomp named[769]: sysquery: nlookup error on ?
> Nov 23 12:13:17 goacomp named[769]: sysquery: nlookup error on ?
>         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>                         и так много раз...
> Однако, все работает нормально (имена разрешаются в ip).
> Не подскажете ли, с чем связана эта ошибка и на что она влияет?
> Привожу куски конф. файлов (настройки простейшие):
> 
> named.conf:
> .................
> options {
>     listen-on {
>         10.32.0.1;
>         10.64.0.1;
>         127.0.0.1;
>     };
> };
> 
> zone "home" in  {
>     type master;
>     file "zone/home.bind";
> };
> .................
> 
> zone/home.bind:
> .................
> $ORIGIN home.
> $TTL 86400
> @               IN      SOA     goacomp.home. goacomp.home. ( 2211200101
> 10800 3600 1512000 86400 )
>                         NS      goacomp.home.
> goacomp         IN      A       10.32.0.1
> goacomp         IN      A       10.64.0.1
> lev             IN      A       10.64.0.2
> pc166           IN      A       10.32.0.2
> .................

У Вас обратная зоне не поднята.

> И еще вопрос:  как мне заставить named ходить к DNS серверу провайдера в
> случае, когда он не знает хост?

Да, конечно, в named.conf

options {
     listen-on {
         10.32.0.1;
         10.64.0.1;
         127.0.0.1;
     };
forwarders {<адрес внешнего DNS сервера>;};
};



  reply	other threads:[~2001-11-23 12:44 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-23 12:32 LinaS
2001-11-23 12:44 ` cornet [this message]
2001-11-23 13:52   ` LinaS
2001-11-23 14:08     ` Vyt
2001-11-23 14:10     ` cornet
2001-11-23 14:32       ` LinaS
2001-11-23 15:43     ` Michael Shigorin
2001-11-23 16:10     ` Andrei Bulava
2001-11-23 12:46 ` Vyt
2001-11-23 13:52   ` [mdk-re] как установить Merenkov Vl
2001-11-23 14:08     ` [mdk-re] " Andrew Nazarkin
2001-11-23 14:17     ` Antonio
2001-11-23 14:19     ` Korshunov Ilya
2001-11-23 14:27       ` cornet
2001-11-23 14:45         ` Korshunov Ilya
2001-11-23 23:51           ` [mdk-re] " Mikhail Zabaluev
2001-11-24  9:36             ` Gosha
2001-11-25 10:58           ` [mdk-re] " Victor V. Rogozhin
2001-11-23 18:29       ` [mdk-re] ËÁË ÕÓÔÁÎÏ×ÉÔØ Yuri Ryazantsev
2001-11-23 12:47 ` [mdk-re] named Tihonov Vladimir
2001-11-23 13:01   ` Vyt
2001-11-23 13:52     ` LinaS
2001-11-23 15:43   ` Michael Shigorin
2001-11-23 16:06     ` Gosha
2001-11-23 13:54 ` Andrei Bulava
2001-11-23 15:07   ` LinaS
2001-11-23 17:23     ` Andrei Bulava
2001-11-23 18:13     ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3BFE1B96.CACE0F7B@altlinux.ru \
    --to=cornet@altlinux.ru \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git