TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The ultimate OpenBSD router

166 pointsby fcambusabout 10 years ago

16 comments

blfrabout 10 years ago
That&#x27;s a very ambitious take on this problem. It is pretty cool (and definitely more secure) to run OpenBSD but you can probably get most of the upside by slapping OpenWRT on the consumer router you already have. A $50 WDR3600 happily handles several VPNs, custom VLANs, an IPv6 tunnel, exotic routing, an external drive, and a Samba server while doing the typical SOHO router-y stuff, like wifi.<p>BTW Running my own name server has solved a lot of weird slowdowns I used to experience when browsing the web or sshing. According to namebench[1], my router doesn&#x27;t even crack the top three when it comes to response time so I used to have it forward queries but in practice, after it warms up, it&#x27;s more reliable and delivers a smoother experience than either my ISP or Google.<p>[1] <a href="https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;namebench&#x2F;" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;namebench&#x2F;</a>
评论 #9483392 未加载
评论 #9483162 未加载
评论 #9484238 未加载
评论 #9483189 未加载
windlepabout 10 years ago
So... $337 for a decent soekris board and &#x27;ok&#x27; case... or $340 for this: <a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;Ubiquiti-Networks-Edgerouter-Router-ERPro-8&#x2F;dp&#x2F;B00IA5J8M8&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Ubiquiti-Networks-Edgerouter-Router-ER...</a><p>The latter has a complete open-source OS, you can ssh in and re-flash it yourself easily, a great community, the same TCP hardware offload, etc. I have been spec&#x27;ing out a BSD+soekris board setup for years, but when the Edgerouter came on the market it was a no-brainer. The fact that it works-out-of-box with little effort (for someone experienced with networking) is a big win, and that its quite easy to re-flash it and tweak as desired sure doesn&#x27;t hurt.<p>While I really dig the DIY-router stuff, and was about to do it myself, Ubiquiti has sure made it hard to go that route when they can supply dang good products for the same price or less.<p>Edit: Added bit that this isn&#x27;t a &quot;zero effort for newbs&quot; type product. If you&#x27;ve never setup a router, there&#x27;ll be some research in your future to setup an Edgerouter, or BSD router.
评论 #9484594 未加载
评论 #9484489 未加载
评论 #9484349 未加载
mdewinterabout 10 years ago
This is a seriously awesome podcast. Consider listening to it, the amount of knowledge combined with two bsd-loving hosts is amazing!
评论 #9482920 未加载
评论 #9482891 未加载
nathanvanfleetabout 10 years ago
Personally I like to get a consumer router and put OpenWRT on it. It used to be a lot harder but it&#x27;s gotten a lot more simple and effective. I have a few reflashed Netgear WNDR3700s but there are probably better ones out there that are pretty cheap too.<p>It takes more research and work but it&#x27;s more simple than having to install everything onto a clean OS install.
dfcabout 10 years ago
Does Soekris have any competition in this space? Any time I check I can never find any viable competitors. Soekris seems to have hit the &quot;IDA Pro sweet spot,&quot; AKA unbelievable product priced just low enough to scare away any new competitors.
评论 #9483020 未加载
评论 #9483116 未加载
评论 #9483227 未加载
评论 #9483245 未加载
评论 #9485216 未加载
评论 #9483290 未加载
评论 #9483093 未加载
ciesabout 10 years ago
And for the rest of us there is: <a href="http:&#x2F;&#x2F;routerboard.com" rel="nofollow">http:&#x2F;&#x2F;routerboard.com</a><p>Which as-far-as-I-know comes with all open source software, it very well supported by a large community.
评论 #9483491 未加载
pcuniteabout 10 years ago
I&#x27;ve been using MikroTik lately because I wanted to identify my traffic and Qos it differently for VoIP installations. It seems to do well with this.
chrissnellabout 10 years ago
Allow me to save all of you who follow this guide $14 and hours of headaches: don&#x27;t waste your time with the internal USB port on the Soekris net6501. The little Sandisk Cruzer drives that fit inside the case are total crap. The two that I bought lasted less than a day each. I think that writing the 4GB PFsense image to them was enough to kill them. Unfortunately for me, it didn&#x27;t kill them in an obvious way. In my case, strange things started happening in PFsense. DNS became half-broken, DHCP for new clients didn&#x27;t function, etc. I finally realized what was wrong and threw the USB drives in the trash and bought some of these guys and the problem was solved:<p><a href="http:&#x2F;&#x2F;amzn.com&#x2F;B00ELQZD10" rel="nofollow">http:&#x2F;&#x2F;amzn.com&#x2F;B00ELQZD10</a>
hobarreraabout 10 years ago
Most consumer routers include an access point too nowadays.<p>The downside of this OpenBSD setup, is that you still need a consumer grade AP next to your router (that&#x27;s exactly the setup I have).<p>OpenBSD still doesn&#x27;t support 802.11 &gt; g, regrettably.
pibefisionabout 10 years ago
I&#x27;m using an ASUS RT-AC68U with totally open source firmware, supported by asus, with timely updateds to fix security issues. It&#x27;s a 802.11ac. I really recommend it. Works very well.
评论 #9483368 未加载
评论 #9483047 未加载
fmajidabout 10 years ago
I just added an OpenBSD firewall in bridge mode between my Comcast router and the rest of my network. It&#x27;s implemented on a Shuttle DS57U (dual-core 1.5GHz Broadwell Celeron 3205U), with 16GB Crucial DDR3L RAM and a 128GB Crucial SSD (leftover parts). Total price: $358. It&#x27;s a pretty sweet box: fanless, metal chassis, dual Intel Gigabit Ethernet. The only (minor) quibble is the CPU doesn&#x27;t have AES-NI.
obisw4nabout 10 years ago
Thats an aweful lot of work to roll out your own router. What does this have over, say installing pfsense to a box?
评论 #9483326 未加载
评论 #9482996 未加载
pcuniteabout 10 years ago
Here is the link to the relevant section ...<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;a-wtYUKoBa0?t=3662" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;a-wtYUKoBa0?t=3662</a>
brunoqcabout 10 years ago
Is DNS caching still relevant these days (since we have fast connections now)?
评论 #9483574 未加载
评论 #9483377 未加载
rasz_plabout 10 years ago
&gt;Atom E6xx series processor<p>no
ericcumbeeabout 10 years ago
My only concern would be the use of a SSD for something like this. I know with PFSense and Untangle, applications like this will shred a ssd in fairly short period of time.
评论 #9483284 未加载
评论 #9483266 未加载