On 01/15/2011 08:56 AM, matthew byers wrote:
> 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)
> basically i need a guide on setting up a bridge in a lxc container.

What is the kernel version ?
> ############
> container conf
> ############
> auto br0
> iface br0 inet static
> address 192.168.1.109
> network 192.168.1.0
> netmask 255.255.255.0
> broadcast 192.168.1.255
> gateway 192.168.1.1
> bridge_ports eth0
> bridge_fd 9
> bridge_hello 2
> bridge_maxage 12
> ###############
> Here is my host conf:
> ###############
> auto br0
> iface br0 inet static
> address 192.168.1.106
> netmask 255.255.255.0
> network 192.168.1.0
> gateway 192.168.1.1
> broadcast 192.168.1.255
> bridge_ports eth0
> bridge_stp off
> bridge_maxwait 5
> post-up /usr/sbin/brctl setfd br0 0
>
>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
>
>
> _______________________________________________
> Lxc-users mailing list
> Lxc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-users


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to