From: Alexander Vasiliev <vav@tascom.ru>
To: community@altlinux.ru
Subject: Re: [Comm] DNS для внешней и внутренней сети
Date: Mon, 30 Sep 2002 12:55:14 +0400
Message-ID: <20020930085514.GA1579@dennis.td.tascom.ru> (raw)
In-Reply-To: <3D97D146.4090104@rmts.donpac.ru>
On Mon, Sep 30, 2002 at 08:21:26AM +0400, Прокопьев Евгений wrote:
> Здравствуйте!
>
> На машине 2 сетевых интерфейса и, соответственно, 2 адреса - внешний
> реальный и внутренний 192.168.1.1. Как настроивается DNS-сервер, чтобы
> он обслуживал и внешних, и внутренних клиентов (внутри www.myserv.ru
> транслировался бы во внутренний адрес, а снаружи во внешний)? Перечитал
> содержимое bind-doc, но информации не нашел. Если плохо смотрел,
> укажите, куда именно смотреть.
> --
> С уважением, Прокопьев Евгений
Например, так (выдержки из /etc/named.conf)
acl your_nets {
127.0.0.1;
10.10/16;
192.168/19;
};
....
// Internal zones
zone "your.zone.ru"{
type master;
file "your.zone.ru";
allow-query { your_nets; };
};
Александр Васильев
ЗАО "Таском"
vav@tascom.ru
next prev parent reply other threads:[~2002-09-30 8:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-30 4:21 Прокопьев Евгений
2002-09-30 5:44 ` Igor Homyakov
2002-09-30 6:25 ` Прокопьев Евгений
2002-09-30 6:52 ` Igor Homyakov
2002-09-30 8:15 ` [Comm] DNS ????????? ???????
2002-09-30 8:24 ` Leonid Sysoletin
2002-09-30 8:20 ` [Comm] DNS для внешней и внутренней сети Прокопьев Евгений
2002-09-30 9:03 ` [Comm] " Artem K. Jouravsky
2002-09-30 8:55 ` Alexander Vasiliev [this message]
2002-09-30 10:23 ` [Comm] " Прокопьев Евгений
2002-09-30 12:04 ` Alexander Vasiliev
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=20020930085514.GA1579@dennis.td.tascom.ru \
--to=vav@tascom.ru \
--cc=community@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