Dynamic DNS from Linux DHCP

N

none

I am using W2000 DNS and DHCP.

I want to configure ISC DHCP Server V3.0.1 on RHEL3 Linux
as an emergency backup DHCP. The leases are being
issued but no DNS dynamic registration. Can Windows DNS dynamic
updates be made to work from Linux DHCP? So far no luck.

I have only tried Linux DHCP clients - maybe I will try a Windows
client to see if the Linux DHCP registers a Windows client
in the Windows DNS. Anyone done this?

=================start dhcpd.conf================================
option domain-name "saf.com";
option ntp-servers 192.168.4.6;
option netbios-name-servers 192.168.4.12, 192.168.8.11;
option netbios-node-type 8;
authoritative;
ddns-hostname "woodson.saf.com";
ddns-update-style interim;

subnet 192.168.4.0 netmask 255.255.255.0 {
option domain-name-servers 192.168.4.12, 192.168.8.11;
option routers 192.168.4.254;
range 192.168.4.64 192.168.4.170;
ddns-domainname "saf.com";
# 7 days = 3600 * 24 * 7
min-lease-time 604800;
# Warehouse West
host blalock { hardware ethernet 0:60:08:9a:aa:4e;
fixed-address 192.168.4.65;}
# Anodize East
host gartha { hardware ethernet 0:13:21:ec:c3:5f;
fixed-address 192.168.4.64;}
# 242
host bethune { hardware ethernet 0:60:97:c5:72:85;
fixed-address 192.168.4.67;}
# Warehouse
host fain { hardware ethernet 0:60:97:b6:f2:de;
fixed-address 192.168.4.144;}
# 245
# host brandon { hardware ethernet 0:;
# fixed-address 192.168.4.;}
# Old Chatt Office
host walterwhite { hardware ethernet 0:16:35:07:15:45;
fixed-address 192.168.4.73;}
# Old Chatt Pack
host mcgill { hardware ethernet 0:11:0a:a1:c1:03;
fixed-address 192.168.4.136;}
# Not Placed
host white { hardware ethernet 0:a0:24:95:15:49;
fixed-address 192.168.4.69;}
# 257
host cleveland { hardware ethernet 0:08:74:29:d9:91;
fixed-address 192.168.4.68;}
}
=================================end dhcpd.conf=======================

Thanks for any help
 
N

none

none said:
I am using W2000 DNS and DHCP.

I want to configure ISC DHCP Server V3.0.1 on RHEL3 Linux
as an emergency backup DHCP. The leases are being
issued but no DNS dynamic registration. Can Windows DNS dynamic
updates be made to work from Linux DHCP? So far no luck.

I have only tried Linux DHCP clients - maybe I will try a Windows
client to see if the Linux DHCP registers a Windows client
in the Windows DNS. Anyone done this?
Thanks for any help

I added zone statements to the dhcp.conf; but no key
statements. Still no registration. Nothing in the w2k Event Logs.
What authentication does DNS use to allow DDNS updates?
 
K

Kevin D. Goodknecht Sr. [MVP]

none" <""rey\"@(none) said:
I am using W2000 DNS and DHCP.

I want to configure ISC DHCP Server V3.0.1 on RHEL3 Linux
as an emergency backup DHCP. The leases are being
issued but no DNS dynamic registration. Can Windows DNS dynamic
updates be made to work from Linux DHCP? So far no luck.

Short answer is no.
ISC DHCP can only register in a ISC BIND DNS server.
MS DHCP can only register in an MS DNS server.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top