HI All
I have installed OE on a Linux azure virtual machine.
I can see OE explorer running in netstat on port 9117.
And i can access the page from LINUX instance using wget -p onehousingldb02:9117
But i cannot access it externally.
iptables is not running and i have a firewall rule in Azure for 9117.
Any ides?
Thanks
What flavor of *Nix? I used firewall-cmd --permanent --add-port=XXX/tcp to open ports on a recent Centos 7 setup.
Its Linux Red Hat 7.3
I turned off the firewall with service firewalld stop and i can access now. So that gives me something to work with.
Thanks
firewall-cmd --reload - Fixed the issue.