Hi!
I've managed to set up Cloudflare + NPM so I can access my private services through my regular domain using certificates. This way, I'm not getting the dreaded non-secure connection alert.
Everything seems to be working okay. I can create as many subdomains as I want. For example, I created one for TrueNAS as "truenas.mydomain.com" and a couple for my PVE nodes as "pve.mydomain.com" and "pve2.mydomain.com." If I access any of these, it will load the web GUI, and it appears to be working fine. However, I'm having issues with all the shells, including the host shell and any shells from VMs or LXCs. I can't figure out what's going on for the life of me.
I get an error when attempting to access the shell of the host via pve.mydomain.com. However, it works fine when I use the local IP address.
And I get this error when I try with an LXC.
Any ideas where I could start digging? Thanks!
I've managed to set up Cloudflare + NPM so I can access my private services through my regular domain using certificates. This way, I'm not getting the dreaded non-secure connection alert.
Everything seems to be working okay. I can create as many subdomains as I want. For example, I created one for TrueNAS as "truenas.mydomain.com" and a couple for my PVE nodes as "pve.mydomain.com" and "pve2.mydomain.com." If I access any of these, it will load the web GUI, and it appears to be working fine. However, I'm having issues with all the shells, including the host shell and any shells from VMs or LXCs. I can't figure out what's going on for the life of me.
I get an error when attempting to access the shell of the host via pve.mydomain.com. However, it works fine when I use the local IP address.
Bash:
failed waiting for client: timed out
TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/pve --perm Sys.Console -- /bin/login -f root' failed: exit code 1
And I get this error when I try with an LXC.
Bash:
()
failed waiting for client: timed out
TASK ERROR: command '/usr/bin/termproxy 5900 --path /vms/100 --perm VM.Console -- /usr/bin/dtach -A /var/run/dtach/vzctlconsole100 -r winch -z lxc-console -n 100 -e -1' failed: exit code 1
Any ideas where I could start digging? Thanks!