I cannot access anymore to bahmni from another machine only on the Server

Hi, i was able to access Bahmni from any device from the same network but now i cannot. @gsluthra ,@mohant I will appreciate your help. Bahmni is only accessible from the server where it is installed.

Thank you

Please check if firewall is running on the machine, and possibly blocking connections from outside?

(Centos7 uses firewalld)

Ideally you want to be able to access bahmni over 443 (Https) / 80 (http), or appropriate ports.

On older centos, the firewall software is called iptables.

To solve the issue i have run this 2 commands

iptables -I INPUT -p tcp -m tcp --dport 443 -j ACCEPT

service iptables save

@gsluthra , @mohant thank you

1 Like