Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Setting up a Debian 7 server

  1. #1
    Join Date
    Nov 2007
    Location
    US
    Beans
    51
    Distro
    Ubuntu 18.04 Bionic Beaver

    Setting up a Debian 7 server

    I have some general questions about setting up a Debian 7 server for home use. I was going to build a server using old hardware but today someone gave me an older Dell Pentium 4 1.8ghz system with 1.5Gb RAM, 80GB hard drive, and 10/100 NIC. I assume this would be enough to run Debian server but I was wondering if there would be any advantage to using something like a dual CPU motherboard. I could also get a case that will hold multiple hard drives should I decide to go with a RAID array.

    The main thing I would use the server for would be as a proxy/firewall but I would also like to learn some Apache and MYSQL administration. I won't be using it to do any "real work" but I also don't want it running so slow that it's a pain to use. I don't mind spending a little money if it would make a difference. For instance, I have a basic D-Link broadband router (EBR-2310) that I'll be using to connect another desktop and laptop. Do you think this would be enough or should I purchase a more powerful home router/switch?

    I'll also be using this to study for the Linux+ exam and I've heard that there are a lot of questions on the exam about older hardware so I was thinking of going with three or more older SCSI drives just to learn, maybe even SCSI tape drive for backup. For those of you who have taken the exam, do you think this would be a good idea? I would need to install a SCSI card as the Dell motherboard only has IDE. Maybe going with SATA RAID would be suficient?

    Also, does anyone know of a good book on Debian administration? I've been searching and so far the only thing that looked good was the O'Reilly book.
    Last edited by Jaraxle; July 13th, 2013 at 01:56 AM.

  2. #2
    Join Date
    Nov 2007
    Location
    US
    Beans
    51
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Setting up a Debian 7 server

    Also, I've heard some people say that FreeBSD makes the best proxy/firewall server. What is your opinion? It seems to me that Debian should be able to do anything BSD can do. Maybe FreeBSD is slightly more secure?

    Thanks in advance.

  3. #3
    Join Date
    Aug 2005
    Beans
    6,024

    Re: Setting up a Debian 7 server

    pFsense

  4. #4
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Setting up a Debian 7 server

    Quote Originally Posted by mips View Post
    pFsense
    That's my favorite firewall, but there are others out there.

    http://www.debian-administration.org/
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  5. #5
    Join Date
    Nov 2007
    Location
    Wisconsin
    Beans
    1,139

    Re: Setting up a Debian 7 server

    Quote Originally Posted by Jaraxle View Post
    older Dell Pentium 4 1.8ghz system with 1.5Gb RAM, 80GB hard drive, and 10/100 NIC. I assume this would be enough to run Debian server
    [...]
    The main thing I would use the server for would be as a proxy/firewall
    That system is powerful enough for the intended use. That system seems powerful enough for lots of non-GUI uses.
    Generally, I recommend a low-power, fanless system for such use. I find the fan noise and extra power consumption annoying. However, free is a very good price....

    I also recommend against putting experimental services on a network-essential (proxy/firewall/router/gateway) system. A failure in the experimental service could bring down your network...and without a network how will you look up how to fix the problem? I find I'm much less likely to experiment if I'm worried about bringing down the network.

  6. #6
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Setting up a Debian 7 server

    Quote Originally Posted by Cheesehead View Post
    That system is powerful enough for the intended use. That system seems powerful enough for lots of non-GUI uses.
    Generally, I recommend a low-power, fanless system for such use. I find the fan noise and extra power consumption annoying. However, free is a very good price....

    I also recommend against putting experimental services on a network-essential (proxy/firewall/router/gateway) system. A failure in the experimental service could bring down your network...and without a network how will you look up how to fix the problem? I find I'm much less likely to experiment if I'm worried about bringing down the network.
    +1 to both points. I originally run a Ubuntu 9.04 box with webmin as my router/firewall... it was big, noisy and used a ton of power, so I went back to using a normal router.

    If I wanted to do it again, I'd probably run something like a Raspberry Pi (with a USB NIC) or the equivalent.

    It is a general rule of thumb to only run essential services on a gateway/router/firewall appliance. Anything more gives you greater attack surface and more potential breakage due to updates.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  7. #7
    Join Date
    Nov 2007
    Location
    US
    Beans
    51
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Setting up a Debian 7 server

    Thank you all for the advice. The first thing I did was check to see if the fan or hard drive was noisy because that's something that I also hate. Both seem really quite but I think I will install a higher quality third party fan. Was also thinking of trying to load Debian from a USB flash drive but I don't know how well that would work.

    Where would someone find a fanless system? I'm interested but I'm not familiar with that. Would that be a kind of network appliance?

    I think if I decide to setup an Apache/MySQL server or something, I will first get another system and try to create a DMZ. Something cheap, but I'm thinking Debian 7 firewall, web server or something expiremental, FreeBSD firewall.

    If I may ask another question (before I start reading about Debian administration): would it help to use dual network cards in the server?

  8. #8
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Setting up a Debian 7 server

    If you are going to use the server for a router/firewall, two NICs is a must.

    For fanless systems, you may want to start here..

    As a side note, I'm using an ancient Apple G3 (350Mhz cpu, 384MiB ram) and running Debian stable as an mp3 player, it automatically mounts the music directory on my server via NFS, and uses mpg321 and randomplay which also starts automatically when the system is turned on.
    Last edited by cariboo; July 12th, 2013 at 04:23 AM.

  9. #9
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Setting up a Debian 7 server

    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  10. #10
    Join Date
    Jun 2008
    Location
    Tennessee
    Beans
    3,421

    Re: Setting up a Debian 7 server

    My server runs Debian 7, and does much more than that on less hardware than that. Hardware should be fine.

    If you're new to this, though, I wouldn't recommend starting out with a firewall machine. The Internet is full of script kiddies looking for misconfigured Linux boxes to crack; it takes a bit of care and know-how to really lock one down, and that's going to add another layer of confusion to what you're doing.

    If you just want a proxy for caching or content filtering, you can do that behind the router just as well (this is what my server does, among other things).

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •