The relevant line from my dhcpd.conf is the top one here:

subnet 192.168.2.1 netmask 255.255.255.0 {
  range 192.168.2.100 192.168.2.199;
  option routers 192.168.2.1;
  default-lease-time 600;
  max-lease-time 7200;

From my messages log, it says:
/etc/dhcp/dhcpd.conf line 9: subnet 192.168.2.1 netmask 255.255.255.0: bad subnet number/mask combination.

Can anyone spot what's wrong with that subnet number/mask combo?

--
Claude Jones Brunswick, MD, USA
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to