Re: [Freeipa-users] Successful Install on VB...

2015-06-08 Thread Martin Kosek
JFTR, this is the respective section in the guide: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Linux_Domain_Identity_Authentication_and_Policy_Guide/prerequisites.html#prereq-ports It should have those ports covered as well. On 06/05/2015 11:49 PM, Janelle

Re: [Freeipa-users] Successful Install on VB...

2015-06-05 Thread Janelle
By default, fedora has all the ports blocked via firewalld You need to either enable the ports, or disable the firewall. PORTS='80 443 389 636 88 464' for PORT in $PORTS; do firewall-cmd --permanent --zone=public --add-port=$PORT/tcp; done PORTS='88 464 123' for PORT in $PORTS; do