<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18999">
<STYLE><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></STYLE>
</HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma" lang=EN-US link=blue vLink=purple>
<DIV>Check for the advance DNS configuration (on XP), you need to  uncheck the "Register this connection's addresses in DNS" box. </DIV>
<DIV> </DIV>
<DIV>or on the DHCP server you can make use of the setting "ignore client-updates".</DIV>
<DIV> </DIV>
<DIV>Hope that helps.<BR><BR>>>> <arun.sasi1@wipro.com> 1/18/2011 10:45 AM >>><BR></DIV>
<DIV class=WordSection1>
<P class=MsoNormal>Hi All,<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>I have configured DHCP for DDNS update… But Windows clients are not getting registered with DNS…Please help me to solve this…<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>Please find below configuration file<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><SPAN style="COLOR: red">/etc/dhcp/dhcp.conf<o:p></o:p></SPAN></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>option time-servers tick.e4e.com;<o:p></o:p></P>
<P class=MsoNormal>option domain-name "ms.e4e.com";<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>ddns-update-style none;<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>default-lease-time 600;<o:p></o:p></P>
<P class=MsoNormal>max-lease-time 7200;<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>log-facility local7;<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>key ms.e4e.com {<o:p></o:p></P>
<P class=MsoNormal>        secret P4vJV9etiR==;<o:p></o:p></P>
<P class=MsoNormal>        algorithm hmac-md5;<o:p></o:p></P>
<P class=MsoNormal>        }<o:p></o:p></P>
<P class=MsoNormal>zone ms.e4e.com. {<o:p></o:p></P>
<P class=MsoNormal>        primary 163.183.243.165;<o:p></o:p></P>
<P class=MsoNormal>        key ms.e4e.com;<o:p></o:p></P>
<P class=MsoNormal>        }<o:p></o:p></P>
<P class=MsoNormal># User Subnet<o:p></o:p></P>
<P class=MsoNormal>subnet 163.183.42.0 netmask 255.255.255.0 {<o:p></o:p></P>
<P class=MsoNormal>        option domain-name "ms.e4e.com";<o:p></o:p></P>
<P class=MsoNormal>        authoritative;<o:p></o:p></P>
<P class=MsoNormal>        option netbios-name-servers 163.183.243.166, 163.183.40.15;<o:p></o:p></P>
<P class=MsoNormal>        option domain-name-servers 163.183.243.165, 163.183.243.133, 134.32.44.38;<o:p></o:p></P>
<P class=MsoNormal>        option routers 163.183.42.1;<o:p></o:p></P>
<P class=MsoNormal>        pool {<o:p></o:p></P>
<P class=MsoNormal>                ddns-updates on;<o:p></o:p></P>
<P class=MsoNormal>                range dynamic-bootp 163.183.42.101 163.183.42.254;<o:p></o:p></P>
<P class=MsoNormal>                }<o:p></o:p></P>
<P class=MsoNormal>        }<o:p></o:p></P>
<P class=MsoNormal># Server subnet<o:p></o:p></P>
<P class=MsoNormal>subnet 163.183.243.160 netmask 255.255.255.224 {<o:p></o:p></P>
<P class=MsoNormal>        option netbios-name-servers 163.183.243.166, 163.183.40.15;<o:p></o:p></P>
<P class=MsoNormal>        }<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>-----------------------------<o:p></o:p></P>
<P class=MsoNormal><SPAN style="COLOR: red">/etc/bin/named.conf<o:p></o:p></SPAN></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>include "/etc/bind/named.conf.local";<o:p></o:p></P>
<P class=MsoNormal>key ms.e4e.com {<o:p></o:p></P>
<P class=MsoNormal>        algorithm hmac-md5;<o:p></o:p></P>
<P class=MsoNormal>        secret "P4vJV9etiR==";<o:p></o:p></P>
<P class=MsoNormal>        };<o:p></o:p></P>
<P class=MsoNormal>zone "ms.e4e.com" {<o:p></o:p></P>
<P class=MsoNormal>        type slave;<o:p></o:p></P>
<P class=MsoNormal>        allow-update-forwarding { any; };<o:p></o:p></P>
<P class=MsoNormal>        masters {<o:p></o:p></P>
<P class=MsoNormal>                134.32.44.38;<o:p></o:p></P>
<P class=MsoNormal>                };<o:p></o:p></P>
<P class=MsoNormal>        file "/var/cache/bind/db.ms.e4e.com";<o:p></o:p></P>
<P class=MsoNormal>        };<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><SPAN style="COLOR: black; FONT-SIZE: 10pt">Thanks & Regards,<o:p></o:p></SPAN></P>
<P class=MsoNormal><B><SPAN style="COLOR: black; FONT-SIZE: 10pt">Arun Sasi V</SPAN></B><SPAN style="COLOR: black; FONT-SIZE: 10pt"><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: black; FONT-SIZE: 10pt">----------------------------------------------------------------------------------------------------------------------<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: black; FONT-SIZE: 10pt">Sr. Engineer - Server Management (UNIX),<BR></SPAN><SPAN style="COLOR: black; FONT-SIZE: 10pt">Wipro Infotech (GSMC) |<B>Mob</B>: +919731031500 | E: <A href="mailto:koresh.dash@wipro.com"><SPAN style="COLOR: black">arun.sasi1@wipro.com</SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal><o:p> </o:p></P></DIV>
<P><STRONG><SPAN style="FONT-FAMILY: 'Palatino Linotype','serif'; COLOR: green; FONT-SIZE: 10pt">Please do not print this email unless it is absolutely necessary. </SPAN></STRONG><SPAN style="FONT-FAMILY: 'Arial','sans-serif'"><o:p></o:p></SPAN></P>
<P>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. </P>
<P>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. </P>
<P>www.wipro.com </P></BODY></HTML>