I'm new to Proxmox, but I managed to create a brand new node
that is currently accessible at my local IP address
Here's the output from executing some basic troubleshooting on the node:
So it looks like the basic setup is correct. Other details of note:
- there is no firewall rules configured in Proxmox
- I did follow a tutorial to create a SSL certificate for the
, with a new message
This server couldn't prove that it's 192.168.86.19; its security certificate is from pve1.palazzetto.xyz. This may be caused by a misconfiguration or an attacker intercepting your connection.
At my wits end, so would appreciate any guidance. Thanks!
192.168.86.19 but not this custom domain `pve1.palazzetto.xyz`. The error message is "ERR_CONNECTION_REFUSED".Here's the output from executing some basic troubleshooting on the node:
$> cat /etc/hosts127.0.0.1 localhost.localdomain localhost192.168.86.19 pve1.palazzetto.xyz pve1$> cat /etc/resolv.confsearch palazzetto.xyznameserver 1.1.1.1$> ping pve1.palazzetto.xyzPING pve1.palazzetto.xyz (192.168.86.19) 56(84) bytes of data.64 bytes from pve1.palazzetto.xyz (192.168.86.19): icmp_seq=1 ttl=64 time=0.024 ms64 bytes from pve1.palazzetto.xyz (192.168.86.19): icmp_seq=2 ttl=64 time=0.023 ms64 bytes from pve1.palazzetto.xyz (192.168.86.19): icmp_seq=3 ttl=64 time=0.022 msSo it looks like the basic setup is correct. Other details of note:
- there is no firewall rules configured in Proxmox
- I did follow a tutorial to create a SSL certificate for the
palazzetto.xyz domain using Cloudflare and ACME. The certificate is created successfully, although the "Not Secure" connection warning is still there,This server couldn't prove that it's 192.168.86.19; its security certificate is from pve1.palazzetto.xyz. This may be caused by a misconfiguration or an attacker intercepting your connection.
At my wits end, so would appreciate any guidance. Thanks!