Accessing VSOL from LAN: A Raspberry Pi Bridge Setup

If you’ve ever wanted to access your VSOL ONU’s web interface (usually at 192.168.1.1) from your LAN (say 192.168.0.0/24), you might have hit a wall—especially if your router doesn’t allow assigning multiple WAN IPs. In this guide, I’ll walk you through how to bridge that gap using a Raspberry Pi or any other device with at least two network interfaces. We’ll use the following setup Prepare the Raspberry Pi Connect the Pi’s eth0 to your Router’s LAN port. Connect eth1 (USB-to-Ethernet adapter or secondary port) to ONU’s bridge port. Your Pi now has two interfaces: one in your LAN and one going to the ONU. ...

May 24, 2025 · 2 min · 381 words · coder3101

Multi-Monitor setup in Fedora Asahi Remix 40

As an owner of the base Mac mini M2, I was eager to run Linux on it. Virtual machines weren’t an ideal solution due to the limited RAM and storage on my device. Thankfully, there’s a Linux distribution designed specifically for Apple Silicon: Fedora Asahi Remix. The installation process was surprisingly straightforward, and one of the best features was the ability to set up Fedora alongside macOS. This dual-boot configuration meant that if anything went wrong, I could easily remove the Fedora partition and revert to macOS without losing any data or needing to reinstall the operating system. ...

December 26, 2024 · 3 min · 554 words · coder3101