I need help. I can access the web interface only in localhost rather say to zabbix server only and it is working properly. I can even add servers and it also working properly, it shows graphs..the only problem is I can’t access the console using other pc by typing http://zabbix ip/zabbix.Thank you! Please help. Zabbix server environment is Centos 7.
Ad Widget
Collapse
can’t access zabbix web interface to other pc
Collapse
X
-
Tags: None
-
Have you set up Firewall?
By the default setting, I think that it is only connected from ssh by the outside.
Please try to set it so that it can be accessed from the outside using HTTP port number.
If you keep the default setting of CentOS 7, you can do by executing the following command.
Code:# firewall-cmd --add-service=http --zone=public --permanent # firewall-cmd --reload
-
OMG. Thank you so so much! I didn’t expect to encounter this problem as I disabled the firewall. I can now access the web interface.. Thank you! Thank you!Comment
-
Hello I am having the same issue, I cannot access front-end in other machine or VMs I am running oracle 8 zabiix 6.4
Comment
Comment