* [gentoo-user] Multi-services box @ 2005-09-29 17:05 Mark 2005-09-29 17:15 ` A. Khattri ` (2 more replies) 0 siblings, 3 replies; 7+ messages in thread From: Mark @ 2005-09-29 17:05 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 526 bytes --] 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 machine 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 open to suggestions, including separate hardware if it's necessary. Thanks! -- Mark [unwieldy legal disclaimer would go here - feel free to type your own] [-- Attachment #2: Type: text/html, Size: 556 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Multi-services box 2005-09-29 17:05 [gentoo-user] Multi-services box Mark @ 2005-09-29 17:15 ` A. Khattri 2005-09-29 17:25 ` John Jolet 2005-09-29 18:00 ` Uwe Thiem 2 siblings, 0 replies; 7+ messages in thread From: A. Khattri @ 2005-09-29 17:15 UTC (permalink / raw To: gentoo-user On Thu, 29 Sep 2005, 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 machine in > a DMZ to protect the internal network. At first glance, should these 4 > packages play well together on the same piece of hardware? Why not? I have one machine doing web, email, IMAP/POP3, DNS, FTP and MySQL. My one caveat would be to make sure its not more load than the hardware can handle. -- -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Multi-services box 2005-09-29 17:05 [gentoo-user] Multi-services box Mark 2005-09-29 17:15 ` A. Khattri @ 2005-09-29 17:25 ` John Jolet 2005-09-29 18:00 ` Uwe Thiem 2 siblings, 0 replies; 7+ messages in thread From: John Jolet @ 2005-09-29 17:25 UTC (permalink / raw To: gentoo-user On Thursday 29 September 2005 12: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 machine 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 open to > suggestions, including separate hardware if it's necessary. sure, however, I wouldn't dmz the whole box...just forward the ports you need... > > Thanks! > > -- > Mark > [unwieldy legal disclaimer would go here - feel free to type your own] -- John Jolet Your On-Demand IT Department 512-762-0729 www.jolet.net john@jolet.net -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Multi-services box 2005-09-29 17:05 [gentoo-user] Multi-services box Mark 2005-09-29 17:15 ` A. Khattri 2005-09-29 17:25 ` John Jolet @ 2005-09-29 18:00 ` Uwe Thiem 2005-09-30 20:15 ` Mark Shields 2 siblings, 1 reply; 7+ messages in thread From: Uwe Thiem @ 2005-09-29 18:00 UTC (permalink / raw To: gentoo-user 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 machine 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 open 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Multi-services box 2005-09-29 18:00 ` Uwe Thiem @ 2005-09-30 20:15 ` Mark Shields 2005-10-01 1:06 ` Christoph Gysin 0 siblings, 1 reply; 7+ messages in thread From: Mark Shields @ 2005-09-30 20:15 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1816 bytes --] 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, in 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 my 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 machine > 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 open > 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 [-- Attachment #2: Type: text/html, Size: 2252 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Multi-services box 2005-09-30 20:15 ` Mark Shields @ 2005-10-01 1:06 ` Christoph Gysin 2005-10-01 17:53 ` Mark Shields 0 siblings, 1 reply; 7+ messages in thread From: Christoph Gysin @ 2005-10-01 1:06 UTC (permalink / raw To: gentoo-user Mark Shields wrote: > 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). Actually, there was a UDMA44 standard. It's defined in ATA-5 (Ansi NCITS 340-2000), tough I've never heard of hardware supporting only UDMA44... Christoph -- echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org@fr33z3 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Multi-services box 2005-10-01 1:06 ` Christoph Gysin @ 2005-10-01 17:53 ` Mark Shields 0 siblings, 0 replies; 7+ messages in thread From: Mark Shields @ 2005-10-01 17:53 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 765 bytes --] Ah well, I stand corrected. I at least had never heard or seen a UDMA44 standard in a BIOS setting or otherwise. This hard drive, btw, sustained physical damage (dropped while on). Long story on that one. On 9/30/05, Christoph Gysin <cgysin@gmx.ch> wrote: > > Mark Shields wrote: > > 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). > > Actually, there was a UDMA44 standard. It's defined in ATA-5 (Ansi NCITS > 340-2000), tough I've never > heard of hardware supporting only UDMA44... > > Christoph > -- > echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org@fr33z3 > -- > gentoo-user@gentoo.org mailing list > > -- - Mark Shields [-- Attachment #2: Type: text/html, Size: 1140 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-10-01 18:01 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-09-29 17:05 [gentoo-user] Multi-services box Mark 2005-09-29 17:15 ` A. Khattri 2005-09-29 17:25 ` John Jolet 2005-09-29 18:00 ` Uwe Thiem 2005-09-30 20:15 ` Mark Shields 2005-10-01 1:06 ` Christoph Gysin 2005-10-01 17:53 ` Mark Shields
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox