Bom dia
tenho a seguinte situação, estou durante a instalação permitida lxd criar bridge lxbr0. na verdade, os contêineres podem entrar em contato / ping apenas host e host pode contatar / ping contêineres.containers não são vistos na rede ou eles não podem acces rede interna
meu ifconfig no container
eth0 Link encap:Ethernet HWaddr 00:16:3e:0f:c5:19
inet addr:192.168.100.120 Bcast:192.168.100.255 Mask:255.255.255.0
inet6 addr: fe80::216:3eff:fe0f:c519/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14 errors:0 dropped:0 overruns:0 frame:0
TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1606 (1.6 KB) TX bytes:6694 (6.6 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:75 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:7743 (7.7 KB) TX bytes:7743 (7.7 KB)
tabela de rotas no contêiner
default 192.168.100.2 0.0.0.0 UG 0 0 0 eth0
192.168.100.0 * 255.255.255.0 U 0 0 0 eth0
interfaces no host
ens160 Link encap:Ethernet HWaddr 00:0c:29:64:78:f8
inet addr:192.168.100.1 Bcast:192.168.100.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe64:78f8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:60944 errors:0 dropped:4075 overruns:0 frame:0
TX packets:985 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5309138 (5.3 MB) TX bytes:125548 (125.5 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:160 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:11840 (11.8 KB) TX bytes:11840 (11.8 KB)
lxbr0 Link encap:Ethernet HWaddr fe:7b:16:c9:4d:f1
inet addr:192.168.100.2 Bcast:0.0.0.0 Mask:255.255.255.0
inet6 addr: fe80::30f5:79ff:fe06:1dfd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:139 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5252 (5.2 KB) TX bytes:1298 (1.2 KB)
vethX9FIBG Link encap:Ethernet HWaddr fe:7b:16:c9:4d:f1
inet6 addr: fe80::fc7b:16ff:fec9:4df1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:139 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7198 (7.1 KB) TX bytes:1606 (1.6 KB)
tabela de rotas no host
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.100.247 0.0.0.0 UG 0 0 0 ens160
localnet * 255.255.255.0 U 0 0 0 ens160
localnet * 255.255.255.0 U 0 0 0 lxbr0
alguém pode me dar uma dica?
Editado O comportamento esperado é ter contêineres alcançáveis da rede local e contêineres para poder alcançar a rede local ou a Internet, os contêineres atualmente não são capazes de instalar novos empacotadores ou nunca executar o apt-get update / upgrade / install