*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Hello,
I've changed the zone file somewhat and my start up messages now look
like this:
named[3675]: starting. named 8.1.2 Wed Jun 16 13:19:25 CEST 1999
^Iroot@dhcp-dns:/root/DHCP-DNS/bind-8.1.2/src/bin/named
named[3675]: master zone "0.0.127.in-addr.arpa" (IN) loaded (serial
1998122403)
named[3675]: pz/10.20:4: data "10.in-addr.arpa" outside zone
"20.10.in-addr.arpa" (ignored)
named[3675]: pz/10.20:5: data "10.in-addr.arpa" outside zone
"20.10.in-addr.arpa" (ignored)
named[3675]: pz/10.6:4: data "10.in-addr.arpa" outside zone
"6.10.in-addr.arpa" (ignored)
named[3675]: pz/10.6:5: data "10.in-addr.arpa" outside zone
"6.10.in-addr.arpa" (ignored)
named[3675]: master zone "iponax.datacom-lab.uab.ericsson.se" (IN)
loaded (serial 1998122470)
named[3675]: listening on [127.0.0.1].53 (lo)
named[3675]: listening on [10.20.0.13].53 (eth0)
named[3675]: Forwarding source address is [0.0.0.0].1358
named[3676]: Ready to answer queries.
Are they ok?
My problem is that I still get an error during DHCPREQUEST.
dhcpd: add succeeded: UAB.iponax.datacom-lab.uab.ericsson.se. IN A
10.20.0.35
dhcpd: cleaning all PTR RRs for 35.0.20.10.in-addr.arpa.
named[3676]: No root name servers for class IN
named[3676]: add failed: 35.0.20.10.in-addr.arpa. IN PTR
UAB.iponax.datacom-lab.uab.ericsson.se
.. and consequently during DHCPRELEASE:
dhcpd: delete succeeded: UAB.iponax.datacom-lab.uab.ericsson.se. IN A
10.20.0.35
dhcpd: delete failed: 35.0.20.10.in-addr.arpa. IN PTR
UAB.iponax.datacom-lab.uab.eriksson.se
And another question: Aren't the updates supposed to be reflected in the
files that are defined in the zone definitions? In my case I can see
updates in db.test but not in 10.20.
The named.conf is included below.
/Eva Felipe (via Pontus Nyrelli)
options {
directory "/var/named" ;
};
zone "0.0.127.in-addr.arpa" {
type master;
file "pz/127.0.0";
};
zone "20.10.in-addr.arpa" {
type master;
file "pz/10.20";
allow-update { 10.20.0.13; };
};
zone "6.10.in-addr.arpa" {
type master;
file "pz/10.6";
allow-update { 10.20.0.13; };
};
zone "iponax.datacom-lab.uab.ericsson.se" {
type master;
file "pz/db.test";
allow-update { 10.20.0.13; };
};
logging {
channel update {
file "/var/adm/named.update";
severity debug 1;
print-time yes;
};
category update { update; };
};
------------------------------------------------------------------------------
To unsubscribe from this list, visit: http://www.isc.org/dhcp-lists.html
-*-
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] with the subject line of
'unsubscribe'.
------------------------------------------------------------------------------