|
You are here |
sethops1.net | ||
| | | | |
francis.begyn.be
|
|
| | | | | Using NixOS as a router - Francis Begyn's thoughts | |
| | | | |
haim.dev
|
|
| | | | | Building VRRP-based first-hop router redundancy with a hairpin router on Raspberry Pi | |
| | | | |
blog.cavelab.dev
|
|
| | | | | 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
|
|
| | | 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: ... | ||