I notice if I try to setup backups, either the built in way or with PBS, if VM IDs match across the two clusters then VMs from the other cluster show up in the backup list for the one that has a matching ID. Would this be problematic, like would...
I would setup a VPN server like Wireguard or OpenVPN. Once you have that setup you VPN in and then can access everything on your network. I have mine setup in a way where I need to authenticate myself first on a hidden web page which unblocks...
It works now but in case someone runs into this, here's my firewall script :
ipv4:
#!/usr/bin/env iptables-restore
*filter
:FORWARD DROP [0:0]
:INPUT DROP [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT...
EDIT: Got it working!
Nothing makes you panic troubleshoot more than when all sites go down... Had to add this to my firewall script:
ip6tables -A INPUT -s ::1/128 -j ACCEPT
I started wondering if the issue was IPv6 related and started...
Just tried that but it did not change anything. Still can't connect to any consoles. Host or VMs. At one point I could connect to one specific VM but it was a fluke, it stopped working now.
This is what I get in journald any time I try:
May...
I recently moved my VMs over to a new PVE 9.2.3 instance on an OVH server, was able to access the consoles initially, but now I can't access any of them, it just sits at connecting forever and never connects. For a while I also couldn't connect...