ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Владимир Гусев" <vova1971@narod.ru>
To: "Наумкин Сергей" <nss@maximagroup.ru>,
	"ALT Linux Community" <community@lists.altlinux.org>
Subject: Re: [Comm] pdnsd как dns-сервер для других компьютеров в локальной сети
Date: Thu, 24 Nov 2005 14:30:57 +0300
Message-ID: <op.s0qsxv2hglg102@post.cnt.ru> (raw)
In-Reply-To: <1678694081.20051124123715@maximagroup.ru>

>> Можно ли настроить pdnsd таком образом, чтобы он работал не только  
>> локально, но и для остальных компьютеров в локальной сети? Такая служба  
>> запущена сейчас на шлюзе, работает локальным кэширующим dns-сервером и  
>> "подпитывает" сквид, но хотелось бы, чтобы этот шлюз служил  
>> DNS-сервером и для других..
>> Есть ли у кого-нибудь образец конфиг. файла в этом случае?
>> P.S. Про Bind знаю.. долго и упорно читал, пока не смог осилить про все  
>> эти зоны.. поэтому и спрашиваю - нельзя ли использовать кэширующий  
>> pdnsd как общий DNS-сервер для локальной сети?

>  в списках контроля доступа ACL прописать локальнуюю сеть и разрешить
>  ей обращятся
>  acl LocalNet {x.x.x.x/x;};
>  options {
>           ...
>           allow-query { LocalNet; };
>           listen-on { Lan_Ip;};
>           ...
>          };
>  lan_ip - ip сервера в локльной сети
>  Далее сделать его вторичным для локальнось сети(Поднять прямуюю и
>  обратные зоны), а также зону корневых серверов
> zone "." {
>         type hint;
>         file "named.root";
> };
>
> zone "zone_name" {
>         type slave;
>         file "file_zone_name";
>         masters {master_ip_address;};
>               };
> zone "reverse_zoneName" {
>         type slave;
>         file "file_zone_name_";
>         masters {master_ip_address;};
>               };

Спасибо.. но только по-моему это не синтаксис файла pdnsd.conf

-- 
С уважением, Владимир Гусев


  reply	other threads:[~2005-11-24 11:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-24  8:52 Владимир Гусев
2005-11-24  9:37 ` Наумкин Сергей
2005-11-24 11:30   ` Владимир Гусев [this message]
2005-11-24  9:37 ` Alexey Morsov
2005-11-24 11:30   ` Владимир Гусев
2005-11-24 14:30     ` Alexey Morsov
2005-11-24 19:09       ` Владимир Гусев
2005-11-24 19:26         ` Andrey Rahmatullin
2005-11-25  8:58           ` Владимир Гусев
2005-11-25 13:30             ` Andrey Rahmatullin
2005-11-25 19:02               ` Владимир Гусев
2005-11-24 19:27         ` Dmitry Marochko
2005-11-25  8:56           ` Владимир Гусев
2005-11-25 18:09             ` Dmitry Marochko
2005-11-25 18:53               ` Владимир Гусев
2005-11-25 20:37             ` Odergimiy
2005-11-25 23:00               ` Владимир Гусев
2005-11-27 12:04                 ` Dmitry A. Kharitonov
2006-01-04 22:59                   ` Dmitry A. Kharitonov
2005-11-25 20:06 ` [Comm] " Алексей Синицын

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=op.s0qsxv2hglg102@post.cnt.ru \
    --to=vova1971@narod.ru \
    --cc=community@lists.altlinux.org \
    --cc=nss@maximagroup.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