* [mdk-re] Reverse Zone
@ 2001-09-02 16:45 Andy
2001-09-03 6:53 ` Denis Shagimuratov
0 siblings, 1 reply; 2+ messages in thread
From: Andy @ 2001-09-02 16:45 UTC (permalink / raw)
To: mandrake-russian
Hello mandrake-russian,
Такой вопрос: есть сетка. Локальная. Большая. В связи с этим
используется сетка В класса.
А как создать reverse зону для нее в DNS?
Для С класса все просто: пишется последний октет и соовтетствующее
ему имя машины. Но ведь в сети В класса используются ДВА последних
октета. А как их прописывать?
Best regards,
Andy mailto:alting@mail.ru
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [mdk-re] Reverse Zone
2001-09-02 16:45 [mdk-re] Reverse Zone Andy
@ 2001-09-03 6:53 ` Denis Shagimuratov
0 siblings, 0 replies; 2+ messages in thread
From: Denis Shagimuratov @ 2001-09-03 6:53 UTC (permalink / raw)
To: mandrake-russian
On Sun, 2 Sep 2001 16:46:49 +0400
Andy <alting@mail.ru> wrote:
A> Hello mandrake-russian,
A> Такой вопрос: есть сетка. Локальная. Большая. В связи с этим
A> используется сетка В класса.
A> А как создать reverse зону для нее в DNS?
A> Для С класса все просто: пишется последний октет и соовтетствующее
A> ему имя машины. Но ведь в сети В класса используются ДВА последних
A> октета. А как их прописывать?
Примерно так:
named.conf:
zone "16.172.in-addr.arpa" {
type master;
file "named.rev";
};
named.rev:
; /var/named/named.rev Reverse mapping of our IP addresses
; Origin is 16.172.in-addr.arpa.
;
@ IN SOA vlager.vbrew.com. joe.vbrew.com. (
16 ; serial
86400 ; refresh: once per day
3600 ; retry: one hour
3600000 ; expire: 42 days
604800 ; minimum: 1 week
)
IN NS vlager.vbrew.com.
; brewery
1.1 IN PTR vlager.vbrew.com.
2.1 IN PTR vstout.vbrew.com.
3.1 IN PTR vale.vbrew.com.
; winery
1.2 IN PTR vlager-if2.vbrew.com.
2.2 IN PTR vbardolino.vbrew.com.
3.2 IN PTR vchianti.vbrew.com.
4.2 IN PTR vbeaujolais.vbrew.com.
А вообще-то лучше почитать доки, в частности Linux Network Administrators Guide, DNS-HOWTO.
------
Best regards,
Denis Shagimuratov
Zlatoust Branch Southern Ural State University
http://www.zb-susu.ru
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-03 6:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-02 16:45 [mdk-re] Reverse Zone Andy
2001-09-03 6:53 ` Denis Shagimuratov
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