One correction may help. Some poorly programmed DHCP software is unable to detect that it should not hand out an IP address that is being used by the server doing the handing out. Duh.
You can break the range below into two parts to work around such poorly designed software.
subnet 192.5.5.0 netmask 255.255.255.0 { range 192.5.5.1 192.5.5.240 ; range 192.5.5.242 192.5.5.254 ; option domain-name-servers 192.5.5.241 ; option routers 192.5.5.241 ; }
Note also that your server/router/fire-wall address will be set to be 192.5.5.241. That will also appear to be your DNS server in your PCs. It will also be your Default gateway. NAT handles the conversion in the fire-wall.
You can support a 200+ users on your LAN. This wire-less configuration will be at the next IEFF meeting, in San Diego.
|