Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Cheap, small, and quiet hardware?

    Scheduled Pinned Locked Moved Hardware
    17 Posts 8 Posters 15.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      robi
      last edited by

      Get a Neoware thin client from eBay. It runs pfSense perfectly, and can process your bandwidth without any problems.

      Clone description here.

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        @lachesis:

        Also, I have a EPIA-EK1000G lying around, with a gig of DDR installed. I've never tried to power it on. Might be a potential choice.

        It doesn't get cheaper than something you already have. Looks like a good candidate, dual NIC and has VIA padlock which will boost OpenVPN considerably. It should handle a 100/20 WAN connection without a problem if you aren't running packages.

        You would need aditionally:
        A case. You could do without a case but that's probably unwise!
        Storage. Any old HD will do or use a CF card in an IDE adapter.
        A PSU. You can use any power supply since this board draws only 19W but you will get much better efficiency using a DC-DC PSU such as the picoPSU.

        Steve

        1 Reply Last reply Reply Quote 0
        • R
          robi
          last edited by

          @stephenw10:

          @lachesis:

          Also, I have a EPIA-EK1000G lying around, with a gig of DDR installed. I've never tried to power it on. Might be a potential choice.

          It doesn't get cheaper than something you already have. Looks like a good candidate, dual NIC and has VIA padlock which will boost OpenVPN considerably. It should handle a 100/20 WAN connection without a problem if yopu aren't running packages.

          Fully agree.

          1 Reply Last reply Reply Quote 0
          • L
            lachesis
            last edited by

            @stephenw10:

            @lachesis:

            Also, I have a EPIA-EK1000G lying around, with a gig of DDR installed. I've never tried to power it on. Might be a potential choice.

            It doesn't get cheaper than something you already have. Looks like a good candidate, dual NIC and has VIA padlock which will boost OpenVPN considerably. It should handle a 100/20 WAN connection without a problem if you aren't running packages.

            You would need aditionally:
            A case. You could do without a case but that's probably unwise!
            Storage. Any old HD will do or use a CF card in an IDE adapter.
            A PSU. You can use any power supply since this board draws only 19W but you will get much better efficiency using a DC-DC PSU such as the picoPSU.

            Steve

            Yeah, I got it powered up and running last night with a 125W ATX psu that I had lying around and the nanobsd build of pfsense on a 4gb flash drive. It already has a case and some sort of DC-DC PSU, although it's much beefier than a picoPSU - about 1/2 the size of the board. I picked up a 60W DC power adapter on eBay which should fit the barrel plug. Now I just need to come up with a permanent storage solution. Will nanoBSD eat my flash drive?

            Thanks for all your suggestions, guys. I was a bit nervous posting such a common question as "where do I get cheap hardware?" but nobody flamed me. :)

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              @lachesis:

              Will nanoBSD eat my flash drive?

              Nope, NanoBSD is especially designed to run from flash drives. It runs almost entirely from RAM and mounts the filesystem as readonly most of the time.
              http://www.freebsd.org/doc/en/articles/nanobsd/article.html#intro

              Steve

              1 Reply Last reply Reply Quote 0
              • A
                asterix
                last edited by

                Quick question on nanoBSD before this thread dies. Can I install all the heavy packages with no logging.. like Snort, Squid (null cache config), Dans..etc and still be able to run everything ?

                1 Reply Last reply Reply Quote 0
                • P
                  phil.davis
                  last edited by

                  @asterix:

                  Quick question on nanoBSD before this thread dies. Can I install all the heavy packages with no logging.. like Snort, Squid (null cache config), Dans..etc and still be able to run everything ?

                  Yes, as long as the system has enough real memory.
                  e.g. Alix 2D13 with only 256MB is not enough - when interfaces go up/down, events happen that cause check_reload_status to do a bunch of stuff and the system needs enough spare memory to run a few extra processes, so you can't keep installing packages to fill up 90% of the real memory.
                  I suspect that 512MB might also prove to be insufficient for the above packages, which rules out the 512MB memory Soekris low-power boxes. Please comment if you have experience of that.
                  I am hoping that the new Alix board for 2013 will be an option soon - http://forum.pfsense.org/index.php/topic,59555.0.html

                  As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
                  If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    The only packages that can't be installed are marked 'noembedded true' in package list:
                    http://www.pfsense.org/packages/pkg_config.8.xml.

                    Thus packages that can't be installed on Nano are:
                    pure-ftpd
                    ntop
                    FreeSWITCH
                    Lightsquid
                    phpSysInfo

                    Of course there is a difference between 'will install' and 'runs well'.  ;)

                    Steve

                    1 Reply Last reply Reply Quote 0
                    • A
                      asterix
                      last edited by

                      Hmm.. so could I install a nano image using a USB drive on to a 8GB CF like the memstick version that can be loaded to a typical hdd? the CF  would be the real drive for it but would just need USB to boot and install it to CF. Can this be done?

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        Not quite sure what you mean.
                        Usually you just write the nanobsd image directly to the CF card using some external device like a usb card reader.

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • A
                          asterix
                          last edited by

                          Ahh is it. So I just put the image on the CF card and it will boot?

                          1 Reply Last reply Reply Quote 0
                          • P
                            phil.davis
                            last edited by

                            Yep, an image with 2 bootable partitions (plus a partition for the config) is written. So you can even go back and forth if an upgrade is troublesome.
                            Instructions here: http://doc.pfsense.org/index.php/HOWTO_Install_pfSense

                            As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
                            If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.