Im trying to setup openvpn on container. Guides say to setup bridge in container for vpn. When i first configured bridge i got the "segment fault..." error. Now i just get a the "Trying to reconfigure interfaces..." and it just stays there. It doesnt say the usual "ok" confirmation. Here is my current container interfaces conf: (based off the guide)<div>
basically i need a guide on setting up a bridge in a lxc container.<br><div><br></div><div>############<br>container conf</div><div>############</div><div><div>auto br0</div><div>iface br0 inet static</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>address 192.168.1.109</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>network 192.168.1.0</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>netmask 255.255.255.0</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>broadcast 192.168.1.255</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>gateway 192.168.1.1</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>bridge_ports eth0</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>bridge_fd 9</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>bridge_hello 2</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>bridge_maxage 12</div><div>###############</div><div>Here is my host conf:</div>
<div>###############</div><div><div>auto br0</div><div>iface br0 inet static</div><div>address 192.168.1.106</div><div>netmask 255.255.255.0</div><div>network 192.168.1.0</div><div>gateway 192.168.1.1</div><div>broadcast 192.168.1.255</div>
<div>bridge_ports eth0</div><div>bridge_stp off</div><div>bridge_maxwait 5</div><div>post-up /usr/sbin/brctl setfd br0 0</div><div> </div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>
<br></div><div><br>-- <br>God Bless<br>
</div></div></div>