RAM needed for DHCP + router?

Chuck Swiger cswiger at mac.com
Fri May 27 00:41:10 UTC 2011


On May 26, 2011, at 4:46 PM, Chris Hill wrote:
> I'm looking to build a NAT / DHCP box for a lab network for my company.  My question is, how do I estimate the amount of RAM the machine will need?

How many DHCP leases and NAT clients?

ISC's DHCPd typically runs a few tens of MB unless you have many tens of thousands of leases.  State table for natd doesn't require much memory either, but it scales more with the number of network flows rather than just # of clients.  One client pounding away with BitTorrent will use more NAT session states than a dozen clients under normal desktop use.

Regards,
-- 
-Chuck



More information about the freebsd-questions mailing list