GUI port # to login
-
Installed FOG on VM - All is well
No where in any set of instructions do I see what port to use to login
tried port 80 and https 4343
Why was this basic information omitted -
@JB2019 port 80 http://<ipaddressofserver>/fog/ just like the end of the install script says
-
- Port 80 = HTTP
- Port 443 = HTTPS (not 4343)
We don’t need a port to connect to the server because we default to either 80 or 443 (which are standard protocols for web access.)
If you are trying to access port 80, you would enter http://<ipoffogserver>/fog
If you are trying to access port 443 (and have run the configuration with HTTPS enabled) you would enter https://<ipoffogserver>/fogI don’t understand what you mean this information was omitted. The installer tells you exactly (including the IP of the fog server) where you need to go to log in to the GUI.
-
I am not able to get gui to work, 80 or 443
http://10.21.0.40/fog and
https://10.21.0.40:443/fog
FailI can ping 0.40 from my PC and back to PC from cli of fog VM
What did I miss?
-
@JB2019 please paste the contents of your install log. it should be located, from the base directory of the install files, in /bin/error_logs/foginstall.log