| Author |
Message |
Scoby007 LP Regular

Joined: 24 Mar 2004 Posts: 879 Location: Ireland
|
Posted: Thu Nov 20, 2008 10:12 am Post subject: Setting up a small home server |
|
|
Hi Guys,
I am interested in trying my hand at setting up a small home server and wondering if any of the members have any tips or pointers or even a simple set by step guide to how to do this?
I really just want it as a point where I can centrally store files etc and if I need to access it remotely if possible.
Any ideas or advice would be great,
S |
|
| Back to top |
|
| |
LP-SolidRaven Evil Belgian Waffle

Joined: 06 Jun 2004 Posts: 7982 Location: Belgium
|
Posted: Thu Nov 20, 2008 11:51 am Post subject: |
|
|
How do you wish to access it?
If you intend to run it on Linux or FreeBSD (especially the latter seems to do extremely well for this type of task ) you should look into Samba for windows file shares I guess (assuming you use those).
If you're looking for a FTP server I advice you go with ProFTPD as it's not resource intensive and has a good security record. _________________ Dilly dally, shilly shally. |
|
| Back to top |
|
| |
Scoby007 LP Regular

Joined: 24 Mar 2004 Posts: 879 Location: Ireland
|
Posted: Fri Nov 21, 2008 4:37 am Post subject: |
|
|
| LP-SolidRaven wrote: | How do you wish to access it?
If you intend to run it on Linux or FreeBSD (especially the latter seems to do extremely well for this type of task ) you should look into Samba for windows file shares I guess (assuming you use those).
If you're looking for a FTP server I advice you go with ProFTPD as it's not resource intensive and has a good security record. |
thanks for the reply raven, well basically I have a spare machine at home and I thought it would be good to set it up as a small server and put it to use again. What I was thinking was one central point at my house where I could access files etc and also have the facility to access it remotely problem is I am not sure how to go about setting this up from scratch?
Any ideas
S |
|
| Back to top |
|
| |
Necromis Does it ever end?

Joined: 11 Apr 2005 Posts: 1230 Location: USA
|
Posted: Fri Nov 21, 2008 7:52 am Post subject: |
|
|
| one thing I can also point out is you will need a static IP address from your internet provider. |
|
| Back to top |
|
| |
Scoby007 LP Regular

Joined: 24 Mar 2004 Posts: 879 Location: Ireland
|
Posted: Fri Nov 21, 2008 12:31 pm Post subject: |
|
|
| Necromis wrote: | | one thing I can also point out is you will need a static IP address from your internet provider. |
And do ISP provide a static IP free of charge
S |
|
| Back to top |
|
| |
Necromis Does it ever end?

Joined: 11 Apr 2005 Posts: 1230 Location: USA
|
Posted: Fri Nov 21, 2008 2:45 pm Post subject: |
|
|
| typically they should. You just have to request it. They don't normally get a high number of requests of that type due to the fact that most people just need internet access out, not static access in. |
|
| Back to top |
|
| |
Scoby007 LP Regular

Joined: 24 Mar 2004 Posts: 879 Location: Ireland
|
Posted: Fri Nov 21, 2008 4:16 pm Post subject: |
|
|
| Necromis wrote: | | typically they should. You just have to request it. They don't normally get a high number of requests of that type due to the fact that most people just need internet access out, not static access in. |
Cool thanks for that......do u have any ideas how I would progress with getting a small home server set up?
S |
|
| Back to top |
|
| |
Xtreme $niper Lifeless Person
Joined: 29 Mar 2005 Posts: 1766 Location: Canada
|
Posted: Sat Nov 22, 2008 10:23 am Post subject: |
|
|
Well he would only need a static IP address if he's planning on accessing his storage from a remote location. If he's doing all this stuff strictly within his LAN then all he needs is to set his router to give that particular workstation/server a specific ip address that the rest of the network can access. _________________ Come visit Shattered Abstracts! (Photoblog!) |
|
| Back to top |
|
| |
krt ...

Joined: 11 Jan 2005 Posts: 4977 Location: Down Under
|
Posted: Sun Nov 23, 2008 12:58 am Post subject: |
|
|
| Xtreme $niper wrote: | | Well he would only need a static IP address if he's planning on accessing his storage from a remote location. If he's doing all this stuff strictly within his LAN then all he needs is to set his router to give that particular workstation/server a specific ip address that the rest of the network can access. |
He wrote: "and if I need to access it remotely if possible."
Also note that dynamic DNS is an option if you can't or don't want a static IP. |
|
| Back to top |
|
| |
Xtreme $niper Lifeless Person
Joined: 29 Mar 2005 Posts: 1766 Location: Canada
|
|
| Back to top |
|
| |
Necromis Does it ever end?

Joined: 11 Apr 2005 Posts: 1230 Location: USA
|
Posted: Mon Nov 24, 2008 7:46 am Post subject: |
|
|
| if I was going to do it. I would probably make sure all the PCs are running XP and not Vista. You can then link all the local ones via wired or wireless router. I would also try a Remote desk top software and do port forwarding on the router so that it only allows it to go to the file storage PC not the others. You wouldn't even need to keep a monitor/mouse/keyboard attached to the server PC since it would be a network drive for the other PCs. |
|
| Back to top |
|
| |
krt ...

Joined: 11 Jan 2005 Posts: 4977 Location: Down Under
|
Posted: Mon Nov 24, 2008 9:54 pm Post subject: |
|
|
I might do this with an old P4.
Some things I've been thinking about:
Minimizing power usage and reducing noise:
- removing the graphics card after install and SSH in for the odd task
- underclocking the CPU
- removing any other clutter, including ports, optical drives
Operation
- running Linux for ease of setting up a server, monitoring and scheduling, I plan on having it download stuff (normal files, torrents, usenet stuff) during the night which is our "off peak" in Australia where we have a near reasonable download cap
Other
- Connect it to the router through an ethernet cable
- Have the router send data to it for bandwidth logging (another thing Linux will be helpful for to make life easier - the reason is to log bandwidth to make sure I know where our miniscule download cap gets used and by what)
- Backup or sync system (similar to Apple's Time Capsule) |
|
| Back to top |
|
| |
Scoby007 LP Regular

Joined: 24 Mar 2004 Posts: 879 Location: Ireland
|
Posted: Sun Dec 07, 2008 5:35 pm Post subject: |
|
|
Hi Guys, thanks for all the advice so far - I have tried a set up tonight but have seem to be getting nowhere. What I have done is I have set up an old PC and conected it to my router - I have downloaded and installed Apache HTTP and have installed it as when I check my local host I get the message it works. Now here is where I am getting stuck. What I ideally what do to is I want this PC to act as my server and want to be able to save files from other machines onto it and access it and so forth. When I go to my laptop and enter my Ip address all I get it my router configration panel can anyone give me some advice to what I need to do next now that I have Apache HTTP installed so I can get it set up so I can use this other machine as a small home server
S |
|
| Back to top |
|
| |
LP-SolidRaven Evil Belgian Waffle

Joined: 06 Jun 2004 Posts: 7982 Location: Belgium
|
Posted: Mon Dec 08, 2008 7:14 am Post subject: |
|
|
You'll need a SSHd (ssh client & server comes pre-installed on most modern distros). Additionally use your package manager to install server software, makes life a little bit easier  _________________ Dilly dally, shilly shally. |
|
| Back to top |
|
| |
Scoby007 LP Regular

Joined: 24 Mar 2004 Posts: 879 Location: Ireland
|
Posted: Mon Dec 08, 2008 7:24 am Post subject: |
|
|
| LP-SolidRaven wrote: | You'll need a SSHd (ssh client & server comes pre-installed on most modern distros). Additionally use your package manager to install server software, makes life a little bit easier  |
Thanks for the reply in relation to what you have said "most modern distros" what does this mean is this something which can be done with Apche?
And where would I find the package manager feature?
S |
|
| Back to top |
|
| |
|
|
|