pve-firewal rules

  1. C

    [SOLVED] Set an inbound ALLOW rule for a per-VM firewall

    I'm sure this is going to be a painfully beginner question and I apologize from the start: I'm attempting to expose a single VM to 8080 and 443. Unfortunately, networking is not my strong suit. I have two rules assigned to it, set up as shown here: (and then for HTTPS the source port is set...
  2. T

    Firewall - conntrack question

    PVE stack: 6.4-13 (running kernel: 5.4.128-1-pve) How do I define a firewall rule, via the PVE firewall web frontend, that restricts incoming packets to tagged connections(conntrack) for a specific security group? A iptables rule equivalent would be: iptables -A INPUT -m conntrack --ctstate...