On 12/15/2011 04:28 PM, Reindl Harald wrote:

Am 15.12.2011 22:10, schrieb Claude Jones:
>  /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?
192.168.2.1 is not a subnet, 192.168.2.0 is


yup, changed that, and now the error is different, but the service is still failing - it reports:
Not configured to listen on any interfaces!

my whole dhcpd.conf file:

option domain-name "fedoraleesburg.local";
option domain-name-servers 151.197.0.38, 199.45.32.38;
default-lease-time 600;
max-lease-time 7200;
ddns-update-style none;
authoritative;
subnet 192.168.2.0 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;
}
--
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