- 2,509
- 851
- NAS
- Synology, TrueNAS
- Operating system
- Linux
- Windows
Tried iptables (nat) re-flush and bridge reconstruction - nothing.
Chain DEFAULT_OUTPUT
& Chain DOCKER
& Chain DEFAULT_POSTROUTING
were successfully recreated. But still out of reaching the containers by RP. Available from LAN (all).
Send me pls a screenshot of a single line from Chain DOCKER/DNAT for a comparison of correct definition.
One from mine:
Bash:
pkill docker # it's better to manually shutdown each container (just to be sure)
iptables -t nat -F
ifconfig docker0 down
brctl delbr docker0
synoservice --restart pkgctl-Docker
Chain DEFAULT_OUTPUT
& Chain DOCKER
& Chain DEFAULT_POSTROUTING
were successfully recreated. But still out of reaching the containers by RP. Available from LAN (all).
Send me pls a screenshot of a single line from Chain DOCKER/DNAT for a comparison of correct definition.
One from mine:
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:LOCAL-PORT to:CONTAINER-IP:INTERNAL-CONTAINER-PORT