Re: [lxc-users] Magic incantation or sacrificial chickens necessary?

2014-09-25 Thread Erik Haller
Here is my production configuration. It should work with Redhat: lxc.network.type = macvlan lxc.network.macvlan.mode = bridge lxc.network.flags = up lxc.network.link = eth0 lxc.network.ipv4 = 192.168.7.70/16 lxc.network.ipv4.gateway = 192.168.7.1 #

Re: [lxc-users] Am I missing something?

2014-09-22 Thread Erik Haller
Here is my production configuration: lxc.network.type = macvlan lxc.network.macvlan.mode = bridge lxc.network.flags = up lxc.network.link = eth0 lxc.network.ipv4 = 192.168.7.70/16 lxc.network.ipv4.gateway = 192.168.7.1 # ...# mounts point lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0 l