Networking Forums

Networking Forums > Computer Networking > Linux Networking > Redhat 9.0 dhcp client & windows 2003 dhcp server: dynamic dns update

Reply
Thread Tools Display Modes

Redhat 9.0 dhcp client & windows 2003 dhcp server: dynamic dns update

 
 
Mads Ravn
Guest
Posts: n/a

 
      06-29-2004, 05:27 PM
Hi,

I'm trying to add some linux (redhat 9.0, kernel 2.4.20-8) boxes to our
Windows 2003 domain.
The dhcp server is running fine, and the linux clients are getting leases.
However they are not
getting added to the dns forward lookup zone.

The dhcp server is set up to register *all* client leases in the dns, even
for those who do not request so.

The dns server is set up to allow both secure & insecure updates.

I've tried googling for a solution and have tried:
1) Adding DHCP_HOSTNAME & HOSTNAME to the /etc/sysconfig/network
configuration file.
2) Modifying the /etc/sysconfig/network-scripts/ifup script replacing
<snip>
if [ -n "${DYNCONFIG}" ]; then
PUMPARGS=$PUMPARGS
DHCPCDARGS="$DHCPCDARGS -n"
if [ -n "${DHCP_HOSTNAME}" ]; then
PUMPARGS="-h ${DHCP_HOSTNAME}"
DHCPCDARGS="-h ${DHCP_HOSTNAME}"
</snip>
with
<snip>
if [ -n "${DYNCONFIG}" ]; then
PUMPARGS=$PUMPARGS
DHCPCDARGS="$DHCPCDARGS -n"
if [ -n "${DHCP_HOSTNAME}" ]; then
PUMPARGS="--win-client-ident -h ${DHCP_HOSTNAME}"
DHCPCDARGS="-h ${DHCP_HOSTNAME}"
</snip>
3) Using redhats GUI network configuration tool to set the values - which I
believe more or less
amounts to 1).

Still no luck. If anyone has any suggestions I would be very thankful to
hear from them.

Regards

Mads Ravn


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Windows 2003 DHCP server 'DNS dynaaamic update credential' issue Rob G Windows Networking 2 09-14-2009 12:10 PM
Windows Server 2008 DHCP Reservations not visible from 2003 DHCP mmc Ckuderna Windows Networking 2 04-02-2009 01:47 PM
DHCP, BIND9 - dynamic dns update Hekaton Keires Linux Networking 0 01-22-2005 09:26 AM
Static Versus Dynamic(DHCP) IP addresses on Windows 2000/2003 Servers Frank Wijten Windows Networking 9 05-27-2004 09:31 PM
Client subnet mask wrong when using Windows Server 2003 DHCP Tim R Windows Networking 2 01-02-2004 07:13 PM



1 2 3 4 5 6 7 8 9 10 11