problems to upgrade from sun solaris included bind 8.1.2 to the 8.2.2-P5

Helmar Pabst hpabst at rostock.igd.fhg.de
Mon Feb 21 13:38:00 UTC 2000


Hallo,

im am runnig the original included bind version 8.1.2 from sun on a 
solaris 2.7 machine - for serveral months now - with no problems
on my site.
Now i decided to upgrade to the latest bind 8.2.2.-P5, everything
with compilation and installation worked fine.
(the reason is because i want to try dhcp ddns updates)

Then i copied the /usr/local/sbin/named to the origanl sun-location
/usr/sbin/in.named and made a symbolic link from /etc/named.conf
to /usr/local/etc/named.conf.

The daemon ist starting well and with nslookup everything works fine.
For instance a nslookup to www.sun.com gets the right answer.

But when i do a dns lookup in practice like
telnet www.sun.com i get a "Hostname lookup failure".
A telnet www.sun.com. (with a trailing dot at the end)
is successfull.
I use the same /etc/named.conf by linking to the /usr/local/etc
directory and all the zone files are the same ...

At home i did it successfull on a test machine also under Solaris
2.7 and everything worked well ... so i suspect something with
my named.conf or zone files.
Has anybody an idea to help me.
Thanks a lot and here is my named.conf file ....

# /etc/named.conf
# last update from: root       pts/3        Sep 22 15:43	(:0.0)
# last update     : Thu Sep 23 11:36:25 MET DST 1999
options {
		directory	"/var/dss/named";
		pid-file	"/var/dss/named/named.pid";
		named-xfer	"/usr/sbin/named-xfer";
	};
		zone "." in {
		type hint;
		file "named.ca";
};
		zone "rostock.igd.fhg.de" in {
		type master;
		file "hosts.rostock.db"; 
};
		zone "egd.igd.fhg.de" in {
		type master;
		file "hosts.db"; 
};
		zone "rostock.zgdv.de" in {
		type master;
		file "hosts.zgdv.db"; 
};
		zone "holz-mv.de" in {
		type master;
		file "hosts.holz-mv.db"; 
};
		zone "grafik-design-schule.de" in {
		type master;
		file "hosts.gds.db"; 
};
		zone "surfhaus.de" in {
		type master;
		file "hosts.surfhaus.db"; 
};
		zone "170.102.192.in-addr.arpa" in {
		type master;
		file "hosts.rev"; 
};
		zone "43.96.153.in-addr.arpa" in {
		type master;
		file "hosts.rev.153"; 
};
		zone "0.0.127.in-addr.arpa" in {
		type master;
		file "named.local"; 
};
		zone "embassi.de" in {
		type slave;
		file "hosts.embassi.de"; 
		masters { 194.123.32.1; }; 
};




-- 
Dipl.-Ing. Helmar Pabst               
System Administrator Fraunhofer Institute for Computer Graphics
International Network of Institutions Service Center
(INI-SC)             
Joachim-Jungius-Str. 11 ; D-18059 Rostock                              
Tel.  : +49(0)381 4024192        / Fax   : +49(0)381 4024199 
                                 / Fax-PC: +49(0)381 4024194
mailto:hpabst at rostock.igd.fhg.de / mailto:5837260 at Skyper.de (80
char.pager)
http://support.rostock.igd.fhg.de



More information about the bind-users mailing list