Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix error in iptables command

...

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

...