From: Eugene Prokopiev <john@rmts.donpac.ru> To: community@altlinux.ru Subject: [Comm] ddns и статические dns-записи Date: Thu, 13 May 2004 13:27:18 +0400 Message-ID: <40A33F76.7@rmts.donpac.ru> (raw) Здравствуйте! Был dns-сервер, которому dhcp говорил о всех появляющихся/исчезающих хостах. Его конфиг выглядел так: $ORIGIN . $TTL 86400 ; 1 day myserver.myprovider.ru IN SOA ns.myserver.myprovider.ru. root.myserver.myprovider.ru. ( 2003102213 ; serial 43200 ; refresh (12 hours) 3600 ; retry (1 hour) 604800 ; expire (1 week) 3600 ; minimum (1 hour) ) NS ns.myserver.myprovider.ru. A 192.168.101.180 MX 10 mail.myserver.myprovider.ru. $ORIGIN myserver.myprovider.ru. $TTL 10800 ; 3 hours HOST1 A 192.168.101.102 TXT "31c3867fcfecb2134808003d194242019d" HOST2 A 192.168.101.4 TXT "310800c6cc442ba7d77483334320b9b919" Потребовалось внести несколько статических записей типа: $ORIGIN . $TTL 86400 ; 1 day myserver.myprovider.ru IN SOA ns.myserver.myprovider.ru. root.myserver.myprovider.ru. ( 2003102213 ; serial 43200 ; refresh (12 hours) 3600 ; retry (1 hour) 604800 ; expire (1 week) 3600 ; minimum (1 hour) ) NS ns.myserver.myprovider.ru. A 192.168.101.180 MX 10 mail.myserver.myprovider.ru. HOST3 A 192.168.101.1 $ORIGIN myserver.myprovider.ru. $TTL 10800 ; 3 hours HOST1 A 192.168.101.102 TXT "31c3867fcfecb2134808003d194242019d" HOST2 A 192.168.101.4 TXT "310800c6cc442ba7d77483334320b9b919" После перезапуска bind в лог сказал: May 13 13:25:41 myserver named[9729]: dns_master_load: myserver.myprovider.ru:13: ignoring out-of-zone data (HOST1) Чего ему не так? -- С уважением, Прокопьев Евгений
next reply other threads:[~2004-05-13 9:27 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-05-13 9:27 Eugene Prokopiev [this message] 2004-05-13 10:43 ` Oleg Shulga 2004-05-13 10:56 ` [Comm] " 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=40A33F76.7@rmts.donpac.ru \ --to=john@rmts.donpac.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