Red Squirrel's latest activity

  • R
    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...
  • R
    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...
  • R
    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...
  • R
    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...