I'm still looking at the conf, but right off the bat, your range statements are incorrect and need some fix'in:
Code:
range 192.168.x.2 192.168.x.255;
192.168.x.255, given the netmask specified, is a broadcast address. The highest ip you can legally specify is 192.168.x.254.