Explore >> Select a destination


You are here

blog.mbrt.dev
| | vincent.bernat.ch
2.8 parsecs away

Travel
| | On Linux, a network bridge without any IP address configured will still process IP packets. How to disable such a feature?
| | blog.quarkslab.com
1.4 parsecs away

Travel
| | [AI summary] The provided text discusses the use of Linux namespaces to isolate network stacks, enabling the creation of isolated environments for processes. It covers topics such as network namespaces, virtual interfaces, bridges, and iptables rules to enable communication between namespaces and the outside world. The text also touches on other namespaces like USER, MNT, UTS, IPC, and CGROUP, and references various resources for further reading.
| | blog.oddbit.com
3.1 parsecs away

Travel
| | Last week, Oskar Stenberg asked on Unix & Linux if it were possible to configure connectivity between two networks, both using the same address range, without involving network namespaces. That is, given this high level view of the network... ...can we set things up so that hosts on the "inner" network can communicate with hosts on the "outer" network using the range 192.168.3.0/24, and similarly for communication in the other direction?
| | blog.willemmelching.nl
12.6 parsecs away

Travel
| Using Kubernetes for a small startup adds some complexity, but also has many advantages such as scaling and easy CI/CD. In this post we'll explore a simple AKS Kubernetes setup on Azure using Terraform serving a static page over HTTPS.