Skip to content

Instantly share code, notes, and snippets.

@somat
Created November 10, 2016 06:44
Show Gist options
  • Save somat/7672f69bf0997513bfee64cdb17b98d3 to your computer and use it in GitHub Desktop.
Save somat/7672f69bf0997513bfee64cdb17b98d3 to your computer and use it in GitHub Desktop.
Enable PPTP on Fedora
firewall-cmd --direct --add-rule ipv4 filter INPUT 0 -p gre -j ACCEPT
firewall-cmd --direct --add-rule ipv6 filter INPUT 0 -p gre -j ACCEPT
firewall-cmd --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment