/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

blog.kummerlaender.eu
| | blog.yadutaf.fr
1.9 parsecs away

Travel
| | [AI summary] This tutorial explains how to isolate and manage network interfaces using Linux NET namespaces, demonstrating practical implementation with veth pairs and a C program.
| | strugglers.net
1.4 parsecs away

Travel
| | A code snippet for generating an IPv6 link-local address from a MAC address
| | blog.leifmadsen.com
2.3 parsecs away

Travel
| | Leif Madsen's Blog
| | virtualzone.de
7.5 parsecs away

Travel
| I'm running my containers with Podman in Rootless Mode on Alpine for about four months now. However, an annoying problem has haunted me ever since: When a container was connected to more than one network, outgoing connections were not working correctly. Consider a container connected to two bridge networks: $ podman run --rm -it \ --network net1 \ --network net2 \ alpine /bin/ash Inside the container, the two networks are connected correctly: