[Lxc-users] lxcbr0 on Ubuntu 12.04

2012-07-13 Thread groupie
in auto, I start them as needed. And there is a named running for local dns resolution on all virtual networks (using kde and vmware on the same machine) Any ideas where to tweak? Cheers, Your groupie -- Live Security

[Lxc-users] lxc-net.conf on ubuntu

2012-09-02 Thread groupie
. iptables -A POSTROUTING -s ${LXC_NETWORK} -d ${LXC_NETWORK} -t nat -j ACCEPT Is that something that should be added in general? Dunno, maybe some people want rewriting here? Cheers, Groupie -- Live Security Virtual

Re: [Lxc-users] lxc-net.conf on ubuntu

2012-09-02 Thread groupie
Hi Fajar, On 02.09.2012 12:44, Fajar A. Nugraha wrote: > > iptables -A POSTROUTING -s ${LXC_NETWORK} ! -d ${LXC_NETWORK} -t nat > -j MASQUERADE > This one I really do like! Smart! :) Cheers, Groupie ---