Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2013 11:59:44 +0430
From:      s m <sam.gh1986@gmail.com>
To:        freebsd-net@freebsd.org
Subject:   how define network with mask 8 for dhcp server?
Message-ID:  <CAA_1SgERG9jQE8vApcv0GYsBhvpf9FYFW2Pw0rqGT%2B9FjP2ktQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAA_1SgERG9jQE8vApcv0GYsBhvpf9FYFW2Pw0rqGT%2B9FjP2ktQ>