element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum A Single Board Computer as a home network server?
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Single-Board Computers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 2 replies
  • Subscribers 57 subscribers
  • Views 1989 views
  • Users 0 members are here
Related

A Single Board Computer as a home network server?

spoonsphere
spoonsphere over 12 years ago

Greetings!

 

We have a few computers in our home (the number being used simultaneous varies, but generally does not exceed 6).

 

I would like to set up a single board computer running some linux distribution (I'm most familiar with RHEL/CentOS, but am not opposed to running Ubuntu, etc.) to provide the following services.

* DHCP (isc-dhcp-server)

* DNS (bind)

* Proxy (squid)

* File Sharing (samba)

* Database (mysql)

* Web (apache / php)

* FTP (vsftpd)

* TFTP (tftpd)

* Version Control (subversion)

* Remote syslog (syslog)

 

Most of this will be pretty light weight.  The file sharing and proxy server may be a little i/o and network intensive at times.

 

I don't think the Raspberry Pi will be powerful enough.  I wonder whether the Beaglebone Black running Ubuntu with USB attached storage might be able to handle these requirements.  Or perhaps the InForce IFC6410?

 

Another option is an Intel NUC solution running a Core i3 processor.  Cost aside, this will prove more powerful than the aforementioned solution.  It will also be more turnkey - I know I can slap CentOS on there and it will just work, whereas the Beaglebone Black and the IFC6410 will require more work to get set up.  One concern about the NUC is that it has more parts, which provides more opportunity for something to go wrong.

 

For the file server, I know another option is to implement a solution from QNAP or Synology.  I wouldn't want to do a NUC and one of these file servers - I can't have cost move that far aside.

 

Any suggestions or thoughts you have on this would be kindly appreciated.

 

Please let me know if you have any questions.

 

Thanks!

-s

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    0 Former Member over 12 years ago

    I do all of that and more on a little Intel Atom 230 today and it's proven to be more than capable.  You're right to think that it will be more work to get things running on an Arm board (any arm board), but if you're ok with Debian then most of them have access to some variation of Debian already. Other distros can be more troublesome.

     

    Today I'd say the only real reason to go for an Arm board is if you want to reduce power consumption. Once you've made that decision you then have to decide on what compromises in performance you're willing to make to meet your power consumption goal.

     

    The one thing to keep in mind when looking at Arm boards is that they typically don't have lots of memory, so full desktop distros with all of the junk they drag along for the ride may be wasting what resources are available. Especially things like mysql and subversion will do better with more memory. If possible I'd suggest moving your version control to git, I find it's generally faster than svn and uses less resources and so performs better on lower end hardware.

     

    The last thing to note is that a lot of the Arm boards want to have the OS booting from SDcard. If you're at all interested in performance, try to avoid that. SDcards are usually optimised for very different uses than general OS boot disk and can be a real performance limiter. I've finally got several embedded boards booting from SATA and the difference is amazing.

     

    As Morgaine says, boards with gigabit ethernet & sata are few and far between. Then, depending on where in the world you are, you find it can be less than easy to source them, or that a notionally $100 board becomes $300 by the time it gets to you.  If the cost of the Arm board exceeds a cheap mini-itx Atom, then you have to start seriously examining what the reasons are for chosing one.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 12 years ago

    I do all of that and more on a little Intel Atom 230 today and it's proven to be more than capable.  You're right to think that it will be more work to get things running on an Arm board (any arm board), but if you're ok with Debian then most of them have access to some variation of Debian already. Other distros can be more troublesome.

     

    Today I'd say the only real reason to go for an Arm board is if you want to reduce power consumption. Once you've made that decision you then have to decide on what compromises in performance you're willing to make to meet your power consumption goal.

     

    The one thing to keep in mind when looking at Arm boards is that they typically don't have lots of memory, so full desktop distros with all of the junk they drag along for the ride may be wasting what resources are available. Especially things like mysql and subversion will do better with more memory. If possible I'd suggest moving your version control to git, I find it's generally faster than svn and uses less resources and so performs better on lower end hardware.

     

    The last thing to note is that a lot of the Arm boards want to have the OS booting from SDcard. If you're at all interested in performance, try to avoid that. SDcards are usually optimised for very different uses than general OS boot disk and can be a real performance limiter. I've finally got several embedded boards booting from SATA and the difference is amazing.

     

    As Morgaine says, boards with gigabit ethernet & sata are few and far between. Then, depending on where in the world you are, you find it can be less than easy to source them, or that a notionally $100 board becomes $300 by the time it gets to you.  If the cost of the Arm board exceeds a cheap mini-itx Atom, then you have to start seriously examining what the reasons are for chosing one.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube