Search results

  1. T

    [SOLVED] Why do some nodes require a password for Shell and others do not?

    Ended up figuring out that redoing a ssh-keygen for root solved the problem in the end.
  2. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    OK, after reinstalling my OpenVPN server, all of a sudden I can access using hostname. I can't explain why since (pre reinstallation) I could ping hostname, ping IP address, and access GUI using IP address. Marking SOLVED, but have no idea why/how things changed.
  3. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    Thanks for your suggestions, here are the results: The following shows ipaddress then hostname: And the Windows C:/Windows/system32/etc/hosts: ``` PS C:\WINDOWS\system32\drivers\etc> type hosts # Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft...
  4. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    bump again ... this problem is really perplexing me ... In the manual, https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch#Connect_to_the_Proxmox_VE_web_interface It states: Connect to the Proxmox VE web interface Connect to the admin web interface (https://youripaddress:8006). If...
  5. T

    [SOLVED] Why do some nodes require a password for Shell and others do not?

    Proxmox 6.4.x (latest) Some of my nodes in the cluster require that I type a password to enter Shell: While others just logs me in: Is it possible to make all nods passwordless? Thank you
  6. T

    [SOLVED] One node seems to have lost participation in the pmxcfs

    Thank you!! you're a lifesaver.. I actually did all but one step (the killall step). Everything is happy again! :-)
  7. T

    [SOLVED] One node seems to have lost participation in the pmxcfs

    I have a 5 node cluster. One of the nodes had some issues, and so hardware needed to be changed. Now when I boot the node up, it doesn't seem to be participating in the pmxcfs. So the when I look at the "Datacenter" view, that node seen as down. And when I log into the :8006 port of that node...
  8. T

    [SOLVED] swapoff - Is it possible to reclaim pve-swap space for pve-root?

    Thanks Lorenz. This is a great solution. Thanks! Marking solved.
  9. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    bump ... I've found that this is the case not only for the NC LXC CT, but I can't get to the management interface at port 8006 using the hostname either. I've tried multiple browsers, same result. So, when I go to https://hostname:8006, I get nothing. But when I go to https:192.168.1.x:8006...
  10. T

    [SOLVED] swapoff - Is it possible to reclaim pve-swap space for pve-root?

    Hello all, I run all my nodes with SSDs or NVMe drives. I don't like using swap with these devices. Additionally, most of my nodes are read-only nodes. I've measured that my R/W ratio is >90%/10%. I know that many of you might want to challenge my decision on doing this, and I am happy to...
  11. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    @hepo, Thanks for your suggestion. Also tried that too! But since I can access it from another computer, I think I'm going to put it down to some glitch on the computer I'm using.
  12. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    Already updated. I tried it on one other browser, and it looks like it might just be the browser that set up the CT.
  13. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    Lorenz, That's a good suggestion, but it isn't. I've checked all of those already. I had the same problem with MediaWiki, DokuWiki and all the other CT's I've tried. I even tried pinging ct.example.com from INSIDE the CT, and it was fine. The only time it isn't working is when I go to a...
  14. T

    [SOLVED] WebGUI Can get to Node WEBGUI, VM, or CT using https://192.168.1.xxx(:8006), but not https://hostname(:8006)

    Hello all, I'm new to PVE and first time using LXC/CT. I'm almost certain that others may have come across this problem, but I've been searching, and I can't seem to find a suitable answer. I just installed the NextCloud CT (using the Turnkey Linux template). I can access Nextcloud if I use...