Comments on: Converting eth0 to br0 and getting all your LXC or LXD onto your LAN http://jrwren.wrenfam.com/blog/2015/11/10/converting-eth0-to-br0-and-getting-all-your-lxc-or-lxd-onto-your-lan/ babblings of a computer loving fool Mon, 21 Nov 2016 19:37:12 +0000 hourly 1 https://wordpress.org/?v=4.7.2 By: valery http://jrwren.wrenfam.com/blog/2015/11/10/converting-eth0-to-br0-and-getting-all-your-lxc-or-lxd-onto-your-lan/comment-page-1/#comment-37312 Thu, 05 May 2016 12:24:26 +0000 http://jrwren.wrenfam.com/blog/?p=1202#comment-37312 Hello!
How to solve this problem?
#lxc exec c6 bash
[root@c6 ~]# ping 8.8.8.8
#PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.0.191 icmp_seq=10 Destination Host Unreachable
From 192.168.0.191 icmp_seq=11 Destination Host Unreachable
From 192.168.0.191 icmp_seq=12 Destination Host Unreachable

]]>
By: Anders Sandblad http://jrwren.wrenfam.com/blog/2015/11/10/converting-eth0-to-br0-and-getting-all-your-lxc-or-lxd-onto-your-lan/comment-page-1/#comment-37216 Thu, 04 Feb 2016 19:35:20 +0000 http://jrwren.wrenfam.com/blog/?p=1202#comment-37216 Thanks for you post, it helped me out setting up the bridge. However, I’m having trouble setting up the container to use br0. I guess my problem is that I don’t want to change the profile since I want bridged network on some containers and nat:ed on the others.

I’m trying to use
lxc config set containername
but can’t figure out the key or if this is right way.

]]>