DHCP not updating DDNS for Win XP

Pooja Gada gpooja at novell.com
Tue Jan 18 05:58:26 UTC 2011


Check for the advance DNS configuration (on XP), you need to  uncheck the "Register this connection's addresses in DNS" box. 
 
or on the DHCP server you can make use of the setting "ignore client-updates".
 
Hope that helps.

>>> <arun.sasi1 at wipro.com> 1/18/2011 10:45 AM >>>

Hi All,
 
I have configured DHCP for DDNS update… But Windows clients are not getting registered with DNS…Please help me to solve this…
 
Please find below configuration file
 
/etc/dhcp/dhcp.conf
 
option time-servers tick.e4e.com;
option domain-name "ms.e4e.com";
 
ddns-update-style none;
 
 
default-lease-time 600;
max-lease-time 7200;
 
 
log-facility local7;
 
key ms.e4e.com {
        secret P4vJV9etiR==;
        algorithm hmac-md5;
        }
zone ms.e4e.com. {
        primary 163.183.243.165;
        key ms.e4e.com;
        }
# User Subnet
subnet 163.183.42.0 netmask 255.255.255.0 {
        option domain-name "ms.e4e.com";
        authoritative;
        option netbios-name-servers 163.183.243.166, 163.183.40.15;
        option domain-name-servers 163.183.243.165, 163.183.243.133, 134.32.44.38;
        option routers 163.183.42.1;
        pool {
                ddns-updates on;
                range dynamic-bootp 163.183.42.101 163.183.42.254;
                }
        }
# Server subnet
subnet 163.183.243.160 netmask 255.255.255.224 {
        option netbios-name-servers 163.183.243.166, 163.183.40.15;
        }
 
 
-----------------------------
/etc/bin/named.conf
 
include "/etc/bind/named.conf.local";
key ms.e4e.com {
        algorithm hmac-md5;
        secret "P4vJV9etiR==";
        };
zone "ms.e4e.com" {
        type slave;
        allow-update-forwarding { any; };
        masters {
                134.32.44.38;
                };
        file "/var/cache/bind/db.ms.e4e.com";
        };
 
 
 
Thanks & Regards,
Arun Sasi V
----------------------------------------------------------------------------------------------------------------------
Sr. Engineer - Server Management (UNIX),
Wipro Infotech (GSMC) |Mob: +919731031500 | E: arun.sasi1 at wipro.com ( mailto:koresh.dash at wipro.com )
 

Please do not print this email unless it is absolutely necessary. 
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 
www.wipro.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20110117/c9d80e88/attachment.html>


More information about the dhcp-users mailing list