Client tied to pool via (sub)class in one subnet, same client has host declaration in other subnet...

Niall O'Reilly niall.oreilly at ucd.ie
Thu Sep 19 09:33:20 UTC 2013


On 19 Sep 2013, at 10:14, Christian Marg wrote:

> subnet 192.168.65.0 netmask 255.255.255.0 {
>  option domain-name "a.tu-clausthal.de";
>  option routers 192.168.65.254;
>  option domain-name-servers ...
>  option broadcast-address 192.168.65.255;
> 
>  host a.a.tu-clausthal.de {
>    hardware ethernet 5c:26:0a:06:11:2f;
>    fixed-address 192.168.65.128; }
> }

	That "host" specification should be in global scope, not
	within "subnet".

	/Niall



More information about the dhcp-users mailing list