dhcpd server config help
Jon Radel
jon at radel.com
Sun Sep 20 18:51:31 UTC 2015
>>
>> # This is mydomain.com subnet declaration.
>> # Max of 6 pc on LAN 10.0.10.1 - 10.0.10.6
>> # 10.0.10.2 is the IP address of the LAN Nic card in FBSD
>> # 10.0.10.7 is the broadcast IP address
>> subnet 10.0.10.0 netmask 255.255.255.248 {
>> range 10.0.10.1 10.0.10.6;
>> option routers 10.0.10.2;}
>>
>>
>>
>>
>
> I think the problem is that your FreeBSD server is using 10.0.10.2 as its own IP address but you have told DHCPd to use 10.0.10.1 to 10.0.10.6 as the range to give out to clients that request an IP. The 10.2 address is part of this range. So you should change the range to be outside of anything that you already have in use so that they don't conflict.
>
And while you're at it, I'd suggest allowing your DHCP server to use more than 6 addresses. With only 6, it doesn't take many friends over before the poor thing starts thrashing about trying to find a free address to assign. Give it a couple hundred and be done with it.
--Jon Radel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2557 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150920/eda1ae56/attachment.bin>
More information about the freebsd-questions
mailing list