Does it really need to be done on loopback? How about creating a
bridge on the host, adding veth devices for each namespace/container
and the host, and adding them to the bridge-- this would allow the
host and each container to access this private, bridged network, but
would not provide external a
Hello,
I want to implement network namespaces in my software. The problem I'm seeing
is that each namespace has its own loopback interface.
Is there any way I can brindge, forward or tunnel the traffic of one loopback
interface (from some namespace) to the real loopback interface on the host
mac