On Thu, Feb 25, 2010 at 06:47:32PM +0200, Lars Nooden wrote:
> 
>       subnet 192.168.100.0 netmask 255.255.255.196 {
>               option routers 192.168.100.1;
>               range 192.168.101.9 192.168.101.14;
>               option domain-name-servers 192.168.101.1;
>       }
> 
>       subnet 192.168.101.0 netmask 255.255.255.196 {
>               #option routers 192.168.101.1;
>               range 192.168.101.9 192.168.101.14;
>               option domain-name-servers 192.168.101.1;
>       }
> 
> OpenBSD clients work fine.  What needs changing in the configuration?
> 
> Fully installed debian and debian-based distros' dhclient give and error
> "SIOCSIFNETMASK: Invalid argument" but otherwise seem to function:


Your netmask is invalid.  The closest valid netmask to that one is
255.255.255.192.

Reply via email to