<?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: DHCP available /used addresses in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740940#M22029</link>
    <description>Alexander,&lt;BR /&gt;&lt;BR /&gt;Take a look at this tool -&amp;gt; Sauron.&lt;BR /&gt;&lt;A href="http://sauron.jyu.fi/." target="_blank"&gt;http://sauron.jyu.fi/.&lt;/A&gt;&lt;BR /&gt;It's a web based DNS &amp;amp; DHCP configuration tool based on a SQL-database.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Arno</description>
    <pubDate>Tue, 28 Feb 2006 16:27:15 GMT</pubDate>
    <dc:creator>Arno Kuyper_1</dc:creator>
    <dc:date>2006-02-28T16:27:15Z</dc:date>
    <item>
      <title>DHCP available /used addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740936#M22025</link>
      <description>Is there a command to see how many free/used addresses are in dhcpd pool(s).&lt;BR /&gt;Parsing dhcpd.leases isn't satisfying cause I also have static addresses that don't appear there. &lt;BR /&gt;I'm using RedHat (any version).&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 28 Feb 2006 11:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740936#M22025</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-02-28T11:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP available /used addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740937#M22026</link>
      <description>If dhcp.leases does not contains all information you need, you could combine it with nmap to check what ip addresses are used (nmap -sP static-address-range).</description>
      <pubDate>Tue, 28 Feb 2006 14:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740937#M22026</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-28T14:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP available /used addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740938#M22027</link>
      <description>Why do you have static IP addresses within a DHCP pool ?&lt;BR /&gt;&lt;BR /&gt;If you're going to make addresses static, then they should either be assigned by DHCP (using hwaddress), or be outside of the DHCP pool.&lt;BR /&gt;&lt;BR /&gt;Why do I say this?  DHCP thinks it's in control of the entire pool.  It thinks it can assign *any* address from this pool to any requesting machine.  This means that some of your static's might get assigned to another machine on the network, causing nastyness and IP conflicts.</description>
      <pubDate>Tue, 28 Feb 2006 15:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740938#M22027</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-02-28T15:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP available /used addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740939#M22028</link>
      <description>Thanks for your replies.&lt;BR /&gt;1.  I can come up with some workaround myself, but the question is whether there's a command to do this.&lt;BR /&gt;&lt;BR /&gt;2. What I mean by static addresses is that the addresses are binded to mac in dhcpd.conf file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What I need is a tool/command to see available/occupied IP addresses on dhcp server.</description>
      <pubDate>Tue, 28 Feb 2006 15:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740939#M22028</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-02-28T15:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP available /used addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740940#M22029</link>
      <description>Alexander,&lt;BR /&gt;&lt;BR /&gt;Take a look at this tool -&amp;gt; Sauron.&lt;BR /&gt;&lt;A href="http://sauron.jyu.fi/." target="_blank"&gt;http://sauron.jyu.fi/.&lt;/A&gt;&lt;BR /&gt;It's a web based DNS &amp;amp; DHCP configuration tool based on a SQL-database.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Arno</description>
      <pubDate>Tue, 28 Feb 2006 16:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740940#M22029</guid>
      <dc:creator>Arno Kuyper_1</dc:creator>
      <dc:date>2006-02-28T16:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP available /used addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740941#M22030</link>
      <description>reportdhcp.pl CGI script can tell at a glance how many leases are available in each network, and how many of these are currently â  activeâ  .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.omar.org/opensource/reportdhcp/index.html" target="_blank"&gt;http://www.omar.org/opensource/reportdhcp/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 02:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-available-used-addresses/m-p/3740941#M22030</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-03-01T02:14:56Z</dc:date>
    </item>
  </channel>
</rss>

