NethServer Version: 7.7.1908
Module: Web UI
Hello,
We are trying to move out NethServer to our new server running VMware ESXi 6.7. So, we have manually installed vmware tools on the system. OS selected as CentOS 7 64Bit when setting up VM.
It is a fresh installation we are doing. We setup several things in server like hostname, SSH, etc. We rebooted. Now, we cannot get access to Web UI. We get connection timeouts.
This is not the first time we are facing that problem. We could not figure what’s causing it and installed NethServer from scratch several times.
We can have access by SSH, we can get http://IP, we can get http://IP:980 we cannot get https://IP:9090
Our searches on forum shows similar threads. They seemingly having httpd-admin not started and on our system it seems to be running. Just not listening port 9090
[root@neth ~]# systemctl -l status httpd-admin
● httpd-admin.service - Server Manager UI httpd instance
Loaded: loaded (/usr/lib/systemd/system/httpd-admin.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2020-04-18 09:05:57 +03; 38min left
Docs: https://github.com/NethServer/nethserver-httpd-admin
Main PID: 1423 (httpd)
CGroup: /system.slice/httpd-admin.service
├─1423 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─1579 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─1580 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─1581 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─1585 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
└─1587 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
Apr 18 09:05:57 neth.server.com systemd[1]: Started Server Manager UI httpd instance.
[root@neth ~]# netstat -l|grep 980
tcp6 0 0 [::]:980 [::]:* LISTEN
[root@neth ~]# netstat -l|grep 9090
There is no firewall installed, yet. We installed so many times that I might be wrong about that.
There is single ethernet connected to VM.
Network is set as LAN and green with fixed IP number.
We obviously can ping IP number.
One thing we suspect is that it happens after switching from DHCP assigned IP number to manually assigned static IP number.
Though we could not see what maybe problem.
Any help is appreciated.
Thanks & regards,
Ertan