Linked Questions

2 votes
1 answer
9k views

I'm familiar with how to set IP forwarding between two interfaces, and it always worked. Now I have a different scenario where I want to set IP forwarding from a local network bridge to an output ...
Mellowcandle's user avatar
1 vote
1 answer
2k views

I'm following this video about network namespaces in Linux, and trying to practice it myself, but for some reason it doesn't work. What I've done is: After creating 2 network namespaces named "...
YoavKlein's user avatar
  • 392
4 votes
1 answer
1k views

Let me try to explain my home network setup: ┌────────────────────┐ │ Internet │ │ Public IP: 1.2.3.4 │ └──────────┬─────────┘ │ ...
Arfian Adam's user avatar
1 vote
1 answer
1k views

trying to make local networking experiment, and unable to ping from within the namespaced network. I'm using Fedora 37. Linux dmitry-desktop 6.1.18-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 11 16:...
DmitrySemenov's user avatar
0 votes
1 answer
1k views

I have the following scenario where I run a Docker container which has configured inside of it a Linux bridge br0 and attached to it I have the main interface eth0 of the container and a TAP interface ...
Mazzy's user avatar
  • 253
0 votes
1 answer
813 views

I have just followed the steps in the answer of the following: Does Virt-Manager GUI have a easy way to configure networking passthrough/bridge? and everything seems to work. But the virtual machine ...
learning-man's user avatar
1 vote
0 answers
526 views

I have trying to install DOCKER in my Fedora 35 but when I install it I lost the internet connection in my machine. $ sudo dnf install docker-ce docker-ce-cli containerd.io I try to traceroute but the ...
estonolose's user avatar
2 votes
0 answers
269 views

I have some scripts working with bridge & ip netns. It used to forward packets on layer2, but after upgrading my kernel, it seems the kernel forwarding the packets on layer3. In a newer kernel, It ...
maybeonly's user avatar
0 votes
1 answer
302 views

Thanks to some help in a previous thread, I have managed to track down a specific issue, but I am not sure how to approach the potential fix. To summarize the issue: docker on my server seems to break,...
Anta's user avatar
  • 1
0 votes
0 answers
162 views

Running Ubuntu 22.04 with a TrendNet 2.5Gbe PCIe card I'm binding my NIC enp3s0 to a bridge br0 to use with a KVM that I'd like to have access to my local network. Configuring the bridge with systemd-...
dmstanley's user avatar