Here, we publish our notes on various aspects of network computing, including hardware, software, and services.
WatchGuard Firebox M470 and related models (M370, M570, M670) have reached end of sale on July 1, 2023 and will remain in support with the manufacturer until July 1, 2028. However, the manufacturer encourages its customers to upgrade, so there are units available on the secondary market already, and...
Occasionally, you need a list of packages installed on OpenWrt. The standard opkg list-installed
is great, except it lists package versions in addition to package names. So if you need to list names only, here's what you can do.
To show each name on a new line:
opkg list-installed | cut -f 1...
pfSense includes a nifty add-on package called LCDproc. It is used to display system information on a tiny LCD screen that some rack-mountable devices have on the front panel.
LCDproc is not installed by default. Moreover, it doesn't work with every imaginable LCD display (there are quite a few...
The OpenWrt community has complied a dataset of Wireguard performance tests run (under OpenWrt, of course) on different hardware. The dataset is available here:
https://forum.openwrt.org/t/a-wireguard-comparison-db/187586
We have downloaded this dataset on June 29, 2024 (it has probably been...
Situation: a Linksys WRT1900AC router is running DD-WRT v3.0-r57834 std (08/10/24). With stock settings, the AC (5 GHz) wireless connection delivers a throughput of approximately 120 Mbps (tested using iperf3
). Here's how the throughput changed when we changed some of the settings (all settings m...
OpenWrt has been originally developed for resource-constrained platforms. Consequently, even on x86
, it doesn't have a traditional installer. Rather than install software, you copy an image onto the boot drive. That image is fairly small (about 120 MB in recent versions), so out of the box, OpenWr...
pfSense includes a nifty add-on package called LCDproc. It is used to display system information on a tiny LCD screen that some rack-mountable devices have on the front panel.
LCDproc is not installed by default. Moreover, it doesn't work with every imaginable LCD display (there are quite a few of...
A little while ago, we published a note detailing installation of pfSense on Sophos SG 105 and SG 115 models (and, by extension, on hardware-identical XG 105 and XG 115). Since then, pfSense 2.7 was released. For some reason, the final phase of installation described in that note doesn't work with...
Watchguard Firebox M400 is going out of support in June 2023, so there might be an influx of these devices into the secondary market. In our opinion, this device is perfect for OPNsense nano...
The M400 is a very straightforward x64 device (we believe it is actually made by Lanner, probably one...
Realtek network interface cards have a bad reputation in the pfSense community. At least a part of it is due to the old Realtek drivers that ship with pfSense. However, it is possible to swap those drivers for newer ones used in OPNsense. Here's how.
First, find the driver in the OPNsense reposito...