Page 1 of 1

Fresh Bare metal install - web admin not working

Posted: Tue Sep 19, 2017 5:12 pm
by tokenting
I did bare metal installation as per guide, but there is no connection to webadmin ( ssh is fine)

I did a netstat , there is nothing listening on 80 or 443

root@eve-ng:~# netstat -antup
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 3977/sshd
tcp 0 0 127.0.0.1:4822 0.0.0.0:* LISTEN 4020/guacd
tcp 0 0 0.0.0.0:6653 0.0.0.0:* LISTEN 4193/ovs-testcontro
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 4072/mysqld
tcp 0 336 192.168.0.157:22 192.168.0.155:51215 ESTABLISHED 4879/0
tcp6 0 0 :::22 :::* LISTEN 3977/sshd
tcp6 0 0 127.0.0.1:8080 :::* LISTEN 4229/java
udp 0 0 192.168.0.157:123 0.0.0.0:* 4196/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 4196/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 4196/ntpd



shouldn't there be some http process running or something, sorry am not great with linux.

Re: Fresh Bare metal install - web admin not working

Posted: Tue Sep 19, 2017 5:44 pm
by ecze
try :
systemctl start apache2

If problem persist reach us on skype channel for live help

E.

Re: Fresh Bare metal install - web admin not working

Posted: Tue Sep 19, 2017 5:54 pm
by tokenting
Thank you very much ecze, that fixed it, I enabled it on bootup

just to help anyone else :

systemctl enable apache2