Installing KloxoMR on Google cloud VM

225 Views Asked by At

I use google cloud services and specially VM instance to host my web-sites, I used to KloxoMR, and usually I install it on a fresh Centos 6 or 7 with no problem. About google cloud VM I have no problem in installing Kloxo too, but I cant access to my kloxo control panel using http://ExternalIP:7778 or 7777(https) it seems there is a problem with this two systems.

Any idea how to fix it?

1

There are 1 best solutions below

0
On

You need setup firewall rules on Google Clould account

http add 7778 port
https add 7777 port
Example:
default-allow-http
Entrada
http-server
Intervalos de IP: 0.0.0.0/0
tcp:80,7778
Permitir
1000
default-allow-https
Entrada
https-server
Intervalos de IP: 0.0.0.0/0
tcp:443,7777
Permitir
1000