All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
1 answer
799 views

Hosts cannot ping in two name spaces using Open Vswitch

I have two name spaces red and blue. Red is connected to host1, and blue is connected to host2, but these two hosts cannot ping each other. Here is the commands that I put: ip link add host1 type ...
secret's user avatar
  • 99
2 votes
0 answers
2k views

access tap interface in network namespace across machines

I want to be able to access services running on a TAP interface within a namespace from outside the machine where it is running. I have setup that looks like this - VM1/Machine1 +eth0 : Public ...
gusaki's user avatar
  • 143
2 votes
2 answers
4k views

OpenVSwitch between namespaces

I'm trying to configure a bridge between two TAP interfaces each created inside their own network namespace, on Linux. I'm using OpenVSwitch as software bridge. These are the steps that I believe ...
Daniele Venzano's user avatar