HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DHCP configuration
Operating System - HP-UX
1826073
Members
3523
Online
109690
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
05-10-2004 01:21 AM
05-10-2004 01:21 AM
DHCP configuration
Hello ,
I have created a couple of pools in my dchp configuration file . My problem is that a want to select a list of MACs which has the capability to get an IP of each one of this pools . I know how to deny the access to dhcp , dhcpdeny , but I do not know how to configure a way to autheticate MACs to one or to other pool. Do you know if this is possiblem with the DHCP form ISC?????
Thanks a lot
I have created a couple of pools in my dchp configuration file . My problem is that a want to select a list of MACs which has the capability to get an IP of each one of this pools . I know how to deny the access to dhcp , dhcpdeny , but I do not know how to configure a way to autheticate MACs to one or to other pool. Do you know if this is possiblem with the DHCP form ISC?????
Thanks a lot
Here rests one who was not what he wanted and didn't want what he was
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 05:31 AM
05-10-2004 05:31 AM
Re: DHCP configuration
Just scanned ISC's FAQ, and came up with the following:
Write a host statement for each machine with a fixed-address declaration and a hardware declaration, and then declare ``boot-unknown-clients false;'' at the top level. This is all documented in the dhcpd.conf.5 man page.
Would that do it?
Write a host statement for each machine with a fixed-address declaration and a hardware declaration, and then declare ``boot-unknown-clients false;'' at the top level. This is all documented in the dhcpd.conf.5 man page.
Would that do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 06:20 AM
05-10-2004 06:20 AM
Re: DHCP configuration
Try using a using a host-based directive, heres an example I use for netbooting NetBSD installs:
host install {
hardware ethernet 08:00:20:75:10:11;
filename "netbsd";
fixed-address 192.168.0.42;
server-name "install.internal.vpn";
option root-path "/usr/nfsinstall";
}
host install {
hardware ethernet 08:00:20:75:10:11;
filename "netbsd";
fixed-address 192.168.0.42;
server-name "install.internal.vpn";
option root-path "/usr/nfsinstall";
}
It is my firm belief that it is a mistake to hold any firm beliefs
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP