这里的菜鸟从橙色Pi 3 (Rasberry Pi克隆)中的对接者开始。
我正在尝试配置并启动一个码头容器(bitwarden_rs),但是当我这样做时,我失去了与外部网络的连接。码头工人把我的行程表弄乱了。
网络配置:I有一个桥接br0,它连接eth0和wlan0。(Eth0连接到路由器,wlan0以AP模式配置)
停止容器时的表:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 425 0 0 br0 <---OK
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 br0
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
192.168.1.0 0.0.0.0 255.255.255.0 U 425 0 0 br0
192.168.2.0 0.0.0.0 255.255.255.0 U 425 0 0 br0容器运行时的表(不能通过internet访问外部)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 0.0.0.0 0.0.0.0 U 205 0 0 docker0 <---NOT OK
default _gateway 0.0.0.0 UG 425 0 0 br0
link-local 0.0.0.0 255.255.0.0 U 205 0 0 docker0
link-local 0.0.0.0 255.255.0.0 U 230 0 0 vethed140ce
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 br0
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
192.168.1.0 0.0.0.0 255.255.255.0 U 425 0 0 br0
192.168.2.0 0.0.0.0 255.255.255.0 U 425 0 0 br0我能做些什么来解决这个问题?这是码头配置问题,或者可能是我的系统问题(armbian)。谢谢
发布于 2021-01-20 09:42:53
https://stackoverflow.com/questions/62176803
复制相似问题