• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need advice establishing a web server

bladephoenix

Senior member
Hello. I am trying to establish a dedicated web server in my home, to host an online portfolio webpage. I am kind of a newbie at this, and am doing this more or less as an experiment of my own and would appreciate any feedback or advice. I will try to explain briefly what I know so far:

I recently learned of a friend of mine who was able to establish his own domain hosting by rigging a old Pentium 90 to his home network. With that Pentium 90, he installed Linux and was able to use it as an adequate web server.

Also, he was able to make his own router by using a pre-pentium computer (386/486 - not sure). This "router" has no hard-drive - only a motherboard, memory, two network cards (one for input and one for output) and a floppy drive from which the system boots from (no keyboard or monitor was necessary either once everything was setup). The DSL modem is hooked up to this "router", which in turn is hooked up to a hub, where it then branches off to all his computers (the web server with Linux, and his Cyrix computer with Windows 2KPro). Using this method he was able to make a fully programable router-like setup. The other advantages were that he was able to immune his network to Windows-based virus attacks since the gateway was a linux based machine, and was able to use fully open-source and free networking software.

I wanted to do something like this, so I am emulating this technique. I recently aquired a 486 machine at a garage sale for $1.50 to act as a router, however, he mentioned that buying a Penium 90 might not be adequate for my web server (I will be having some streaming video for my demo reel). My question is what kind of computer should I buy that would be adequate for streaming video? (I am trying to keep everything within $15 - $25). I already have 2 extra networking cards and a hub. Are there any issues that I should be aware of with this setup? Thanks in advance for any help.

 
As for the web server, we have no idea what advice to give without knowing what kind of loads its going to have (i.e. how many people accessing at same time). I'm guessing it's going to be pretty minimal, and as such, a P90 is perfectly adequate.

For the router, pay the $35 for a hardware based router. All the new ones are reliable and have excellent configuration tools. It's not worth the electricity to run a full computer just for this.
 
I have been running a webserver out of my house for a long while now.
This is what i do:
DSL modem is hooked into a Compaq ProLiant 1600 (dual PII 450) This server runs windows 2000 server and has proxy software to allow the other networked computers to have internet. This server also has internet caching to 3 4.5GB 10k rpm SCSI drives on RAID-0. This server has also software for port forwarding to my web server for port 80 requests. The software detects incoming requests for port 80, and forwards them to the local IP of the web server. The webserver, which is also a domain controller and a file server, is a Compaq ProLiant 6500 with 4 P3 Xeon 500Mhz processors. I use dyndns.org for free domain names and host alot of different crap out of my home. The only toubles are the 30kbs upstream speed cap. And a less than reliable DSL line.

Dont use a pentium 90.....dont use quad xeons either, try maybe....a single PII 400. The proxy software i use (proxy +) is only 39.00 to register. And the port forwarding is free from analogX. Why not just get/make a good 'server' and make it the router AND web server.
I have 3 more compaq servers sitting around, PM me if your interested.
 
Back
Top