HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DHCP: name acknowlege only
Operating System - Linux
1830387
Members
2723
Online
110001
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
03-25-2004 08:51 AM
03-25-2004 08:51 AM
DHCP: name acknowlege only
Hi all,
I'm setting up a DHCP server for a large internal network, and some hosts will get special instructions based on name and MAC addr, but a few will also need to receive their information based on name only. Is it possible to have a host auth by name only? I have tried various configurations, and there doesn't seem to be many, but the DHCP server won't start if I just have something like this inside my subnet listing:
host testdhcp {
fixed-address xxx.xxx.xxx.xxx
default-lease-time xxx
max-lease-time xxx
}
But if I add
hardware ethernet
inside the braces, it starts fine.
Make sense? :)
So, again, is it possible to give out info with just a host name?
Thanks for your time
CH
I'm setting up a DHCP server for a large internal network, and some hosts will get special instructions based on name and MAC addr, but a few will also need to receive their information based on name only. Is it possible to have a host auth by name only? I have tried various configurations, and there doesn't seem to be many, but the DHCP server won't start if I just have something like this inside my subnet listing:
host testdhcp {
fixed-address xxx.xxx.xxx.xxx
default-lease-time xxx
max-lease-time xxx
}
But if I add
hardware ethernet
inside the braces, it starts fine.
Make sense? :)
So, again, is it possible to give out info with just a host name?
Thanks for your time
CH
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:21 AM
03-25-2004 11:21 AM
Re: DHCP: name acknowlege only
Short answer: no.
As the name can be faked, moved, or even doubled-up, there's really no way to tie it to a given address or physical machine.
As the name can be faked, moved, or even doubled-up, there's really no way to tie it to a given address or physical machine.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:31 PM
03-25-2004 12:31 PM
Re: DHCP: name acknowlege only
:(
Oh well, thanks for the reply
CH
Oh well, thanks for the reply
CH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 08:19 AM
03-26-2004 08:19 AM
Re: DHCP: name acknowlege only
I made folowing format : Works perfect.
host server_name {
hardware ethernet 04:14:13:02:8E:CD;
fixed-address 192.168.2.4;
option subnet-mask 255.255.255.0;
option routers 132.226.193.254;
option host-name "host.domain.com";
option domain-name "domain.com";
option domain-name-servers 192.168.2.50;
}
Thanks,
Ameet
host server_name {
hardware ethernet 04:14:13:02:8E:CD;
fixed-address 192.168.2.4;
option subnet-mask 255.255.255.0;
option routers 132.226.193.254;
option host-name "host.domain.com";
option domain-name "domain.com";
option domain-name-servers 192.168.2.50;
}
Thanks,
Ameet
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP