From: "Evgeniy Kobzev" <evgenik@diamonds.ru> To: <sisyphus@altlinux.ru> Subject: [sisyphus] Re: [sisyphus] Сдуру обновил bind на сервере... Теперь не работает. Date: Tue, 24 Dec 2002 14:22:37 +0300 Message-ID: <00ac01c2ab3e$e0d34760$6600a8c0@KEVGENIY> (raw) In-Reply-To: <200212241058.37881.yuda66@yandex.ru> ----- Original Message ----- From: "Igor Tertishny" <yuda66@yandex.ru> To: <sisyphus@altlinux.ru> Sent: Tuesday, December 24, 2002 11:58 AM Subject: Re: [sisyphus] Сдуру обновил bind на сервере... Теперь не работает. > Огромное спасибо! Что значит, не прочесть о том, что изменилось... :-)) Прошу > только подсказать, как вообще прописывать slave зону в named.conf - никогда с > этим не сталкивался. Опыт админа у меня весьма и весьма невелик. Простейший вариант. в named.conf ================================ // secondary zone include "/etc/sec_zone_for_other_domain.conf"; в sec_zone_for_other_domain.conf ================================ zone "other_domain.ru" { type slave; file "slave/other_domain.ru"; masters { 213.XXX.XXX.XXX; }; }; zone "XXX.XXX.213.in-addr.arpa" { type slave; file "slave/213.XXX.XXX"; masters { 213.XXX.XXX.XXX; }; };
next prev parent reply other threads:[~2002-12-24 11:22 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-12-23 22:36 Igor Tertishny 2002-12-24 7:12 ` Andrew Nazarkin 2002-12-24 8:58 ` Igor Tertishny 2002-12-24 11:22 ` Evgeniy Kobzev [this message] 2002-12-25 9:52 ` [sisyphus] (ldv!) check "directory" in updates/bind* (was: Сдуру обновил bind на сервере... Теперь не работает.) Michael Shigorin 2002-12-25 10:02 ` Dmitry V. Levin 2002-12-25 12:40 ` [sisyphus] " 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='00ac01c2ab3e$e0d34760$6600a8c0@KEVGENIY' \ --to=evgenik@diamonds.ru \ --cc=sisyphus@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 Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git