ip route default via 172.16.1.1 dev eth0 proto static metric 100 default via 172.16.1.1 dev wlan0 proto static metric 600 172.16.0.0/16 dev eth0 proto kernel scope link src 172.16.1.11 metric 100 172.16.0.0/16 dev wlan0 proto kernel scope link src 172.16.1.12 metric 600 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 172.30.32.0/23 dev hassio proto kernel scope link src 172.30.32.1 ----- iptables -nvL Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 7353K 5566M DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0 7353K 5566M DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0 25858 9718K ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0 29191 3873K ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0 0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0 7152K 5542M ACCEPT all -- * hassio 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED 23781 1422K DOCKER all -- * hassio 0.0.0.0/0 0.0.0.0/0 123K 8630K ACCEPT all -- hassio !hassio 0.0.0.0/0 0.0.0.0/0 23781 1422K ACCEPT all -- hassio hassio 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain DOCKER (2 references) pkts bytes target prot opt in out source destination 0 0 ACCEPT tcp -- !hassio hassio 0.0.0.0/0 172.30.32.6 tcp dpt:80 0 0 ACCEPT tcp -- !hassio hassio 0.0.0.0/0 172.30.33.1 tcp dpt:8884 0 0 ACCEPT tcp -- !hassio hassio 0.0.0.0/0 172.30.33.1 tcp dpt:8883 0 0 ACCEPT tcp -- !hassio hassio 0.0.0.0/0 172.30.33.1 tcp dpt:1884 0 0 ACCEPT tcp -- !hassio hassio 0.0.0.0/0 172.30.33.1 tcp dpt:1883 0 0 ACCEPT tcp -- !hassio hassio 0.0.0.0/0 172.30.33.4 tcp dpt:5050 Chain DOCKER-ISOLATION-STAGE-1 (1 references) pkts bytes target prot opt in out source destination 29191 3873K DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0 123K 8630K DOCKER-ISOLATION-STAGE-2 all -- hassio !hassio 0.0.0.0/0 0.0.0.0/0 7353K 5566M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-ISOLATION-STAGE-2 (2 references) pkts bytes target prot opt in out source destination 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0 0 0 DROP all -- * hassio 0.0.0.0/0 0.0.0.0/0 152K 13M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-USER (1 references) pkts bytes target prot opt in out source destination 7353K 5566M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0