hello,
you need to enable ip forwarding in the kernel of the host, and the
containers will have access to the network.
something like this:
sysctl -w net.ipv4.ip_forward=1
sed -i -e 's/net.ipv4.ip_forward\s=\s0$/net.ipv4.ip_forward = 1/'
/etc/sysctl.conf
the containers will be isolated in his
At the recent Openstack summit Boden Russell gave a good overview of Linux
containers including cgroup, name-spaces etc.
Although this is not LXC specific I thought it might be of interest to some
of you as general info.
https://www.youtube.com/watch?v=a4oOAVhNLjU
Hi. I'm brand new at playing with LXC and containers.
My host is Ubuntu 12.04.04.
So, when I created my first container, I used whatever the
defaults are. So I created a container that has the same
OS as the host. Great!
However I am having networking issues. I thought I read that
LXC use