how define network with mask 8 for dhcp server?

s m sam.gh1986 at gmail.com
Tue Aug 6 07:29:47 UTC 2013


hello all,

i have a problem with dhcp server. i want to define network with mask 8 and
use all network address which are possible. i know it is strange but for
some experimental purpose, i want to do it.
this is my dhcpd.conf file:
subnet 192.0.0.0 netmask 255.0.0.0
{
    range 192.0.0.1 192.255.255.254;
}

but dhcp server return core dump and can not work with this configuration.

please let me know what is correct configuration in order to use all
possible ip addressed in a network with mask 8?

thanks in advance,
SAM


More information about the freebsd-net mailing list