【youngchou0928】 在 https://github.com/istoreos/istoreos/issues/2206 发布:
开了ipv6
ipv6域名+端口居然可以访问
唯独局域网+端口不可以
目前已有两个桥接网络
-默认bridge的docker0网络
-以及ha的hassio桥接网络
均不可被局域网访问
容器联网 访问广域网都正常
尝试修改/etc/sysctl.conf
net.bridge.bridge-nf-call-ip6tables=1
net.bridge.bridge-nf-call-iptables=1
net.bridge.bridge-nf-call-arptables=1
net.ipv4.ip_forward=1
仍然无效