From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.43)
	id 1ELRN5-0003aO-T7
	for garchives@archives.gentoo.org; Fri, 30 Sep 2005 20:20:44 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8UKBtgo031723;
	Fri, 30 Sep 2005 20:11:55 GMT
Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205])
	by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8UK7WaC029402
	for <gentoo-user@lists.gentoo.org>; Fri, 30 Sep 2005 20:07:33 GMT
Received: by xproxy.gmail.com with SMTP id s7so2617wxc
        for <gentoo-user@lists.gentoo.org>; Fri, 30 Sep 2005 13:15:09 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references;
        b=CE7YZ+p5lEGjoE2GNXGEL5J8MGZEVzJHJ4SkHOFlXjyqpb32raetj+exXK7AOBWQl6Eue+1murQNFCT2ZPXq5jYakaje50aZQQXOcPws5CUCy4fUlemdFjSGJ88X38A5meeqatDN0jHd2s6papm0IQOVTma/9Le04rtO2EAqCbY=
Received: by 10.70.109.7 with SMTP id h7mr1038803wxc;
        Fri, 30 Sep 2005 13:15:09 -0700 (PDT)
Received: by 10.70.116.18 with HTTP; Fri, 30 Sep 2005 13:15:09 -0700 (PDT)
Message-ID: <642958cc0509301315s6dc97fdeiac18a9b3ab08f613@mail.gmail.com>
Date: Fri, 30 Sep 2005 16:15:09 -0400
From: Mark Shields <laebshade@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Multi-services box
In-Reply-To: <200509292000.28279.uwix@iway.na>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_5260_12391017.1128111309260"
References: <1f81f7e0050929100524d85bc4@mail.gmail.com>
	 <200509292000.28279.uwix@iway.na>
X-Archives-Salt: 3314a8c3-3ceb-4220-b54e-a04121b802e1
X-Archives-Hash: 35b9422a75de923f24180a474663301f

------=_Part_5260_12391017.1128111309260
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I'll echo what *A. Khattri* said. I run one server, it functions as a
router, web, ftp, LAN portage mirror (thanks http-replicator!), DNS proxy
(dnsmasq), pop3(ssl), imap(ssl), smtp, MySQL, PostgreSQL, and VNC server, i=
n
addition to Xorg. Runs just fine. But it's also an Athlon XP 2400+ (2ghz,
133 mhz fsb * 15 multiplier), 1gb of RAM (PC2100 DDR), and an old, faulty
40gb hard drive (faulty in the respect that it reports the speed as UDMA44
to the BIOS, when in fact there is no such standard and it should be UDMA66=
,
but that's easily fixed with hdparm). The real bottleneck on my server is m=
y
cable modem, with only 384kbps upstream (4mbps downstream though).

But I digress. As long as the server can handle it, there shouldn't be any
problems, and in some cases, it might turn out better, and the programs can
then use sockets instead of ports to communicate with each other (which
would be the case of a web server with a seperate database server).

On 9/29/05, Uwe Thiem <uwix@iway.na> wrote:
>
> On 29 September 2005 19:05, Mark wrote:
> > Hi, I'm thinking of setting up a Gentoo server to host a few different
> > services, primarily a small web site on Apache, an Exim mail server, a
> > Halafax fax server and a Squid proxy server. I intend to put the machin=
e
> in
> > a DMZ to protect the internal network. At first glance, should these 4
> > packages play well together on the same piece of hardware? I'm very ope=
n
> to
> > suggestions, including separate hardware if it's necessary.
>
> They play along just fine.
>
> Uwe
>
> --
> 95% of all programmers rate themselves among the top 5% of all software
> developers. - Linus Torvalds
>
> http://www.uwix.iway.na (last updated: 20.06.2004)
> --
> gentoo-user@gentoo.org mailing list
>
>


--
- Mark Shields

------=_Part_5260_12391017.1128111309260
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I'll echo what <b>A. Khattri</b> said.&nbsp; I run one server, it
functions as a router, web, ftp, LAN portage mirror (thanks
http-replicator!), DNS proxy (dnsmasq), pop3(ssl), imap(ssl), smtp,
MySQL, PostgreSQL, and VNC server, in addition to Xorg.&nbsp; Runs just
fine.&nbsp; But it's also an Athlon XP 2400+ (2ghz, 133 mhz fsb *
15&nbsp; multiplier), 1gb of RAM (PC2100 DDR), and an old, faulty 40gb
hard drive (faulty in the respect that it reports the speed as UDMA44
to the BIOS, when in fact there is no such standard and it should be
UDMA66, but that's easily fixed with hdparm).&nbsp; The real bottleneck
on my server is my cable modem, with only 384kbps upstream (4mbps
downstream though).<br>
<br>
But I digress.&nbsp; As long as the server can handle it, there
shouldn't be any problems, and in some cases, it might turn out better,
and the programs can then use sockets instead of ports to communicate
with each other (which would be the case of a web server with a
seperate database server).<br><br><div><span class=3D"gmail_quote">On 9/29/=
05, <b class=3D"gmail_sendername">Uwe Thiem</b> &lt;<a href=3D"mailto:uwix@=
iway.na">uwix@iway.na</a>&gt; wrote:</span><blockquote class=3D"gmail_quote=
" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0=
.8ex; padding-left: 1ex;">
On 29 September 2005 19:05, Mark wrote:<br>&gt; Hi, I'm thinking of setting=
 up a Gentoo server to host a few different<br>&gt; services, primarily a s=
mall web site on Apache, an Exim mail server, a<br>&gt; Halafax fax server =
and a Squid proxy server. I intend to put the machine in
<br>&gt; a DMZ to protect the internal network. At first glance, should the=
se 4<br>&gt; packages play well together on the same piece of hardware? I'm=
 very open to<br>&gt; suggestions, including separate hardware if it's nece=
ssary.
<br><br>They play along just fine.<br><br>Uwe<br><br>--<br>95% of all progr=
ammers rate themselves among the top 5% of all software<br>developers. - Li=
nus Torvalds<br><br><a href=3D"http://www.uwix.iway.na">http://www.uwix.iwa=
y.na
</a> (last updated: 20.06.2004)<br>--<br><a href=3D"mailto:gentoo-user@gent=
oo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote></div><=
br><br clear=3D"all"><br>-- <br>- Mark Shields

------=_Part_5260_12391017.1128111309260--
-- 
gentoo-user@gentoo.org mailing list