I have installed a new Netsight 7 on a Cent0s 6.9
No error in installation logs but can't connect from a remote client browser.
firewall configurations seem ok: using tcpdump, i can see requests http(s) but no reply from the server.
cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
x.x.x.x netsight.vcloud.lu netsight.vcloud netsight
netstat -an | egrep "8443|8080"
tcp 0 0 ::ffff:x.x.x.x:8443 :::* LISTEN
tcp 0 0 ::ffff:x.x.x.x:8080 :::* LISTEN
Thanks in advance for your help