Created
July 28, 2015 22:23
-
-
Save epequeno/e517d1a9170bcc83fc2a to your computer and use it in GitHub Desktop.
A firewalld service file for freeipa/IdM
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
<?xml version="1.0" encoding="utf-8"?> | |
<service> | |
<short>ipa</short> | |
<description>FreeIPA / IdM</description> | |
<port port="80" protocol="tcp"/> | |
<port port="443" protocol="tcp"/> | |
<port port="389" protocol="tcp"/> | |
<port port="636" protocol="tcp"/> | |
<port port="88" protocol="tcp"/> | |
<port port="464" protocol="tcp"/> | |
<port port="53" protocol="tcp"/> | |
<port port="88" protocol="udp"/> | |
<port port="464" protocol="udp"/> | |
<port port="53" protocol="udp"/> | |
<port port="123" protocol="udp"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment