Fresh Bare metal install - web admin not working

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
tokenting
Posts: 6
Joined: Tue Sep 19, 2017 5:01 pm

Fresh Bare metal install - web admin not working

Post by tokenting » Tue Sep 19, 2017 5:12 pm

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.

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: Fresh Bare metal install - web admin not working

Post by ecze » Tue Sep 19, 2017 5:44 pm

try :
systemctl start apache2

If problem persist reach us on skype channel for live help

E.

tokenting
Posts: 6
Joined: Tue Sep 19, 2017 5:01 pm

Re: Fresh Bare metal install - web admin not working

Post by tokenting » Tue Sep 19, 2017 5:54 pm

Thank you very much ecze, that fixed it, I enabled it on bootup

just to help anyone else :

systemctl enable apache2

Post Reply