- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- DHCP available /used addresses
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:31 AM
02-28-2006 03:31 AM
DHCP available /used addresses
Parsing dhcpd.leases isn't satisfying cause I also have static addresses that don't appear there.
I'm using RedHat (any version).
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 06:31 AM
02-28-2006 06:31 AM
Re: DHCP available /used addresses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 07:00 AM
02-28-2006 07:00 AM
Re: DHCP available /used addresses
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 07:27 AM
02-28-2006 07:27 AM
Re: DHCP available /used addresses
1. I can come up with some workaround myself, but the question is whether there's a command to do this.
2. What I mean by static addresses is that the addresses are binded to mac in dhcpd.conf file.
What I need is a tool/command to see available/occupied IP addresses on dhcp server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 08:27 AM
02-28-2006 08:27 AM
Re: DHCP available /used addresses
Take a look at this tool -> Sauron.
http://sauron.jyu.fi/.
It's a web based DNS & DHCP configuration tool based on a SQL-database.
Hope it helps,
Arno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 06:14 PM
02-28-2006 06:14 PM
Re: DHCP available /used addresses
http://www.omar.org/opensource/reportdhcp/index.html
Regards,
Sergejs