/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sethops1.net
| | francis.begyn.be
2.3 parsecs away

Travel
| | Using NixOS as a router - Francis Begyn's thoughts
| | haim.dev
2.4 parsecs away

Travel
| | Building VRRP-based first-hop router redundancy with a hairpin router on Raspberry Pi
| | blog.cavelab.dev
2.6 parsecs away

Travel
| | Last year - I wrote about plans for my home network, or home network v2, as I called it. Let's take a look at what I have done, what remains, and what has changed since then.
| | blogops.mixinet.net
22.1 parsecs away

Travel
| This entry explains how I have configured a linux bridge, dnsmasq and iptables to be able to run and communicate different virtualization systems and containers on laptops running Debian GNU/Linux. I've used different variations of this setup for a long time with VirtualBox and KVM for the Virtual Machines and Linux-VServer, OpenVZ, LXC and lately Docker or Podman for the Containers. Required packagesI'm running Debian Sid with systemd and network-manager to configure the WiFi and Ethernet interfaces, but for the bridge I use bridge-utils with ifupdown (as I said this setup is old, I guess ifupdow2 and ifupdown-ng will work too). To start and stop the DNS and DHCP services and add NAT rules when the bridge is brought up or down I execute a script that uses: ...