cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

Expedition is not accessible through Web GUI

L0 Member

I just setup the expedition VM in my VMware. Its

 

VM is remotely accessible over SSH. However, the VM  is not accessible through Web GUI  (Expedition)

Please advise, how to troubleshoot and fix the issue.


Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04

 

Network INFO

expedition@expedition:~$ ip a
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: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:0c:29:20:70:36 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.250/24 brd 192.168.1.255 scope global ens160
valid_lft forever preferred_lft forever
inet6 fe80::20c:29ff:fe20:7036/64 scope link
valid_lft forever preferred_lft forever

 

 

Server is not showing any listen port with 443


expedition@expedition:~$ sudo ss -ltnp
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=862,fd=13))
LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=930,fd=3))
LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=930,fd=4))
expedition@expedition:~$

 

Who Me Too'd this topic