Search results

  1. K

    [SOLVED] Unable to securely connect to host after fresh install

    Ended up getting it working, although not sure how things went wrong in the first place... When I installed Proxmox, the I set the IP/CIDR to 192.168.1.192/26 and this was then set as the address in /etc/network/interfaces. Removing the '/26' and rebooting got it working. So not sure, why the...
  2. K

    [SOLVED] Unable to securely connect to host after fresh install

    yeah, good call, thanks! I did actually, just neglected to mention it in the OP running date gave me the correct time & timezone, so I think the host was able to get the correct time using NTP. I was also able to run curl https://www.google.com from the host without any issue, so seems I can at...
  3. K

    [SOLVED] Unable to securely connect to host after fresh install

    Hi all, I've just setup a new Proxmox host for personal use at home and am unable to SSH to the assigned static IP or access the web GUI. I am able to ping the Proxmox host however. When I run curl -Lkvv https://192.168.1.192:8006 on the host it downloads the login page successfully, when...