DHCP not updating DDNS for Win XP

Glenn Satchell glenn.satchell at uniq.com.au
Tue Jan 18 08:40:16 UTC 2011


You need to enable a ddns update method, setting this to "none" disables 
ddns altogether, even though it's "on" in the subnet.

   ddns-update-style none;

Try this instead:

   ddns-update-style interim;

regards,
-glenn

On 01/18/11 16:58, Pooja Gada wrote:
> 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
>



More information about the dhcp-users mailing list