...
Since version 17 of Docker, the following entry needs to be added to the iptables policy on the host that is running the containers:-
Code Block |
---|
sudo iptables -I FORWARD -p tcp --tcp-flags SYN,textRST SYN -j TCPMSS --clamp-mss-to-pmtu |
...
...
Since version 17 of Docker, the following entry needs to be added to the iptables policy on the host that is running the containers:-
Code Block |
---|
sudo iptables -I FORWARD -p tcp --tcp-flags SYN,textRST SYN -j TCPMSS --clamp-mss-to-pmtu |
...