PC Review


Reply
Thread Tools Rate Thread

Dynamic DNS from Linux DHCP

 
 
none
Guest
Posts: n/a
 
      6th Sep 2006
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
 
Reply With Quote
 
 
 
 
none
Guest
Posts: n/a
 
      6th Sep 2006
none wrote:
> 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?
 
Reply With Quote
 
Kevin D. Goodknecht Sr. [MVP]
Guest
Posts: n/a
 
      7th Sep 2006
none" <""rey\"@(none) wrote:
> 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
===================================


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XP DHCP and Linux Johny Franslay Windows Networking 0 26th Oct 2004 07:21 AM
using dynamic dns and dynamic dhcp to replicate client A records between sites Paul E. Microsoft Windows 2000 DNS 5 4th Nov 2003 06:48 PM
Re: using dynamic dns and dynamic dhcp to replicate client A records between sites Paul E. Microsoft Windows 2000 DNS 2 3rd Nov 2003 10:03 PM
question about using dynamic dns and dynamic dhcp and replication of data Paul E. Microsoft Windows 2000 Active Directory 1 29th Oct 2003 10:45 AM
using dynamic dns and dynamic dhcp to replicate client A records to remote sites Paul E. Microsoft Windows 2000 Networking 0 29th Oct 2003 08:59 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:20 PM.