/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

zwischenzugs.com
| | blogops.mixinet.net
1.8 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: ...
| | blog.dornea.nu
2.1 parsecs away

Travel
| | [AI summary] A guide on configuring IP masquerading between two wireless network interfaces on Linux to share an internet connection.
| | eludom.github.io
1.4 parsecs away

Travel
| | [AI summary] A technical walkthrough of diagnosing and fixing broken DNS resolution on an Ubuntu system involving systemd-resolved, NetworkManager, and various command-line troubleshooting tools.
| | shapeshed.com
15.1 parsecs away

Travel
| Tutorial on using watch, a UNIX and Linux command for executing a program periodically and showing a fullscreen output. Examples of watching a file download, a network interface come up, and showing the five most CPU intensive processes.