*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Hi,
I'm using: dhcp-3.0b1pl0 and bind-8.2.1 on Linux 2.0.33
Can anyone help me with this start up problem? The named's messages on
start up are:
named[<pn>]: starting. named 8.2.1 Thu Jul 29 06:24:13 CEST 1999
^Iroot@gateway1:/root/DHCP-DNS/bind-8.2.1/src/bin/named
named[<pn>]: hint zone "" (IN) loaded (serial 0)
named[<pn>]: master zone "0.0.127.in-addr.arpa" (IN) loaded (serial
98122403)
named[<pn>]: master zone "iponax.datacom-lab.uab.ericsson.se" (IN)
loaded (serial 98122508)
named[<pn>]: master zone "20.10.in-addr.arpa" (IN) loaded (serial
99070475)
named[<pn>]: listening on [127.0.0.1].53 (lo)
named[<pn>]: listening on [10.20.0.13].53 (eth1)
named[<pn>]: Forwarding source address is [127.0.0.1].1088
named[<pn>]: Ready to answer queries.
named[<pn>]: sysquery: query() contains our address
(gateway1.iponax.datacom-lab.uab.ericsson.se:10.20.0.13)
named[<pn>]: sysquery: query() No possible A RRs
Why do I get the 'sysquery' messages? Are my configuration files
incorrect?
Since I don't know what you need to help me I include my conf files. Are
they enough?
Thanks,
Eva Felipe
---- resolv.conf ----
search iponax.datacom-lab.uab.ericsson.se
nameserver 10.20.0.13
---- dhcpd.conf ----
server-identifier 10.20.0.13;
option domain-name "iponax.datacom-lab.uab.ericsson.se";
option domain-name-servers 10.20.0.13;
subnet 10.20.0.0 netmask 255.254.0.0 {
range 10.20.0.34 10.20.0.62;
option broadcast-address 10.21.255.255;
option routers 10.20.0.13;
default-lease-time 30;
max-lease-time 60;
}
---- named.conf ----
options {
directory "/var/named";
};
logging {
channel update {
file "/var/adm/named.update";
severity debug 1;
print-time yes;
};
category update { update; };
};
zone "." {
type hint;
file "root.hints";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "pz/127.0.0";
};
zone "iponax.datacom-lab.uab.ericsson.se" {
type master;
file "pz/db.test";
allow-update { 10.20.0.13; };
};
zone "20.10.in-addr.arpa" {
type master;
file "pz/10.20";
allow-update { 10.20.0.13; };
};
-----------------------------------------------------------------------
To unsubscribe from this list, visit http://www.isc.org/dhcp-lists.html
or send mail to [EMAIL PROTECTED] with the subject line of
'unsubscribe'.
-----------------------------------------------------------------------
Error: query() contains our address. Why?
Pontus Nyrelli;contact=uabpont Thu, 29 Jul 1999 05:50:04 -0700
