<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    By default, fedora has all the ports blocked via "firewalld"<br>
    <br>
    You need to either enable the ports, or disable the firewall.<br>
    <br>
    PORTS='80 443 389 636 88 464'<br>
    for PORT in $PORTS; do         firewall-cmd --permanent
    --zone=public --add-port=$PORT/tcp; done<br>
    PORTS='88 464 123'<br>
    for PORT in $PORTS; do         firewall-cmd --permanent
    --zone=public --add-port=$PORT/udp; done<br>
    firewall-cmd --reload<br>
    <br>
    ~J<br>
    <br>
    <div class="moz-cite-prefix">On 6/5/15 12:50 PM, James Benson wrote:<br>
    </div>
    <blockquote cite="mid:5571FD7E.20202@utsa.edu" type="cite">Dear all,
      <br>
      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 tried to check the services, however,
      they don't seem to want to start (no errors, just don't see them
      in the service status menu)  Any help would be great as I would
      greatly like to use the website over commands if possible.
      <br>
      <br>
      Thank you,
      <br>
      <br>
      James
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>