dhcpd and authetication

Glenn Satchell glenn.satchell at uniq.com.au
Sat May 1 23:58:12 UTC 2010


Hi Julie

You can have host statements without the fixed-address. Then in the 
pools use 'allow known-clients'. Something like this:

host "abc" {
  	hardware ethernet 0:0:0:a:b:c;
}

subnet ... {
	...
	pool {
		range ...
		allow-known-clients;
	}
}

regards,
-glenn

On 05/02/10 08:10, Julie Xu wrote:
> Hi
>
> if possible to let dhcp server to check the ethernet address, but not
> assign is ip for it?
>
> that means dhcp server will check the ethernet address and see if this
> address allow to get ip. if so, than it will dynamicly give a ip
> address, not like host statement that give a ethernet address a static
> ip address.
>
> Any comments will be appreciated
>
> thanks in advace
>
> xll
>



More information about the dhcp-users mailing list