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

2015-06-07 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 wrot

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

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

2015-06-05 Thread James Benson
Dear all, I recently install Fedora Server 22 on a virtualbox with the ethernet bridged (can successfully ping it, ssh, etc) and I can do a kinit admin and ipa user-add as the instructions detail in the next steps, however, I cannot access the webui. Has anyone else ran into this issue? I've