Skip to content

Instantly share code, notes, and snippets.

@Oats87
Last active October 8, 2019 20:31
Show Gist options
  • Save Oats87/c9afb5488961fd908d40e71ab2134ee9 to your computer and use it in GitHub Desktop.
Save Oats87/c9afb5488961fd908d40e71ab2134ee9 to your computer and use it in GitHub Desktop.
cat << EOF >> /etc/sysctl.conf
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.core.somaxconn = 32768
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment