From: "Alexandre Redko" <Mandrake@zlkz.spnet.ru>
To: <mandrake-russian@altlinux.ru>
Subject: Re: [mdk-re] Re: Re: Intranet ipchains & DNS
Date: Mon Apr 9 14:20:12 2001
Message-ID: <004f01c0c0de$83ef61b0$0500000a@sasha> (raw)
In-Reply-To: <000b01c0c0c3$3e321840$0401000a@zaz.ua>
Добрый день!
> А нельзя ли Ваш named.conf?
named.boot
-------------------------------------------
directory /var/named
cache . cache
primary 0.0.127.in-addr.arpa named.local
primary zlkz.spnet.ru zlkz
primary 0.0.10.in-addr.arpa zlkz.rev # Обратное разрешение для
внутренней сети
primary х.х.х.in-addr.arpa zlkz2.rev # Обратное разрешение для
внешней сети
forwarders 192.168.1.1 # DNS-сервер
провайдера
---------------------------------------------
named.conf
---------------------------------------------
options {
directory "/var/named";
forwarders {
192.168.1.1;
};
};
zone "." {
type hint;
file "cache";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "zlkz.spnet.ru" {
type master;
file "zlkz";
};
zone "0.0.10.in-addr.arpa" {
type master;
file "zlkz.rev";
};
zone "x.x.x.in-addr.arpa" {
type master;
file "zlkz2.rev";
};
--------------------------------------------
zlkz.rev
--------------------------------------------
@ IN SOA zlkz.spnet.ru. sssss.zlkz.spnet.ru. (
2001040905 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Minimum
IN NS ns.zlkz.spnet.ru.
IN MX 10 mail.zlkz.spnet.ru.
IN A x.x.x.x
IN A 10.0.0.1
ns IN A x.x.x.x
ns IN A 10.0.0.1
mail IN CNAME ns
pop3 IN CNAME ns
imap IN CNAME ns
smtp IN CNAME ns
www IN CNAME zlkz.spnet.ru.
ftp IN CNAME zlkz.spnet.ru.
localhost IN A 127.0.0.1
ivanov IN A 10.0.0.2
petrov IN A 10.0.0.3
sidorov IN A 10.0.0.4
--------------------------------------------
zlkz.rev
--------------------------------------------
@ IN SOA zlkz.spnet.ru. ssssssssss.zlkz.spnet.ru. (
2001040905 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Minimum
IN NS ns.zlkz.spnet.ru.
IN MX 10 mail.zlkz.spnet.ru.
1 IN PTR ns.zlkz.spnet.ru.
1 IN PTR mail.zlkz.spnet.ru.
1 IN PTR pop3.zlkz.spnet.ru.
1 IN PTR smtp.zlkz.spnet.ru.
2 IN PTR ivanov
3 IN PTR petrov
4 IN PTR sidorov
--------------------------------------------
zlkz2.rev
-------------------------------------------
@ IN SOA zlkz.spnet.ru. ssssssssss.zlkz.spnet.ru. (
2001040905 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Minimum
IN NS ns.zlkz.spnet.ru.
IN MX 10 mail.zlkz.spnet.ru.
x IN PTR ns.zlkz.spnet.ru.
x IN PTR www.zlkz.spnet.ru.
x IN PTR ftp.zlkz.spnet.ru.
x IN PTR mail.zlkz.spnet.ru.
x IN PTR pop3.zlkz.spnet.ru.
x IN PTR imap.zlkz.spnet.ru.
x IN PTR smtp.zlkz.spnet.ru.
-------------------------------------------
Regards to All
Alexandr Redko
LU # 178842
ICQ # 75828152
----- Original Message -----
From: "Геннадий Редько" <G.Redko@zaz.comint.net>
To: <mandrake-russian@altlinux.ru>
Sent: Monday, April 09, 2001 11:03 AM
Subject: [mdk-re] Re: Re: Intranet ipchains & DNS
>
> А нельзя ли Ваш named.conf, с измененными адресами, конечно.
> У меня что-то не выходит, а что "не въезжаю".
> А, вообще, может лучший способ прописывать в /etc/resolv.conf клиента свой
и
> провайдерский ДНС'ы?
>
> > Добрый день!
> > У меня для этого две пары конфигов для ДНС: одна для внутренней сетки,
> > другая для наружной. Правда, у меня наружный адрес постоянный.
> > Regards to All
> > Alexandr Redko
>
>
>
>
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian
>
prev parent reply other threads:[~2001-04-09 14:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-09 11:26 Геннадий Редько
2001-04-09 14:20 ` Alexandre Redko [this message]
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='004f01c0c0de$83ef61b0$0500000a@sasha' \
--to=mandrake@zlkz.spnet.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