> #my declared subnet for eth1 > subnet 192.168.0.0 netmask 255.255.255.0 { > range 192.168.0.1 192.168.0.10; > option broadcast-address 192.168.1.255; > # option routers prelude.fugue.com; > } the first thing that jumps out is your broadcast is wrong - it should be 192.168.0.255. jason