• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue How to resolve docker install - iptable

sylver

New Pleskian
Hello,

I have an error of the first installation to docker on my debian plesk

Erreur: {"message":"driver failed programming external connectivity on endpoint n8n (371ad8de95975c39d6c6f5d40f49f5ab2846fef1cd59e097a046084bc28a8c45): (iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.2 --dport 5678 -j ACCEPT: iptables v1.8.2 (nf_tables): Chain 'DOCKER' does not exist\n (exit status 1))"}

Impossible to start any container.

Thank you for help
 
Try to restart docker service:

# service docker restart
 
Try to restart docker service:

# service docker restart
I'm resurrecting the topic a bit but this is only a temporary solution and this problem will happen to you again. I'm having this problem too. I'm installing the Docker extension but the same error is present in every container I download. Even if I completely restart the server, it doesn't fix it. And as far as I've noticed, a process in Plesk deletes the iptables rules and re-adds them, I think the problem is caused by this. Also, if you turn off ipv6 on the server and delete it, the problem is fixed. I think this problem should be fixed.
 
Back
Top