Re: [lxc-users] LXD containers lose outbound network -- addendum

2016-06-27 Thread Fajar A. Nugraha
On Mon, Jun 27, 2016 at 10:05 PM, ronkaluta wrote: > > As a follow up to my last post > #- > # The network interfaces sometimes get mixed up. > #- > lxc config edit ${CONTAINER} > # example > # > name: x2go1248 >

Re: [lxc-users] LXD containers lose outbound network -- addendum

2016-06-27 Thread ronkaluta
As a follow up to my last post #- # The network interfaces sometimes get mixed up. #- lxc config edit ${CONTAINER} # example # name: x2go1248 profiles: - bridge config: volatile.base_image:

Re: [lxc-users] LXD containers lose outbound network

2016-06-27 Thread Fajar A. Nugraha
On Mon, Jun 27, 2016 at 5:15 PM, wrote: > However, I cannot ping an outside IP: > root@taskd:~# ping > 8.8.8.8 > > PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. > > On the host I see: > 11:30:14.343238 IP 10.0.8.54 > google-public-dns-a.google.com: ICMP echo > request, id

Re: [lxc-users] LXD containers lose outbound network

2016-06-27 Thread ronkaluta
Please forgive the long-winded explanation but I think better to be explicit rather than leave people guessing. I have been using LXD containers ever since its birth and prefer it to LXC containers (my personal preference.) The ease of use and migration between hosts is a definite plus. I have

Re: [lxc-users] LXD containers lose outbound network

2016-06-27 Thread david . andel
restarted LXD so everything is fine again. David -brian mullan <bmullan.m...@gmail.com> wrote: - To: david.an...@bli.uzh.ch From: brian mullan <bmullan.m...@gmail.com> Date: 06/27/2016 13:03 Cc: LXC users mailing-list <lxc-users@lists.linuxcontainers.org> Subject: Re: [lxc-use

Re: [lxc-users] LXD containers lose outbound network

2016-06-27 Thread brian mullan
david rather than using ping what does traceroute show you? Your problem sounds an awful lot like what many Docker users started reporting in this long thread https://github.com/docker/docker/issues/13381 If you take the time to read through all of it you will notice several people came up

Re: [lxc-users] LXD containers lose outbound network

2016-06-27 Thread david . andel
nning for a while?? Thanks -"lxc-users" <lxc-users-boun...@lists.linuxcontainers.org> wrote: - To: LXC users mailing-list <lxc-users@lists.linuxcontainers.org> From: "Fajar A. Nugraha" Sent by: "lxc-users" Date: 05/30/2016 7:14 Subject: Re: [lxc-use

Re: [lxc-users] LXD containers lose outbound network

2016-05-29 Thread Fajar A. Nugraha
On Sun, May 29, 2016 at 1:30 PM, wrote: > Hi > > My LXD has the following network configuration: > > root@qumind:~# egrep -v '(^#|^$)' /etc/default/lxd-bridge > USE_LXD_BRIDGE="true" > LXD_BRIDGE="lxdbr0" > UPDATE_PROFILE="true" > LXD_CONFILE="" > LXD_DOMAIN="lxd" >

[lxc-users] LXD containers lose outbound network

2016-05-29 Thread david . andel
Hi My LXD has the following network configuration: root@qumind:~# egrep -v '(^#|^$)' /etc/default/lxd-bridge USE_LXD_BRIDGE="true" LXD_BRIDGE="lxdbr0" UPDATE_PROFILE="true" LXD_CONFILE="" LXD_DOMAIN="lxd" LXD_IPV4_ADDR="10.0.8.1" LXD_IPV4_NETMASK="255.255.255.0" LXD_IPV4_NETWORK="10.0.8.0/24"