Can anyone recommend an easy-to-use and small hardware DNS/DHCP server for a home network? I am looking for something reliable and small, preferably running Linux or *BSD, that doesn't use much power and can be switched on all the time.

It should be able to assign IP addresses to specific MACs and act as a DNS server that knows about those addresses.

Any ideas?

link|improve this question

79% accept rate
feedback

4 Answers

up vote 2 down vote accepted

i ran http://soekris.com/ a while ago, very reliable, full control. nifty. had a full freebsd running on it with tinydns, dhcpd, pf ...

enter image description here

link|improve this answer
feedback

Sounds like you want pretty much anything that runs openWRT. See the hardware page for some suggestions.

link|improve this answer
feedback

Throught about setting up a m0n0wall box? A small atom PC running m0n0wall (a BSD distro) gives DHCP fuctions as well as a few other you may find useful.

link|improve this answer
That's a software package. – Andrew J. Brehm May 13 '11 at 12:10
Yes, but I meant building your own small, low powered PC and installing m0n0wall on that. – tombull89 May 13 '11 at 12:32
The small low-powered computer is pretty much the thing I am looking for. – Andrew J. Brehm May 14 '11 at 20:05
Be careful with the Intel Atom platform and m0n0wall. Since the current stable tree of m0n0wall is quite old, you need to check the HCL of m0n0wall (especially the onboard NICs are not supported!). They're working on a never version with a updated FreeBSD which will solve the issue. Looking very forward to this. m0n0wall is such a great firewall/router! – christianwolff Jul 12 '11 at 11:15
feedback

For a small network you could try mDNS which is essentially a server-less DNS tool associated with zero-config networking

link|improve this answer
Isn't that software? – Andrew J. Brehm May 13 '11 at 12:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.