[lxc-devel] Share the loopback with network namespaces

2011-03-31 Thread Marian Marinov
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

Re: [lxc-devel] Share the loopback with network namespaces

2011-03-31 Thread Eric Brower
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