Dear everyone,
I have a problem getting full rest web access and webhook calls running inside a docker container.
Think I need to do some iptables adjustments on the ubuntu v20 host.
First problem was that
“wget commands” ended in a timeout. With the adjustment on the host
iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
I was able to get this running.
Is there a way to deactivate the iptables an get the full routing and forwarding running?
Thanks in advance