From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 07:18:43 2008 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5F18106564A for ; Wed, 9 Apr 2008 07:18:43 +0000 (UTC) (envelope-from LukeD@pobox.com) Received: from sasl.smtp.pobox.com (a-sasl-fastnet.sasl.smtp.pobox.com [207.106.133.19]) by mx1.freebsd.org (Postfix) with ESMTP id 7960A8FC17 for ; Wed, 9 Apr 2008 07:18:43 +0000 (UTC) (envelope-from LukeD@pobox.com) Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 6D0E513C60; Wed, 9 Apr 2008 03:18:20 -0400 (EDT) Received: from lukas.is-a-geek.org (pool-71-113-78-181.sttlwa.dsl-w.verizon.net [71.113.78.181]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 8ABFA13C4D; Wed, 9 Apr 2008 03:18:17 -0400 (EDT) Date: Wed, 9 Apr 2008 00:18:03 -0700 (PDT) From: Luke Dean X-X-Sender: lukas@border.lukas.is-a-geek.org To: David Duong In-Reply-To: <47FAE8A5.1030605@goldenmunky.org> Message-ID: <20080408214719.Y87388@border.lukas.is-a-geek.org> References: <47FAE8A5.1030605@goldenmunky.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD-questions@FreeBSD.org Subject: Re: Question regarding mail and dns server on Alix/Soekris? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 07:18:43 -0000 On Mon, 7 Apr 2008, David Duong wrote: > I'm planning to redoing my home network. I currently have one server > (Opteron 170) that is currently a NAS, Email, and DNS server (btw, the main > OS is FreeBSD). I was thinking of purchasing an Alix2c3/Soekris 5501 and use > it as a Email + DNS server. Then dedicate my main server as a FreeBSD NFS > server. > > My question is, has anyone installed a mail + DNS server on a ALIX/Soekris > PC? If so, is it able to handle the load? I received a Soekris 4801 for Christmas 2005. I put FreeBSD 6 on it. It's my home network's gateway to the outside world, router, firewall (pf), dns server (bind), time server (ntpd), and socks proxy (nylon). I wanted this to be a highly reliable machine, so I opted not to install a hard drive. It boots from the compact flash card, mounted read-only so it won't wear out. I didn't want to trust my email or web content to a memory disk, so I've got those services running on another box. It's running "sendmail" just for nightly status reports, but that's probably not what you're interested in. It wasn't easy to set this up, but it was very rewarding. FreeBSD's "diskless" startup code was in a state of flux when I put this box together, but I expect it's a lot better now. I've been happy with it. I'm tempted to try upgrading it to FreeBSD 7 on some rainy weekend, and I may even install a DHCP server on it this time. I'm not sure what numbers you're interested in for determining if the box can handle the load. "top" registers no load, a mostly idle CPU, and mostly free memory. "pfctl -s info" registers between 800 and 1000 states and 255 searches per second when I'm saturating my connection with p2p traffic and using a bunch of complicated stateful firewall rules and priority queueing.