*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Hi,
I still have dns updating problems. When I use nslookup to ask for an
address with a name I get the correct respons. But when I ask for the
name using an address the server fails.
The DHCP log file shows the following information:
Jun 16 10:34:00 dhcp-dns
dhcpd: DHCPOFFER on 10.20.0.34 to 00:c0:4f:82:b1:ab via eth0
dhcpd: DHCPREQUEST for 10.20.0.34 from 00:c0:4f:82:b1:ab via eth0
dhcpd: add succeeded: pc2.iponax.datacom-lab.uab.ericsson.se. IN A
10.20.0.34
dhcpd: cleaning all PTR RRs for 34.0.20.10.in-addr.arpa.
dhcpd: add failed: 34.0.20.10.in-addr.arpa.IN PTR
pc2.iponax.datacom-lab.uab.ericsson.se.
dhcpd: DHCPACK on 10.20.0.34 to 00:c0:4f:82:b1:ab via eth0
named[6161]: ns_req: no address for root server
named[6161]: ns_req: no address for root server
In one of the answers to my previous mail I was asked to to send:
my named.conf
/etc/resolv.conf
named's messages on start up and
the results from: dig 10.20.in-addr.arpa ns.
This is the follow-up.
/Eva Felipe (via Pontus Nyrelli)
There are no messages from named's on start up.
___________________
The results from 'dig 10.20.in-addr.arpa ns':
; <<>> DiG 8.1 <<>> 10.20.in-addr.arpa ns
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 6
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;; 10.20.in-addr.arpa, type = NS, class = IN
;; Total query time: 27 msec
;; FROM: dhcp-dns to SERVER: default -- 10.20.0.13
;; WHEN: Thu Jun 17 07:34:33 1999
;; MSG SIZE sent: 36 rcvd: 36
___________________
The file /etc/resolv.conf contains:
search iponax.datacom-lab.uab.ericsson.se
nameserver 10.20.0.13
___________________
The file named.conf contains:
// generated by named-bootconf.pl
options {
directory "/var/named" ;
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." {
type hint;
file "root.hints";
};
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'.
------------------------------------------------------------------------------