Created
November 10, 2016 06:44
-
-
Save somat/7672f69bf0997513bfee64cdb17b98d3 to your computer and use it in GitHub Desktop.
Enable PPTP on Fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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