I have worked on several servers and they all now have this issue, any help much appreciated
{"name":"wings","hostname":"vmi181836.contaboserver.net","pid":18875,"server":"6a61e4ce-98bb-451e-af76-621b5b34f5cf","level":50,"err":{"message":"(HTTP code 500) server error - driver failed programming external connectivity on endpoint 6a61e4ce-98bb-451e-af76-621b5b34f5cf (90cde733a0fceb3e3a10a1e37539c1e04958cbb3c5ed4ba9d544ee9f81c23645): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d
500 is a generic server error.
Can you please wrap the logs in ``` symbols or paste it somewhere like hastebin. It's impossible to read this way.
Supprisingly this is 1 line of the log file from the wings.log file, becuase everything was working seamlessly until i did the update the other day, and i cant restart servers as they fail.
server error - driver failed programming external connectivity on endpoint 6a61e4ce-98bb-451e-af76-621b5b34f5cf (90cde733a0fceb3e3a10a1e37539c1e04958cbb3c5ed4ba9d544ee9f81c23645): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d --dport 9101 -j DNAT --to-destination 172.18.0.4:9101 ! -i pterodactyl0: (fork/exec /sbin/iptables: no such file or directory))
You either uninstalled iptables or did something to modify them enough that docker is throwing a fit. Stop the daemon, restart docker, and then start the daemon again and it should be fine.
Most helpful comment
You either uninstalled iptables or did something to modify them enough that docker is throwing a fit. Stop the daemon, restart docker, and then start the daemon again and it should be fine.