Http access to EVE-NG portal is 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
krisvraman
Posts: 1
Joined: Mon May 09, 2022 2:54 pm

Http access to EVE-NG portal is not working

Post by krisvraman » Mon May 09, 2022 4:15 pm

Hi,
I've installed EVE NG COMM in VMware workstation pro and updated to the latest one. From EVE NG console I'm able to access the internet and able to ping the host.

However when I try connect to the EVE NG from the host browser , I 'm getting connection refused message. I've pasted output from the EVE-NG console. Any help would be highly appreciated.



root@EVE-NG-VM:~# ping google.co.uk
PING google.co.uk (142.250.187.195) 56(84) bytes of data.
64 bytes from lhr25s33-in-f3.1e100.net (142.250.187.195): icmp_seq=1 ttl=128 time=49.9 ms
64 bytes from lhr25s33-in-f3.1e100.net (142.250.187.195): icmp_seq=2 ttl=128 time=15.3 ms
^C
--- google.co.uk ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1010ms
rtt min/avg/max/mdev = 15.355/32.675/49.995/17.320 ms
root@EVE-NG-VM:~# df -H
Filesystem Size Used Avail Use% Mounted on
udev 17G 0 17G 0% /dev
tmpfs 3.4G 19M 3.4G 1% /run
/dev/mapper/EVE--NG--VM--vg-root 19G 1.2G 17G 7% /
tmpfs 17G 0 17G 0% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 17G 0 17G 0% /sys/fs/cgroup
/dev/sda1 495M 61M 409M 13% /boot
root@EVE-NG-VM:~# uname -a
Linux EVE-NG-VM 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
root@EVE-NG-VM:~#

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Http access to EVE-NG portal is not working

Post by Uldis (UD) » Tue May 10, 2022 6:38 am

show output:

Code: Select all

dpkg -l eve-ng

itsme2501
Posts: 6
Joined: Tue Dec 15, 2020 10:52 am

Re: Http access to EVE-NG portal is not working

Post by itsme2501 » Mon May 23, 2022 1:04 pm

Hello,
Same issue here, i have installed eve-ng using the community iso v5 (2022).
After the setup, i have the error message
Please find below some details, including the command requested.

Code: Select all

root@eve-ng:~# uname -a
Linux eve-ng 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Code: Select all

 root@eve-ng:~# dpkg -l eve-ng
dpkg-query: no packages found matching eve-ng

Code: Select all

root@eve-ng:~# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 0c:c4:7a:47:f7:c4 brd ff:ff:ff:ff:ff:ff
    inet 172.30.109.38/24 brd 172.30.109.255 scope global eno1
       valid_lft forever preferred_lft forever
    inet6 fe80::ec4:7aff:fe47:f7c4/64 scope link 
       valid_lft forever preferred_lft forever
3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 0c:c4:7a:47:f7:c5 brd ff:ff:ff:ff:ff:ff
4: enp4s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 0c:c4:7a:58:a7:e2 brd ff:ff:ff:ff:ff:ff
5: enp4s0f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 0c:c4:7a:58:a7:e3 brd ff:ff:ff:ff:ff:ff
It seems that eve-ng is not installed using this iso which is surprising..

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Http access to EVE-NG portal is not working

Post by Uldis (UD) » Tue May 24, 2022 6:43 am

do:

Launch EVE installation manually

Code: Select all

root@eve-ng:~# cd /etc
root@eve-ng:~# ./eve-setup

Post Reply