<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Serving dhcp 10.10.10.100-10.254.254.200 config help]]></title><description><![CDATA[<p dir="auto">Greetings and Happy New Year.</p>
<p dir="auto">I am trying to enable dhcp on a lan 10.0.0.1/8 Serving dhcp 10.10.10.100-10.254.254.200<br />
When I enable this option I do not get an IP address. I can manually apply one and can surf fine. I get a error in the system from dhcp stating "dhcpd: No memory for address range" The system has 256MB of memory. Is this a system memory issue? Thanks, Ken</p>
]]></description><link>https://forum.netgate.com/topic/29279/serving-dhcp-10-10-10-100-10-254-254-200-config-help</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 02:17:18 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/29279.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Jan 2011 23:06:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Sat, 08 Jan 2011 01:02:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ampwifi">@<bdi>ampwifi</bdi></a>:</p>
<blockquote>
<p dir="auto">I was wondering if dhcpd will remove the broadcast from the available ips or do I have to exclude it?</p>
</blockquote>
<p dir="auto">I wouldn't tempt fate. Even if you experiment and find dhcpd does remove genuine broadcast addresses for the available list I would be cautious about expecting that behaviour to continue into the future.</p>
<p dir="auto">I haven't tried this: its possible the WEB GUI will prevent you including a genuine broadcast address in your DHCP range.</p>
]]></description><link>https://forum.netgate.com/post/259728</link><guid isPermaLink="true">https://forum.netgate.com/post/259728</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Sat, 08 Jan 2011 01:02:52 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Fri, 07 Jan 2011 23:06:54 GMT]]></title><description><![CDATA[<p dir="auto">My bad, I ment dhcpd. I was wondering if dhcpd will remove the broadcast from the available ips or do I have to exclude it? Thanks for the help, Ken</p>
]]></description><link>https://forum.netgate.com/post/259715</link><guid isPermaLink="true">https://forum.netgate.com/post/259715</guid><dc:creator><![CDATA[ampwifi]]></dc:creator><pubDate>Fri, 07 Jan 2011 23:06:54 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Fri, 07 Jan 2011 02:51:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ampwifi">@<bdi>ampwifi</bdi></a>:</p>
<blockquote>
<p dir="auto">If I run my dnsmasq on a 10.0.0.0/8 network will it give out the 10.0.0.255 broadcast address in the leases or will it bypass this address? If it hands out this ip, is there a way to exclude it in the config file? Thanks, Ken</p>
</blockquote>
<p dir="auto">10.0.0.255 is NOT the broadcast address for the subnet 10.0.0.0/8 but it is the broadcast address for the subnet 10.0.0.0/24.</p>
<p dir="auto">When use use <em>dnsmasq</em> and <em>leases</em> and <em>hand out ip</em> together I'm guessing you meant dhcpd (the DHCP server) rather than dnsmasq (the dns forwarder). If you don't want dhcpd to hand out particular addresses or address ranges don't says those addresses are available for DHCP allocation. In other words, the pfSense DHCP server will hand out only the addresses you tell it may be used.</p>
<p dir="auto">If you really meant dnsmasq then please explain what leases you mean.</p>
]]></description><link>https://forum.netgate.com/post/259627</link><guid isPermaLink="true">https://forum.netgate.com/post/259627</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Fri, 07 Jan 2011 02:51:51 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Fri, 07 Jan 2011 01:33:56 GMT]]></title><description><![CDATA[<p dir="auto">If I run my dnsmasq on a 10.0.0.0/8 network will it give out the 10.0.0.255 broadcast address in the leases or will it bypass this address? If it hands out this ip, is there a way to exclude it in the config file? Thanks, Ken</p>
]]></description><link>https://forum.netgate.com/post/259622</link><guid isPermaLink="true">https://forum.netgate.com/post/259622</guid><dc:creator><![CDATA[ampwifi]]></dc:creator><pubDate>Fri, 07 Jan 2011 01:33:56 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Tue, 04 Jan 2011 04:23:54 GMT]]></title><description><![CDATA[<p dir="auto">How about something like this</p>
<p dir="auto">#!/bin/sh</p>
<h1><a class="anchor-offset" name="save-file-as-usr-local-etc-rc.d-dnsmasq.sh"></a>Save file as:  /usr/local/etc/rc.d/dnsmasq.sh</h1>
<h1><a class="anchor-offset" name="turn-off-dhcpd-verify-dhcp-server-is-disabled-on-all-interfaces."></a>TURN OFF DHCPD - Verify DHCP Server is disabled on all interfaces.</h1>
<p dir="auto">killall dnsmasq<br />
/usr/local/sbin/dnsmasq -C /root/dnsmasq.conf -l /var/dhcpd/var/db/dhcpd.leases -s</p>
<h1><a class="anchor-offset" name="save-file-as-root-dnsmasq.conf"></a>Save file as: /root/dnsmasq.conf</h1>
<h1><a class="anchor-offset" name="find-quot-.n.-quot-replace-quot-n-quot-with-ip-number-2-254-."></a>Find ".N." Replace "N" with IP Number (2-254).</h1>
<p dir="auto">domain-needed<br />
bogus-priv<br />
interface=sis0<br />
bind-interfaces<br />
expand-hosts<br />
domain=wifi<br />
dhcp-range=sis0,10.0.0.100,10.0.0.250,255.255.255.0,7200<br />
dhcp-range=sis0,10.0.1.100,10.0.1.250,255.255.255.0,7200<br />
dhcp-range=sis0,10.0.2.100,10.0.2.250,255.255.255.0,7200<br />
dhcp-range=sis0,10.0.3.100,10.0.3.250,255.255.255.0,7200<br />
no-negcache</p>
]]></description><link>https://forum.netgate.com/post/259112</link><guid isPermaLink="true">https://forum.netgate.com/post/259112</guid><dc:creator><![CDATA[ampwifi]]></dc:creator><pubDate>Tue, 04 Jan 2011 04:23:54 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Tue, 04 Jan 2011 01:15:25 GMT]]></title><description><![CDATA[<p dir="auto">On startup pfSense regenerates a number of program configuration files from the configuration given through the web GUI. With rare exceptions, configuration should be done through the web GUI. dhcp server is not of those exceptions.</p>
]]></description><link>https://forum.netgate.com/post/259107</link><guid isPermaLink="true">https://forum.netgate.com/post/259107</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Tue, 04 Jan 2011 01:15:25 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Tue, 04 Jan 2011 00:49:39 GMT]]></title><description><![CDATA[<p dir="auto">Moved they system to another machine with more resources. That did the trick. Now I would like to serve a 255.255.255.252 in the dhcp to my clients and was wondering what I would put in the dhcpd.conf file. Been fooling around with it but it keeps reverting back to the original config. Thanks, for the help so far. Ken</p>
]]></description><link>https://forum.netgate.com/post/259106</link><guid isPermaLink="true">https://forum.netgate.com/post/259106</guid><dc:creator><![CDATA[ampwifi]]></dc:creator><pubDate>Tue, 04 Jan 2011 00:49:39 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Sun, 02 Jan 2011 10:34:08 GMT]]></title><description><![CDATA[<p dir="auto">I have to agree with wallabybob - why on earth are you running a /8 as a single network?  Do you really have 16,777,213 hosts on that network that you need to support?</p>
<p dir="auto">Try using a netmask more appropriate to the size of your network and see if that helps.</p>
]]></description><link>https://forum.netgate.com/post/258879</link><guid isPermaLink="true">https://forum.netgate.com/post/258879</guid><dc:creator><![CDATA[Cry Havok]]></dc:creator><pubDate>Sun, 02 Jan 2011 10:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to Serving dhcp 10.10.10.100-10.254.254.200 config help on Sun, 02 Jan 2011 02:51:16 GMT]]></title><description><![CDATA[<p dir="auto">Thats a lot of addresses: about 16 million. dhcpd probably needs to keep some sort of state about each address it might manage; lets say 100 bytes (I have no idea of the actual number). dhcpd could then need over 1GB of virtual address space which is bigger than your RAM size (and probably much bigger than your swap space).</p>
<p dir="auto">I'd suggest you reduce the number of addresses you are prepared to allocate to something much smaller (say 10.10.10.100 to 10.10.255.255) and see if the problem goes away.</p>
<p dir="auto">If it does go away with a significantly smaller address space then I suspect you will have to choose between</p>
<ul>
<li>
<p dir="auto">reducing the range of addresses you are prepared to allocate</p>
</li>
<li>
<p dir="auto">significantly increasing the RAM</p>
</li>
<li>
<p dir="auto">significantly increasing the swap space - would probably best be done through a re-installation.</p>
</li>
</ul>
<p dir="auto">I don't know for certain, but I expect just increasing the swap space will result in a fairly sluggish dhcpd.</p>
<p dir="auto">How many addresses do you NEED for dhcp?</p>
]]></description><link>https://forum.netgate.com/post/258853</link><guid isPermaLink="true">https://forum.netgate.com/post/258853</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Sun, 02 Jan 2011 02:51:16 GMT</pubDate></item></channel></rss>