- I am running LXD from the snap (which recently was updated to LXC 3.9)
- I access containers only locally on my host machine (debian 9) via the container IP’s (range 10.19.225.xxx)
- since the update can not ping anything on the internet (likewise not update anything) with a
unknown host linuxcontainers.org
error, which worked before, so I kind of suspect 3.9 to be the culprit - I can access the containers from my local machine as before
I haven’t done anything other then saying "y"
to create a bridge? in the lxd init process to networking at all, so this is all in complete default state
my LXD profile:
me@debian: lxc profile show default
config: {}
description: Default LXD profile
devices:
eth0:
name: eth0
nictype: bridged
parent: lxdbr0
type: nic
root:
path: /
pool: default
type: disk
name: default
used_by:
- /1.0/containers/ubn1604
- /1.0/containers/ubn1604/sn1
- /1.0/containers/ubn1604/sn2
- /1.0/containers/ubn1604/sn3
[...]
my network interfaces
3: wlp2s0b1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether b0:10:41:b3:4f:c0 brd ff:ff:ff:ff:ff:ff
inet 192.168.178.137/24 brd 192.168.178.255 scope global dynamic wlp2s0b1
valid_lft 862432sec preferred_lft 862432sec
inet6 2003:ce:dbec:4800:87c4:2179:94d5:4cd5/64 scope global noprefixroute dynamic
valid_lft 7161sec preferred_lft 1761sec
inet6 fe80::ef3e:9c26:9131:4309/64 scope link
valid_lft forever preferred_lft forever
[...]
8: lxdbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether fe:43:eb:cf:30:5d brd ff:ff:ff:ff:ff:ff
inet 10.19.225.1/24 scope global lxdbr0
valid_lft forever preferred_lft forever
inet6 fd42:2122:86a:2b30::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::687e:65ff:fef2:1509/64 scope link
valid_lft forever preferred_lft forever
[...]
16: vethF7TX51@if15: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master lxdbr0 state UP group default qlen 1000
link/ether fe:43:eb:cf:30:5d brd ff:ff:ff:ff:ff:ff link-netnsid 2
inet6 fe80::fc43:ebff:fecf:305d/64 scope link
valid_lft forever preferred_lft forever
has anything changed in 3.9/3.8 in regards to networking?