Slashdot Mirror


Ask Slashdot: Is There Space For Open Hardware In Networking?

New submitter beda writes: Open hardware has got much attention with the advent of Raspberry Pi, Arduino and their respective clones. But most of the devices are focused either on tinkerers (Arduino) or most notably multimedia (Raspberry Pi). However, there is not much happening in other areas such as home routers where openness might help improve security and drive progress. Our company (non-profit) is trying to change this with Turris Omnia but we still wander if there is in fact demand for such devices. Is the market large enough and the area cool enough? Are there enough people who would value open hardware running open software even with a higher price tag? Any feedback would be most valued.

83 of 121 comments (clear)

  1. And by no, I mean yes. Is there space, sure, maybe consumer grade. Is it useful (beyond consumer grade? Probably not.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    1. Re:No by msauve · · Score: 2

      Beyond which, it already exists. Soekris is an example. Not "open hardware" for the design itself, but open in the sense that it supports open software development (e.g. on FreeBSD, NetBSD, OpenBSD and Linux).

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    2. Re:No by Archangel+Michael · · Score: 2

      Well, to be fair, good networking would require an ASIC designed for networking. It may in fact actually exist, but I haven't found any (haven't looked) and there would be other parts that need to be open for me to consider it "Open Hardware". There are plenty of commodity parts to build a semi-open networking stack, but those are all closed source hardware components.

      The question is, how "open" is open?

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    3. Re:No by Lorens · · Score: 1

      There's Openswitch: http://www.openswitch.net/ but I don't think the hardware is open. The example at LinuxCon was an Accton switch, controlled by OpenSwitch running on an embedded board.

    4. Re:No by ArmoredDragon · · Score: 1

      IMO it's going to be hard to do any open network hardware going forward unless you start designing ASICs. Even gigabit routers (which are technically gigabit layer 3 switches) need an ASIC in order to fully saturate your WAN bandwidth if you are with a gig provider.

    5. Re:No by amorsen · · Score: 1

      Even gigabit routers (which are technically gigabit layer 3 switches) need an ASIC in order to fully saturate your WAN bandwidth if you are with a gig provider.

      Gigabit is reasonably trivial to do in software if you have a half-decent CPU. Get a OneAccess 1645 or a Juniper SRX220 and you are good to go. Yes, you can overwhelm at least the latter with 64-byte packets, but why would you do that? Both are using fairly lousy CPU's.

      If you go Intel, it is difficult to find a processor slow enough that it would not route 1Gbps, even if you look at CPU's intended for tablets. Perhaps one of the really low-end phone processors.

      --
      Finally! A year of moderation! Ready for 2019?
    6. Re:No by msauve · · Score: 2

      If you check out the product mentioned in the summary (Turris Omnia), they call it "open source hardware," but there's no schematic or reference design offered or even promised, they don't mention what if any network ASICs it uses - so how is it "open hardware?" Their previous offering, "Router Turris," despite having a reference design and being claimed as "open source hardware", used the Qualcomm QCA8337N-AL3C, so it isn't really open hardware, either, and is much more closed than hardware which doesn't require binary blobs to work (well). If I document a Juniper SRX in a box with an Arduino connected to its console port, can I then call it "open source hardware?"

      Broadcom has the lion's share of the market for network ASICs, and is very much a closed environment. So, there you'd find all sorts of binary blobs. The Soekris' (there are no doubt similar ones from others) are really embedded PCs, with good open source driver support much like a PC. But they provide more ports with lower power, smaller footprint, and lower cost than trying to configure a PC for anything but the simplest routing. Soekris' uses the Intel 82574L Ethernet IC, which is supported by the open source e1000e driver.

      It's not clear what the use case is (in the near term) for home routing with multi-GB throughput. Isn't firewall/NAT/VPN the main need, with non-routing/bridging services (DHCP, DNS, print/file sharing etc.) tacked on for convenience since consumers seem to think that "routers" do more than divide broadcast domains.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    7. Re:No by msauve · · Score: 1

      "which are technically gigabit layer 3 switches"

      No, technically they're routers (or gateways, if you want to use the IETF term). Switches are multiport bridges. "L3 switch" is a marketing term, created when wirespeed routing in hardware became available, in order to market them as having throughput comparable to switches.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    8. Re:No by bored · · Score: 1

      I'm sort of going to second this too, I have an OpenRD which is using a slightly older version of the Marvell CPU. The docs initially appear open, but I quickly ran into a number of cases where they wanted me to sign an NDA to get the full documentation covering the information I needed.

      Basically, all the useful information is not in the public tech docs...

    9. Re:No by TWX · · Score: 1

      Gigabit on two ports is not the same as Gigabit on twelve ports or more.

      --
      Do not look into laser with remaining eye.
    10. Re:No by David_Hart · · Score: 1

      "which are technically gigabit layer 3 switches"

      No, technically they're routers (or gateways, if you want to use the IETF term). Switches are multiport bridges. "L3 switch" is a marketing term, created when wirespeed routing in hardware became available, in order to market them as having throughput comparable to switches.

      What he said...

      Layer 3 switches are technically routers. The difference is that a router is purposefully built with the necessary hardware to perform in hardware routing. Most switches that can perform layer-3 functions tend to do so in software or with the general purpose CPU. There are exceptions, of course, such as Cisco Supervisor blades for the 6500 switches which can have a MSFC with route processors, the PFC for netflow, etc. and the DFC with ASICS. However, they still tend to have a lower performance limit than dedicated router hardware.

    11. Re:No by beda · · Score: 1

      Their previous offering, "Router Turris," despite having a reference design and being claimed as "open source hardware", used the Qualcomm QCA8337N-AL3C, so it isn't really open hardware, either, and is much more closed than hardware which doesn't require binary blobs to work (well).

      You dismiss the previous boards as not being open hardware solely based on your conviction that the QCA8337N-AL3C requires binary blobs to run. However, this is not true, just check with the OpenWrt people.

    12. Re:No by gl4ss · · Score: 1

      thats the real question.

      how is your "open" thing more open than a pc with bunch of network cards?

      this sounds just like a slashvertisement, probably because it is. "would you buy our product?"

      --
      world was created 5 seconds before this post as it is.
    13. Re:No by msauve · · Score: 1

      "The difference is that a router is purposefully built with the necessary hardware to perform in hardware routing."

      No. A router interconnects connects broadcast domains, i.e. it works at layer 3. It doesn't matter if the routing occurs in hardware or software. An "L3 switch" is market speak for a router which can work at (close to) wirespeed, although in most cases is very limited in the protocols it can support (try to find a wirespeed DECnet router).

      Multiport bridges are called switches. The Kalpana was connected like a DELNI hub, but was called a switch because its operation is analogous to a crosspoint switch, it can forward unmodified frames between multiple ports simultaneously.

      When the term "L3 switch" came out there were already routers on the market which had multiple CPUs and were able to simultaneously forward between multiple ports. When routing moved into silicon so it could work at near wirespeed, they were marketed as L3 switches to imply they had the performance of a switch.

      In practice, most routers can also bridge (switch) between ports, so they can also act as switches. But "L3 switch" isn't technically correct for a unicast router, it has to modify the frames, so it's not switching them. Technically, a multicast router might be correctly called an L3 switch, but that's not a common distinction, and the term isn't used that way.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    14. Re:No by stoatwblr · · Score: 1

      "Most switches that can perform layer-3 functions tend to do so in software or with the general purpose CPU"

      Unless they happen to be based around something like the Broadcom Trident2 or newer.

      You're talking seriously old silicon that can only operate at L2

    15. Re:No by stoatwblr · · Score: 1

      "Broadcom has the lion's share of the market for network ASICs, and is very much a closed environment. "

      In the last decade they've gone from being sued for breaching GPL to being one of the most prolific contributors to the Linux kernel and have put a bunch of other stuff into GPL or BSD licensing.

      As long as Avago don't screw the pooch, it's entirely possible that they will move towards being more open on asics.

  2. Yes, please! by jddj · · Score: 1

    Particularly with the FCC racing to lock down router firmware, the market needs a player who will do the minimum the law requires, but provide as much freedom to tinker as possible.

    1. Re:Yes, please! by Holi · · Score: 1

      Well, the FCC is looking at locking down radios on the 5ghz spectrum, not routers per se.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    2. Re:Yes, please! by jddj · · Score: 1

      Of course, but for a manufacturer, this means "sign our updates and allow nothing else".

    3. Re:Yes, please! by Coren22 · · Score: 1
      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    4. Re:Yes, please! by houstonbofh · · Score: 1

      A click bait headline. It is all about the 5ghz spectrum. Unfortunatly, most wifi routers use that, so the practical result will be the same. However, Smallwall.org and t1n1wall.org and pfsense.org will all still work, and on cheaply available hardware. You can even get gigabit speeds on old retires desktops... Or close to it at 950 meg. http://smallwall.freeforums.ne...

    5. Re:Yes, please! by houstonbofh · · Score: 1

      Particularly with the FCC racing to lock down router firmware,

      Which is a damn good reason to separate the router and the WiFi. The FCC can not do shit about http://www.smallwall.org/ or http://www.pfsense.org/ or any other router that works better than most commercial offerings on old cheap retired desktops.

    6. Re:Yes, please! by stoatwblr · · Score: 1

      "You can even get gigabit speeds on old retires desktops..."

      Yes, at 70-90W power consumption, not 5-15

    7. Re:Yes, please! by houstonbofh · · Score: 1

      "You can even get gigabit speeds on old retires desktops..."

      Yes, at 70-90W power consumption, not 5-15

      Or the "cheaply available hardware" also mentioned at 5-15 watts... Talk about cherry picking.

  3. false premise by rubycodez · · Score: 4, Insightful

    Raspberry Pi is not an open, depends on closed source blobs in firmware and drivers. Stop spreading the lie

    1. Re:false premise by Anonymous Coward · · Score: 1

      Indeed. The Rpi is about as open, hardware-wise, as a gl-inet router (http://wiki.openwrt.org/toh/gl-inet/gl-inet). The only thing that makes these systems "open" is that they run Linux, give you root access right from the start, and encourage people to make their own software applications, OS, and hardware peripherals. Granted, this is much more than what one can expect from most manufacturers, but it doesn't make the hardware open. Still, looking at the apparent success of these 2 systems, I'd say there is plenty of space for more openness.

    2. Re:false premise by Anonymous Coward · · Score: 1

      Up isn't down. Red isn't blue. Black isn't white, either, but some shades of gray are closer to black than white. More choice, whatever the shade is gray, is always good. Stop spreading the counterproductive extremism. -PCP

    3. Re:false premise by Holi · · Score: 1

      How is that anymore open then a standard PC? Granted it is far more complicated but there is nothing stopping you from making your own PCIe cards.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    4. Re:false premise by amorsen · · Score: 1, Informative

      Raspberry Pi is a GPU with a CPU bolted on the side. The CPU is entirely dependent on the GPU, it cannot even boot without it. The GPU driver is fairly trivial; it mostly consists of stub calls to the firmware blob.

      The firmware blob is proprietary and closed, to the point that it even has restrictions on which instructions the GPU is allowed to use. You can buy an unlock code to remove the restrictions. Even Android devices are not that closed down in general.

      --
      Finally! A year of moderation! Ready for 2019?
    5. Re:false premise by houstonbofh · · Score: 1

      Raspberry Pi is not an open, depends on closed source blobs in firmware and drivers. Stop spreading the lie

      An Intel Atom motherboard is much more open, and MUCH more powerful. And more expensive. Cheap goes a long way, and that is a problem for the posters of this slashvertisement.

    6. Re:false premise by AmiMoJo · · Score: 2

      If you are referring to the MPEG decoding stuff, there is no restriction in the firmware that prevents it from working. It is merely that the RPi's creators require you to buy a licence to unlock the user land software that can make use of it because that is the agreement they signed with the manufacturer.

      Realistically, not even hard core guys like RMS care about CPU microcode and GPU firmware too much. Stallman's preferred Thinkpad X60 has an Intel CPU with non-free microcode, and an Intel GPU with non-free firmware. The hard drive has non-free firmware, the touchpad has non-free firmware, the USB controller has non-free firmware, the battery pack and charger have non-free firmware.

      The primary issue is distribution of blobs, he seems less bothered when the code is in a ROM.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    7. Re:false premise by rubycodez · · Score: 1

      Nobody points to a typical PC and says "THIS IS AN OPEN ARCHITECTURE". But for some reason they lie about the pi

    8. Re:false premise by amorsen · · Score: 1

      If you are referring to the MPEG decoding stuff, there is no restriction in the firmware that prevents it from working. It is merely that the RPi's creators require you to buy a licence to unlock the user land software that can make use of it because that is the agreement they signed with the manufacturer.

      This is simply wrong. The user land software is the same, the firmware functions are unlocked cryptographically. If it had been user land, cracks would have been available within hours of the release of the software.

      Who knows which firmware functions could be unlocked if you send the right cryptographic checksum to the firmware? Perhaps the send_ssh_key_to_NSA function? Unlikely, but it is also unlikely that anyone will ever find out.

      --
      Finally! A year of moderation! Ready for 2019?
  4. A lesson long ago taught and learned by bferrell · · Score: 1

    Good engineering is all about cost effective solutions, not whiz bang technologies.

    Translation:
    Just because it's "cool" (read that as PC, opensource etc) doesn't make it good engineering. If it's bad engineering (not cost effective), there is no place for it. period. If your price is higher because you think it's cool, go work for apple.

    1. Re:A lesson long ago taught and learned by vux984 · · Score: 1

      Just because it's "cool"

      "cool" isn't quite the objective here.

      (read that as PC, opensource etc)

      In this case read it as:

        secure, auditable, trustworthy...

      If it's bad engineering (not cost effective), there is no place for it. period.

      How do you measure "cost effective" in the context of releasing hardware that may have backdoors, security problems masked by non-disclosure, un-disclosed "features" the nominal "owners" find either undersirable or outright hostile, or even the simple risk of being held to the support or lack of support whims and pricing of the vendor?

    2. Re:A lesson long ago taught and learned by vux984 · · Score: 1

      Learn to quote, fucking idiot.

      No. I really should learn to preview.

      The issue is a simple typo; missing a / in the closing tag on one of the quote tag pairs. I'm as irritated as you by the result.

      I think /. should bloody well report when the formatting tags aren't balanced when I hit submit; and then i'd fix them. It already checks and rejects a bunch of other things (too many capitals, too much punctuation, too frequent....) Blocking unbalanced quote tags should be a no-brainer.

  5. Sure... by thevirtualcat · · Score: 1

    As long as it comes with service level agreements and support contracts and other such enterprise-related things.

    Or as long as it's the cheapest thing you can get at your local big box retailer.

  6. I'm here all night. Try the veal. by bmo · · Score: 1

    >but we still wander

    Maybe you need a road map?

    --
    BMO

  7. I'm excited, at least by JonathanP.Bennett · · Score: 1

    I saw the presentation at the OpenWrt Summit, and I got excited. I can't buy 10,000 units, but I'll probably start installing these by default wherever I can, assuming I can my hands on some at a price that works. I know I will run one at my house. =)

  8. Re:I'm here all night. Try the veal. by Chris+Mattern · · Score: 1

    Copyediting. It's a lost art.

  9. User opinion by sanf780 · · Score: 1

    From my point of view, upgrades on most home networks are gated by the ISPs. In my case, I do need a fibre to ethernet transducer that only talks to the company sanctioned WiFi router, that also has IP telephony embedded. I can add extra devices, but I cannot replace those two. It would be great to have a single device that does all of that, and that requires a single electrical plug and occupies a small volume at home. A modular approach would be great too, in that depending on how you get your internet at home, you get a different PHY module. But I know that what I am asking for costs a lot of money.
    And you do need to think about the antennas a lot. I can see how an Apple or Google branded router gets the "wife's approval", where latest Linksys monster does not. Visuals are also important, and a development board is not.
    So, no I do not see many things gained by having a PCB sitting on the loose on the table with antennas sticking everywhere and with flaky firmware that might or might not be supported in a years time.

  10. Re:I'm here all night. Try the veal. by Chris+Mattern · · Score: 1

    I was speaking about the world at large, really. I know Slashdot's never had copyediting.

  11. Maybe by DFDumont · · Score: 1

    I think there is a discrepancy between your intended audience, home users, and the skills necessary to take full advantage of this platform. I could use it, but then I could build one of my own as well. General consumers want something that serves a well understood purpose and which requires little interaction. I think if you tailored it to a specific purpose, say as a security device which filters Internet traffic which was also you main WiFi access point it would sell. Being simply an open platform means you are marketing to hobbyists and quite frankly your platform has no real differences from others.

  12. Selling point is missing. by Anonymous Coward · · Score: 1

    One of the larger selling points of open hardware and software is the cost benefit. Almost every example of open vs closed system has the open system costing less initially. Now, hiring a team of dweebs to go to fix your father in law's wifi would be nice, but I would not expect the extra cost to cover that. Does it?

  13. Wrong focus. by yoda-dono · · Score: 1

    Open hardware and software is great and could be very useful and successful in the router space, but you end off by teasing high prices though you were using Raspberry Pi and Arduino for comparisons. Those products are designed to be straightforward and cost not much more than necessary so as to spread adoption. If you plan on charging extra for the open aspect of what you plan to make (or if the cost is due to making hardware to compete with the high end router market; completely unclear which it is without clicking through), then you need to find something else to compare your product with. You say it is the router equivalent of Raspberry Pi and Arduino, people will think affordable, then laugh at you and walk away when they find out otherwise.

    But yes, a good, affordable networking solution that brings security through openness is always welcome; just approach it right (or maybe do something different than what we've settled with from router manufacturers, if you don't go the dirt cheap hardware route).

  14. Possible interest... by ErikTheRed · · Score: 1

    Our company provides networking services and we generally use Cisco gear, but we've been dipping our toes into some lower-end markets that can't afford $1,500 Internet routers. In order to consider something likes this, the main thing we would be interested in is build quality. It seems that most SOHO routers are designed right at the edge of their thermal safety envelopes, which leads to crashes and failures. Even if we don't want to spend $1,500 on a router we would still want something that is robust enough to be shoved into a poorly-ventilated cabinet and run happily on its own for five years, except for the occasional software upgrade. I'd happily pay $100 or even $200 for that level of stability.

    --

    Help save the critically endangered Blue Iguana
    1. Re:Possible interest... by houstonbofh · · Score: 2

      How about $250? http://www.mitxpc.com/proddeta...

      Intel chipsets, gigabit speeds, and fanless. And runs the successor to m0n0wall, so it will run for years.
      Or if you need more ports, they have more options.

  15. You have to do it right by mattventura · · Score: 1

    My main gripes with things like this are:
    1. Poor price/performance: I'm using a used atom board that I got for $65 with 4GB RAM included. It's hard to beat stuff like that in cost-efficiency.
    2. Proprietary cases and accessories: For the love of god, just make your board compatible with mini-ITX mounting holes so I can throw it in a plain old PC case if need be.
    3. Not enough support for niche accessories: can it fit a huge Compex wifi card? All that would require in most situations is having one of the mPCIe slots use a high-profile connector.
    4. Debugging/recovery/etc: I hope one of those headers on the board is for a serial port or it's going to suffer the classic "bad network config locked me out, time to reset and start over" unless you're booting off of mSATA (more expensive) or USB (which is going to be sticking out of the device rather than internal).
    I'll probably buy one anyway but I don't know if it would replace my main router.

  16. Routers may be only defense left for privacy by JoeyRox · · Score: 1

    With many modern OS's adding spying and telemetry features and then disabling all the tried and tested methods to bypass them it may wind up that the router is the only way to retain our digital privacy. So yes, I think open source networking has great utility.

    1. Re:Routers may be only defense left for privacy by houstonbofh · · Score: 2

      With many modern OS's adding spying and telemetry features and then disabling all the tried and tested methods to bypass them it may wind up that the router is the only way to retain our digital privacy. So yes, I think open source networking has great utility.

      True, but how is this better then the wealth of FOSS router projects our there now? SmallWall, t1n1wall, pfSense, OPNsense, BSDrp, OpenWRT, DDwrt, Untangle, or any *nix with routing turned on?

  17. Yeah, a cheap 10 gig switch. by swb · · Score: 1

    How long are they going to keep charging such ridiculous prices for 10 gig networking?

    10 gig copper has been out now longer than it took 1 gig copper to go from being "ooh, enterprise" expensive to being in every $499 laptop you could find. Yet they've managed to prop up 10 gig switch and NIC prices forever.

    Are 10 gig parts that complicated that they're staying so expensive for so long?

    Or are we waiting for the next big "ooh, enterprise" speed bump to come along?

    1. Re:Yeah, a cheap 10 gig switch. by amorsen · · Score: 2

      Are 10 gig parts that complicated that they're staying so expensive for so long?

      Yes. 10Gbase-T runs a complicated encoding which requires power-hungry processing. Note how you cannot buy a 10Gbase-T SFP+ module for love or money; the power/cooling budget of SFP+ does not permit it to exist. Yet you can trivially get optical SFP+ modules designed for 80km, where 10Gbase-T is struggling to reach 100m.

      10Gbps+ ethernet for the home will happen, but I doubt it will be 10Gbase-T.

      --
      Finally! A year of moderation! Ready for 2019?
    2. Re:Yeah, a cheap 10 gig switch. by cciechad · · Score: 1

      10G NIC's aren't that expensive they are going for about $260. Since a 1G NIC is about 40 bucks its actually cheaper than 1G. 40x10=400>260

      --
      https://www.fsf.org/associate/support_freedom
    3. Re:Yeah, a cheap 10 gig switch. by houstonbofh · · Score: 1

      How long are they going to keep charging such ridiculous prices for 10 gig networking?

      10 gig copper has been out now longer than it took 1 gig copper to go from being "ooh, enterprise" expensive to being in every $499 laptop you could find. Yet they've managed to prop up 10 gig switch and NIC prices forever.

      Which 10gig? There were several different ones, that have finally narrowed down to 2. With one of them being fiber... And...

      Fiber sucks for endpoint networking. People step on network cords, tug on them, twist them around. Fiber can not do this.

      And what are you going to push over it? Unless you have fast SSD, you can not even fill a gig. And to get full 10g, you need some super fast memory and buss speed as well as an SSD array.

    4. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      Yeah, but that's one module type that tends to be a little unusual from a real-world usage scenario. Usually people who want 10G-T buy a switching platform that provides those ports built into the chassis or blade. People that buy chassis/blades with all SFP+ ports tend to use them as a fiber landing point or for terminating devices with SFP+ cabling.

      The only place I see SFP-copper being used are on maxed-out blades or chassis where the only ports left are SFP and these tend to be 1G platforms anyway.

      The 10G installs I've done have tended to be either/or -- all copper with a fiber uplink, or all SFP with a fiber uplink. I've seen one site with a pair of all-SFP Ciscos with a couple of 1G copper SFP modules.

      I'm still not entirely convinced that the increased sophistication of 10G *still* accounts for a price differential of nearly 500%. I small profit-taking for obvious business use customers.

    5. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      10G is great for iSCSI storage and even all-hard disk arrays can overwhelm 1G links pretty easily. Multipathing helps, but like NIC teaming, doesn't result in anything like linear increases in throughput for additional paths.

      A fair number of the storage installs I've done lately have been flash cached or tiered arrays and with 10G links, I've seen sequential throughput hit 600 MByte/sec.

      Even if a given box can't completely saturate a 10G link, the gap between 1G and 10G is pretty wide -- I'd take 2-3G effective throughput over 1G.

    6. Re:Yeah, a cheap 10 gig switch. by houstonbofh · · Score: 1

      To seriously saturate a 1gig link, you have to get into 5 figures. At that point, the price of 10gig-e is not a big deal. At the small business end, you are lucky to get a potential of 1.2gig (An array of 8 spinning rust drives)

    7. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      To seriously saturate a 1gig link, you have to get into 5 figures. At that point, the price of 10gig-e is not a big deal.

      Not a big deal until the customer starts comparing quotes. The uptick on the SAN controller for 10 gig ports, the uptick on any servers for 10 gig ports, and then the huge uptick on the 10 gig Ethernet switching.

      The SAN controller price increase is of course way beyond the price increase of a generic two-port Intel 10G card, as is the OEM price increase on the server ports. The switching is just breathtaking -- a Dell N series 2024 is $1500, an N4024 is $7500. So for bog-standard cluster with 2x24 port switches, the switching alone is a price increase of $13K and the total project price increase is probably $15k once you factor in controller NICs, host NICs, etc.

      So 10 gig can ramp up your pricing by as much as 15%-25% depending on what stuff is baked into it.

      I think anybody looking at storage upgrades or network upgrades should definitely eat the increase versus choking on 1 gig for disk transfers, but those customers are awfully stingy with their money.

      And it really doesn't take much in terms of fancy disk setups to saturate 1 gig ethernet. More than a pair of SSDs can do it easily and even 7200 SATA arrays of 6 disks have no problem generating 250 mbyte/sec -- that's probably 4 gbit/sec on the wire. Now, I'd agree that most common workloads don't generate that kind of regular traffic but some do and backup is quite often a punishing workload even when it's done right.

    8. Re:Yeah, a cheap 10 gig switch. by amorsen · · Score: 1

      Until very recently, the cheapest option to get 10Gbps was SFP+ and Direct Attach Cables. It is still by far the most energy efficient option, unless you use 10Gbase-T with energy saving that lowers the port speed to 100Mbps when not much bandwidth is used (and that has latency implications).

      I have not yet touched a single 10Gbase-T-port but 10Gbps SFP+ is everywhere. A few get actual fiber SFP+ modules inserted, but the vast majority is DAC.

      --
      Finally! A year of moderation! Ready for 2019?
    9. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      Is energy efficiency that important in most use cases? Best I can tell, copper vs. SFP chassis differ by about 60 watts.for a 24 port model.

      SFP+ may be cheaper but the cabling sure isn't and it makes it more expensive yet if you're needing to blend in a handful of 1G devices to the same stack.

    10. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      There was no use for gigabit ethernet in a consumer environment, either, but economies of scale won because it stopped making sense to produce 100 meg silicon.

      My question is why is 10 gig silicon so much more expensive that manufacturers haven't given up on 1 gig silicon in their designs? Is it so vastly more complex that the cost increase outweighs the economies of scale?

  18. Can do that now by multimediavt · · Score: 1

    I can make my own router out of existing open hardware like the RPi, but it's not cost effective to do so when I can buy a commodity home router for under $100USD (or $200 for a nice one) and have it last several years. It's a nice idea on paper, but it's just not practical given what the average consumer can get off the shelf today without the hassle of trying to build and configure the damn thing themselves. The parts alone are going to cost more than OTS routers today, and then you have to figure in the cost of your time. Pointless. Nice for people who tinker and want to play, but lousy for the average joe/josephine. I also don't get what's open hardware about Turris Omnia, as it uses all the same brand name components OTS routers use that are compatible with OpenWRT and DDWRT? Will check out how much they want for the thing when they start their crowdfunding campaign, but my guess is this will die on the vine.

  19. I'll likely get one for VPN. OpenWRT forums by raymorris · · Score: 1

    I'd be likely to get one. Maybe to use as a router, but I'd think of it more as a general purpose small network appliance to be cast into whichever role I need. Right now, I use a consumer router with *wrt as my VPN endpoint for the rescue network on my sever rack. It provides access to IPMI and the IP-controlled power strip through a VPN. (Meaning it's not used often, and doesn't need to be fast). Your device looks good for that type of purpose. Rack ears, preferably 0-U rack mounting, would be handy.

    I could see using it as a firewall or a light-duty file server.

    I don't see a lot of mass-market potential; I don't expect to find it at Best Buy. Rather I see two or three markets. The OpenWRT community of course - I assume you have a consistent presence on those forums. If you get to be known as a "best choice" on the appropriate forums, I see some sales there. Certainly the same -type- of hobbyists who play with Arduino and RPi might also be interested, though I think you want to clearly distinguish yours as being a -network- device.

    What could be gold would be if you had a version with excellent build quality and established a reputation with one of the communities where people build more serious networks and have need of a flexible appliance they can drop in to do a specific job. That may not be your target market, though. That would be one market at a time. Think of a use and target that community, think of another use and target that next community, etc.

  20. Tor Node? by GeraldSpeers · · Score: 1

    Whatever happened to that startup that was making a tor router.. surely there is a market?

  21. 6 Pack by Atomizer · · Score: 1

    What about the facebook stuff they've been posting about? 6 Pack

  22. Look man, I dont even understand why by alexborges · · Score: 1

    There is closed hardware in networking. Any monkey can do that. They are glorified old PC's and all their value is in the software anyway. Hell there is no such thing as a "hardware networking appliance". Those only exist in the imagination of people that think learning to configure an IP stack is a somehow complex ordeal.

    --
    NO SIG
  23. Definitely yes... by CaptainOfSpray · · Score: 1

    When you sign up with an ISP, they ship you a router that is usually a piece of cheap tat in hardware terms, has incompetently or maliciously built software, usually lacks useful features such as QoS, usually has some or all features missing or locked down (my ISP has just shipped me a VDSL router that has no telnet or SSH interface and where I can't change their utterly crappy DNS servers)

    So yes, please, build some open source hardware that will run tomato and/or OpenWRT (absolutely not DDWRT). I would like to be able to support a computer club in my village hall with 30+ participants over wifi - not possible with any ISP-supplied or consumer router sold here. - they choke at 10 users.

    I notice that most routers in the shops here cost around $60-80 USD. I would happily pay up to twice that for a really competent router. (a business grade router would be complete overkill and cost double again).

    --
    "Cock Up Your Beaver" does not mean what you think. This sig is intended to clog filters and annoy do-gooders
    1. Re:Definitely yes... by sanf780 · · Score: 1

      The ISP provided hardware might still be needed. I do not think there is any cable or fibre router I can buy in any brick and mortar store. On top of that, even ADSL providers do not send you all the needed details in order to replace their router anymore.
      Connecting 25 clients on the same access point at the same SSID, isn't that the rule of thumb people use when they design the deployment of WiFi in a sea of cubicles? That is the case with overhead antennas that make WiFi waves easier to send. Do not try to push the envelope any further than what enterprises do.

  24. Explain the Value by businessnerd · · Score: 1

    If you want any consumers outside of tinkerers to care about open hardware, you need to explain to them what value they can get from open hardware compared to closed hardware, especially if there is a cheaper closed source option that I can reflash with open source firmware. Are there enough people out there that will both know the value and seek it out if it simply says "open hardware" somewhere in the specs without any further explanation? Maybe. You need to start with the "Why" not with the "How". The "Why" is "You can do x, y and z with our router [better|cheaper|at all|whatever], compared to other routers." The "How" is "via open hardware."

    I know this may come off as "bullshit marketing speak" to some, but for me, I honestly don't know what open hardware would do for me. If your product is basically a router running DD-WRT/OpenWRT/Tomato, it better cost me no more than if I bought a Netgear and flashed it myself. If it costs more, what else am I getting other than convenience? I can't speak for everyone, but I have a feeling that those that already know that value of open hardware are also those that are very comfortable reflashing their own.

    --
    "It's not whether you win or lose, it's how drunk you get." -- H. J. Simpson
    1. Re:Explain the Value by viperidaenz · · Score: 1

      5x Gb LAN ports
      Gb WAN port
      SFP port
      2x Mini PCIe slots
      mSATA slot
      USB 3
      4GB flash
      1GB RAM
      1.6GHz x2 CPU

      "starting at $100 USD"

      Good luck finding a Netgear router with a fiber connection for $100

    2. Re:Explain the Value by businessnerd · · Score: 1

      Thanks, it sounds pretty interesting. However, once again, you have started with the "How" and not with the "Why". Reading a list of specs, you are requiring the consumer to piece together on their own "...so I guess this one would be faster?" Don't make the consumer form those conclusions because they can't be relied upon to make them. Someone technically inclined enough probably will, but sounds like this router could bring value to more than just techies. If you said instead, "Our router allows much greater speed compared to any other router at this price point." Now you have a non-techies interest. If they ask how, then you say, "While most routers do not have a fiber connection. Ours does." The consumer says, "Oh awesome. You have the best router for the price. That translates to an awesome value for me."

      --
      "It's not whether you win or lose, it's how drunk you get." -- H. J. Simpson
  25. pfSense by darkain · · Score: 1

    Recently, I picked up some used rack mount routers that are x86 based. Got them on eBay, plus upgraded the RAM to 2GiB, replaced CPU with one twice the clock speed and more cache, plus added larger storage. Installed pfSense on these things. Each one with upgrades was still under $100 thanks to people unloading seemly "useless" equipment on eBay!

    These things are acting as more than just routers, too. Since it is FreeBSD based, there are tons of packages available. I've got nginx running on them as forward facing web servers to connect to the internal network's fastcgi services (PHP/HHVM). These boxes are doing this job beautifully right now.

  26. Re:Is there space in my ASS for a fucking greasy Y by coolmoe2 · · Score: 1

    its become fashionable to be an asshole on the internet. We used to keep computers out of the hands of the mentally ill too but not now. Now we give them reality shows and large paychecks.

  27. Re:I'm here all night. Try the veal. by houstonbofh · · Score: 1

    Come on... He was posting from a 3 inch phone! I blame autocorrect! (And the fact that people try to do actual "work" from a 3 inch phone)

  28. $60 4x100Mbps Open Switch got crowdfunded by billstewart · · Score: 1

    There was a recent crowdfunding campaign for a open-protocol switch (I forget if it was OpenNFV, OpenFlow, or OpenVSwitch? Probably NFV.)
    4-port 100 Mbps, so easy enough to do cheaply these days. I didn't really have any experiments I wanted to do with one that I couldn't also do with a virtual switch, so I didn't join the crowdfunding, and for production work I'd want at least GigE, but it was still interesting thing to go by.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  29. Re:Add a little more beef.... by houstonbofh · · Score: 1

    Neither pfSense, nor any of the other m0n0wall derived router projects (SmallWall, t1n1wall, OPNsense) will work on Arm right now. As for cost, this will do gigabit speeds. http://www.mitxpc.com/proddeta...

  30. OpenWRT? by guruevi · · Score: 1

    There is definitely room for open source routers. Buffalo has been in that market for a few years and as a result sell some of the most stable of routers I've seen outside the enterprise market.

    If you're going to build this, make sure all is accessible including the radios, each port individually and if you're going into the enterprise market, extensions to OpenWRT for centralized management would be awesome. I'd also like to see a router with more than just 4 ports.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  31. Almost there by terminal.dk · · Score: 1

    What we have now in the marketplace is lots of routers with VLAN capable switches, which can all be running OpenWRT. For me it is not really important if the hardware is Open Source or not. I get a stable platform, and I can add USB and serial devices to it. And I can run whatever software on it that I want.
    There are some complaints about the hardware accelerated switching whatever does not work well, but since since I am only on 60/60 mbps this is not big issue. I have a bigger problem with the built-in ssh performance not being fast enough.

  32. optional 802.11ac by phlawed · · Score: 1

    I am curious about everything related to the optional 802.11ac interface:
    - chipset
    - driver
    - license of driver
    - firmware
    - performance

    Other than this: very much yes.
    I'll happily pay USD 100 for an open router platform. And pay extra for the wifi if.
    Someone make a pure AP image with support for 802.11r/k and a hardware option for PoE, and you may have another winner.

    --
    Dag B
  33. Re: Is there space in my ASS for a fucking greasy by invictusvoyd · · Score: 1

    It is possible to write a chess game simulation in those many words.

  34. OpenWRT Router in Nordic Countries by Eric+Eikrem · · Score: 1

    There is a Norwegian startup - Domos Labs - that has had quite a lot of success with a combination of a fairly advanced router and OpenWRT. Their way into each country's market is quite original; they gain a foothold by giving away 100 routers to techies that are having trouble with their Wifi. The rest is achieved by word-of-mouth.

  35. Open router platform by burbilog · · Score: 1

    During last years I built a network of hundreds of OpenWRT-flashed routers. My custom ROM, based on OpenWRT, does dual wan, bgp and some other custom things. Unfortunately, manufacturers stop producing good routers after a while (like Asus phased out RT-N16) and I have to port my changes again and again to new and buggy platforms. Stable open router platform would be a gread thing, because all raspberries and co tend to have only one or two ethernet ports.

  36. Let me know by vandamme · · Score: 1

    ...when there's an open source car.