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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to