dhcp server returns core dump when i define network with mask 8

jb jb.1234abcd at gmail.com
Tue Jul 23 08:03:31 UTC 2013


s m <sam.gh1986 <at> gmail.com> writes:

> ... 
> subnet 192.0.0.0 netmask 255.0.0.0 {
>     range 192.0.0.1 192.255.255.255;

The 'range' denotes IP addresses that can be allocated to clients.
The IP 192.255.255.255 is a reserved broadcast address for the network.
jb







More information about the freebsd-questions mailing list