Networking Forums

Networking Forums > Computer Networking > Linux Networking > dhcpd - lease IP on hostname alone

Reply
Thread Tools Display Modes

dhcpd - lease IP on hostname alone

 
 
Ben Fitzgerald
Guest
Posts: n/a

 
      02-14-2005, 09:54 AM
Hi,

If I want to lease an IP based on a client that only broadcasts
it's hostname, what does the entry look like in dhcpd.conf?

If the client broadcasts it's ethernet address and it's dns
name, but I only know it's dns name, then how can I create a
dhcpd.conf entry to allocate a fixed IP?

host testhost {
fixed-address 10.224.60.15;
host-name "client-host-name";
}

The dhcpd.conf man page defines host-name as an option rather
than a parameter, so as I understand it this will not be
used to determine if the logical grouping is used. If this
is so, what can I use?

Thanks,

Ben


--
Registered Linux user number 339435
 
Reply With Quote
 
 
 
 
Ben Fitzgerald
Guest
Posts: n/a

 
      02-15-2005, 10:29 PM
On 14 Feb 2005 10:54:08 GMT, Ben Fitzgerald <(E-Mail Removed)> wrote:
> Hi,
>
> If I want to lease an IP based on a client that only broadcasts
> it's hostname, what does the entry look like in dhcpd.conf?
>
> If the client broadcasts it's ethernet address and it's dns
> name, but I only know it's dns name, then how can I create a
> dhcpd.conf entry to allocate a fixed IP?
>
> host testhost {
> fixed-address 10.224.60.15;
> host-name "client-host-name";
> }
>
> The dhcpd.conf man page defines host-name as an option rather
> than a parameter, so as I understand it this will not be
> used to determine if the logical grouping is used. If this
> is so, what can I use?
>
> Thanks,
>
> Ben
>


*push* - seriously - have I asked a crazy question or does
no one know this?

ben
--
Registered Linux user number 339435
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lease Obtained / Lease Expires Problem - Windows 98 - Netgear MA401 Gary Kaucher Wireless Internet 1 04-20-2007 04:21 PM
dhcpd lease double allocation problem TeGGeR® Linux Networking 6 10-10-2006 07:37 PM
Problem with ISC DHCPD Lease variabels in combination with "Match if" Niels Basjes Linux Networking 0 04-08-2004 11:16 PM
dhcpd 3.0 lease unavailable error YesBalala Linux Networking 0 11-14-2003 04:05 PM
Win98 client not obtaining lease from RH9 dhcpd server Gray D. McCord Linux Networking 1 07-06-2003 04:24 AM



1 2 3 4 5 6 7 8 9 10 11