I use OPNsense. I love OpenBSD, but I love GUI more :))
OPNsense is FreeBSD
OpenBSD Router Guide
21–30 of 53 posts
Re: OpenBSD Router Guide
#22I have an old Soekris Net6501 which I would love to use OpenBSD on. However, they don't have any support for the Sierra WWAN modem I have. Unfortunately these days finding an alternative Linux distro which supports an installation process which uses the serial terminal interface is really, really hard these days. So the device sits unused in one of my desk drawers.
Re: OpenBSD Router Guide
#23Re: OpenBSD Router Guide
#24Looks like a good article to follow. Anyone has recommendations on a small form factor board to get for this project? It appears that the ASRock Mini ITX board in the article is no longer available?
Re: OpenBSD Router Guide
#25My dream is of Open source 802.11ac Wi-Fi router. Is there any open hardware that works well?
I tend to separate the router and access points. Well working wifi hardware has traditionally been hard to find on consumer pricepoints, so I've used Ubiquiti thoughout. They're not open source at all, but neither are most network cards and wifi adapters so I consider them appliances. That way the router can be simple and separate.
Re: OpenBSD Router Guide
#26Looks like a good article to follow. Anyone has recommendations on a small form factor board to get for this project? It appears that the ASRock Mini ITX board in the article is no longer available?
Check out the PC Engines APU2. They work very well with OpenBSD. I've been using them for ~8 years. I'm not sure how they would handle a gigabit. I have 250Mbps and I get 248Mbps with a dozen firewall rules.
Re: OpenBSD Router Guide
#27My dream is of Open source 802.11ac Wi-Fi router. Is there any open hardware that works well?
There are plenty of options for OpenWRT.
Running OpenBSD may better fit your description of "dream".
Re: OpenBSD Router Guide
#28I have an old Soekris Net6501 which I would love to use OpenBSD on. However, they don't have any support for the Sierra WWAN modem I have. Unfortunately these days finding an alternative Linux distro which supports an installation process which uses the serial terminal interface is really, really hard these days. So the device sits unused in one of my desk drawers.
PFsense that's whats running on my Net6501.
Re: OpenBSD Router Guide
#29For the year prior to this one, I had FreeBSD in almost the same configuration running on a Raspberry Pi (1!!!) B.
Both were rock solid stable without any serious problems, but in the end, I favored the OpenBSD/Beaglebone more. The sole reason for this is the strange behavior I encountered on FreeBSD while using vi over a serial connection - all of vi would appear in the serial console as a single line. I believe it was a known bug at the time. This made vi unusable, and I had to resort editing the firewall confgs line by line using sed and cat (FreeBSD sed doesn't have the in-place editing that GNU sed has). Quite a PITA.
Re: OpenBSD Router Guide
#30For a year I had success with a Beaglebone Green[0] and OpenBSD installed and in a "Router on a stick" configuration[1]. It wasn't amazing preformance, but it was in a rural area with a slow ISP anyway. IPSec performance was sufficient for the single client I ever used with it. For the year prior to this one, I had FreeBSD in almost the same configuration running on a Raspberry Pi (1!!!) B. Both were rock solid stabl…