<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ddns - zone file update in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ddns-zone-file-update/m-p/4731055#M43170</link>
    <description>hi &lt;BR /&gt;&lt;BR /&gt;as Matti says&lt;BR /&gt;&lt;BR /&gt;some linux OS need to set the name in other for the OS to register his name on the DHCP&lt;BR /&gt;&lt;BR /&gt;check the leases you will find that Windows logs its name but not the same for Ubuntu&lt;BR /&gt;&lt;BR /&gt;/var/lib/dhcpd/dhcpd.leases&lt;BR /&gt;&lt;BR /&gt;so do this well this work for RH-Centos.... don't know for Ubuntu&lt;BR /&gt;&lt;BR /&gt;set hostname in /etc/sysconfig/network&lt;BR /&gt;HOSTNAME=machine.testdomain.com&lt;BR /&gt;&lt;BR /&gt;and ifcfg-eth0&lt;BR /&gt;DHCP_HOSTNAME=machine&lt;BR /&gt;&lt;BR /&gt;and do a dhclient or service network reload and check your DHCP Logs&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Dec 2010 19:33:09 GMT</pubDate>
    <dc:creator>KarloChacon</dc:creator>
    <dc:date>2010-12-29T19:33:09Z</dc:date>
    <item>
      <title>ddns - zone file update</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ddns-zone-file-update/m-p/4731053#M43168</link>
      <description>Hi there&lt;BR /&gt;When I add a new Windows machine or Ubuntu machine to my network then the dhcpd updates the zone file fine: &lt;BR /&gt;&lt;BR /&gt;Nov 22 21:57:37 localhost dhcpd: DHCPOFFER on 10.10.20.205 to 00:0c:29:8b:d9:5e (testhost) via eth0&lt;BR /&gt;Nov 22 21:57:38 localhost named[5049]: client 127.0.0.1#39824: updating zone 'testdomain.com/IN': adding an RR at 'testhost.testdomain.com' A&lt;BR /&gt;Nov 22 21:57:38 localhost named[5049]: client 127.0.0.1#39824: updating zone 'testdomain.com/IN': adding an RR at 'testhost.testdomain.com' TXT&lt;BR /&gt;Nov 22 21:57:38 localhost named[5049]: zone testdomain.com/IN: sending notifies (serial 144)&lt;BR /&gt;Nov 22 21:57:38 localhost dhcpd: Added new forward map from testhost.testdomain.com. to 10.10.20.205&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's not doing that if a new CentOS machine is added to the network:&lt;BR /&gt;&lt;BR /&gt;Dec 27 20:22:20 localhost dhcpd: DHCPREQUEST for 10.10.20.242 from 00:0c:29:8f:e9:7c via eth0&lt;BR /&gt;Dec 27 20:22:20 localhost dhcpd: DHCPACK on 10.10.20.242 to 00:0c:29:8f:e9:7c via eth0&lt;BR /&gt;&lt;BR /&gt;Any ideas on what would be the reason of that strange behavior ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2010 01:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ddns-zone-file-update/m-p/4731053#M43168</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2010-12-28T01:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: ddns - zone file update</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ddns-zone-file-update/m-p/4731054#M43169</link>
      <description>&amp;gt; Nov 22 21:57:37 localhost dhcpd: DHCPOFFER on 10.10.20.205 to 00:0c:29:8b:d9:5e (testhost) via eth0&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Dec 27 20:22:20 localhost dhcpd: DHCPREQUEST for 10.10.20.242 from 00:0c:29:8f:e9:7c via eth0&lt;BR /&gt;&lt;BR /&gt;Hmm... looks like the first one has a name (testhost) associated with it in the dhcpd configuration, but perhaps the other hasn't?&lt;BR /&gt;&lt;BR /&gt;It might be rather difficult for dhcpd to create a DDNS update request if there is no hostname configured for that DHCP client.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 28 Dec 2010 07:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ddns-zone-file-update/m-p/4731054#M43169</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-12-28T07:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: ddns - zone file update</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ddns-zone-file-update/m-p/4731055#M43170</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;as Matti says&lt;BR /&gt;&lt;BR /&gt;some linux OS need to set the name in other for the OS to register his name on the DHCP&lt;BR /&gt;&lt;BR /&gt;check the leases you will find that Windows logs its name but not the same for Ubuntu&lt;BR /&gt;&lt;BR /&gt;/var/lib/dhcpd/dhcpd.leases&lt;BR /&gt;&lt;BR /&gt;so do this well this work for RH-Centos.... don't know for Ubuntu&lt;BR /&gt;&lt;BR /&gt;set hostname in /etc/sysconfig/network&lt;BR /&gt;HOSTNAME=machine.testdomain.com&lt;BR /&gt;&lt;BR /&gt;and ifcfg-eth0&lt;BR /&gt;DHCP_HOSTNAME=machine&lt;BR /&gt;&lt;BR /&gt;and do a dhclient or service network reload and check your DHCP Logs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Dec 2010 19:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ddns-zone-file-update/m-p/4731055#M43170</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2010-12-29T19:33:09Z</dc:date>
    </item>
  </channel>
</rss>

