dynamic dns updated by dhcpd

Helmar Pabst hpabst at rostock.igd.fhg.de
Tue Feb 22 15:14:08 UTC 2000


Hallo,

fortunately i got the bind 8.2.2-5 to run on my solaris 7 machine.

I installed also Version 3 of ISC DHCP Server compiled with the
option --dns-update.
The dhcp Server works fine and gives ip Adresses for the domain
rostock.igd.fhg.de (see my named.conf below) - but he can not
update the dns server.

In the named.conf i put the line 
          allow-update {localhost;};

The DNS and the DHCP Server are on the same machine.
I spent 2 day reading in the mailinglists and other sources but
i found no other ways of configuration. (the documents are
very poor on dhcp/dns update).
How can i trace or debug if anything occurs on my system
concerning the updates.
Is my configuration wrong or unsufficient ???
Have i to configure something on my dhcp server ?

Thanks in advance for any help ... Helmar



-------------- example of my named.conf ---------


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";
                allow-update {localhost;};
};
                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