|
|
ru.unix- RU.UNIX ---------------------------------------------------------------------- From : Dmitry Esarev 2:5080/196.11 09 Sep 2002 03:30:28 To : All Subject : dhcpd ddns тpабла --------------------------------------------------------------------------------
не обновляется dns
isc-dhcpd-V3.0.1rc9
bind-8.3.2-T1B
----------------------- /var/log/messages -----------------------
...
Sep 9 02:59:45 fi named[5521]: dynamic zone file 's/fi.vasya.ru' is writable
Sep 9 02:59:45 fi named[5521]: dynamic zone file 's/fi.vasya.ru.rev' is
writable
Sep 9 02:59:45 fi named[5522]: Ready to answer queries.
....
Sep 9 03:02:38 fi named[5522]: error processing update packet (YXRRSET) id
56556 from [192.168.0.1].1211
Sep 9 03:02:38 fi named[5522]: error processing update packet (YXRRSET) id
56556 from [192.168.0.1].1211
Sep 9 03:02:38 fi dhcpd: if qw.vasya.ru IN A rrset doesn't exist add
qw.vasya.ru 43200 IN A 192.168.0.10: RRset already exists.
Sep 9 03:02:38 fi dhcpd: if qw.vasya.ru IN A rrset doesn't exist add
qw.vasya.ru 43200 IN A 192.168.0.10: RRset already exists.
---------------------------------------------------------------------
----------------------- /usr/local/etc/dhcpd.conf -----------------------
option domain-name "vasya.ru";
option domain-name-servers 192.168.0.1;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
ddns-update-style ad-hoc;
log-facility local7;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2 192.168.0.20;
option routers 192.168.0.1;
option broadcast-address 192.168.0.255;
ddns-domainname "vasya.ru";
}
---------------------------------------------------------------------
----------------------- /etc/namedb/named.conf -----------------------
options {
directory "/etc/namedb";
};
...
zone "vasya.ru" {
type master;
file "s/fi.vasya.ru";
allow-update { 192.168.0.1; 127.0.0.1;
};
};
zone "0.168.192.in-addr.arpa" {
type master;
file "s/fi.vasya.ru.rev";
allow-update { 192.168.0.1; 127.0.0.1;
};
};
---------------------------------------------------------------------
Dmitry
--- E-mail: ed[сoбaкa]fi.usvpu.ru ICQ UIN#: 50080573
* Origin: Frozen Time BBS, Ekb, Middle Ural (2:5080/196.11)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.unix/39263d7c15fa.html, оценка из 5, голосов 10
|