Configuration problem

Chuck Anderson cra at WPI.EDU
Sun May 3 14:54:59 UTC 2009


Does this work instead?

On Sun, May 03, 2009 at 01:41:43PM +0200, MickB wrote:
> ### Subnets ###
> subnet 192.168.0.0 netmask 255.255.255.240 {
	 option routers 192.168.0.1;
>
>        pool {
>                deny members of "test";
>                range 192.168.0.4 192.168.0.12;
>        }
>
>        pool {
>                allow members of "test";
>                range 192.168.0.13 192.168.0.14;
                 option routers 0.0.0.0;
>        }
>
>        option subnet-mask 255.255.255.240;
>        option broadcast-address 192.168.0.15;
>
> }

Alternatively, you could do this instead I think:
>
> host toto {
>        hardware ethernet 00:12:A8:13:E1:40;
>        fixed-address 192.168.0.3;
	 option routers 192.168.0.1;
> }



More information about the dhcp-users mailing list