Hello,
I already searched on the forum for possible solutions without any success.
I can ping proxmox, in fact I can ssh it but I cant access the webgui, error shown:
ERR_TUNNEL_CONNECTION_FAILED
Some outputs:
root@e0:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.180/24
gateway 10.0.0.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
root@e0:~# wget https://10.0.0.180:8006
--2023-02-14 14:24:49-- https://10.0.0.180:8006/
Connecting to 10.0.0.180:8006... connected.
ERROR: The certificate of ‘10.0.0.180’ is not trusted.
ERROR: The certificate of ‘10.0.0.180’ doesn't have a known issuer.
root@e0:~# curl https://localhost:8006 -k | grep title
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2215 100 2215 0 0 10399 0 --:--:-- --:--:-- --:--:-- 10399
<title>e0 - Proxmox Virtual Environment</title>
root@e0:~# wget --no-check-certificate https://localhost:8006
--2023-02-14 14:26:50-- https://localhost:8006/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8006... connected.
WARNING: The certificate of ‘localhost’ is not trusted.
WARNING: The certificate of ‘localhost’ doesn't have a known issuer.
HTTP request sent, awaiting response... 200 OK
Length: 2215 (2.2K) [text/html]
Saving to: ‘index.html’
index.html 100%[=================================================>] 2.16K --.-KB/s in 0s
2023-02-14 14:26:50 (51.2 MB/s) - ‘index.html’ saved [2215/2215]
Any idea?
I already searched on the forum for possible solutions without any success.
I can ping proxmox, in fact I can ssh it but I cant access the webgui, error shown:
ERR_TUNNEL_CONNECTION_FAILED
Some outputs:
root@e0:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.180/24
gateway 10.0.0.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
root@e0:~# wget https://10.0.0.180:8006
--2023-02-14 14:24:49-- https://10.0.0.180:8006/
Connecting to 10.0.0.180:8006... connected.
ERROR: The certificate of ‘10.0.0.180’ is not trusted.
ERROR: The certificate of ‘10.0.0.180’ doesn't have a known issuer.
root@e0:~# curl https://localhost:8006 -k | grep title
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2215 100 2215 0 0 10399 0 --:--:-- --:--:-- --:--:-- 10399
<title>e0 - Proxmox Virtual Environment</title>
root@e0:~# wget --no-check-certificate https://localhost:8006
--2023-02-14 14:26:50-- https://localhost:8006/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8006... connected.
WARNING: The certificate of ‘localhost’ is not trusted.
WARNING: The certificate of ‘localhost’ doesn't have a known issuer.
HTTP request sent, awaiting response... 200 OK
Length: 2215 (2.2K) [text/html]
Saving to: ‘index.html’
index.html 100%[=================================================>] 2.16K --.-KB/s in 0s
2023-02-14 14:26:50 (51.2 MB/s) - ‘index.html’ saved [2215/2215]
Any idea?