Hello,
I'm working on trying out the new nftables proxmox-firewall on a couple nodes of our dev cluster to see how it works and I hit something I can't quite work past. Our rules are kind of a mess on our dev cluster, so it's probably going to be a good test of how the new code works.
Issues I worked past
- The first issue I ran into is that proxmox-firewall doesn't directly support the old style of IPSet references. IE: If I used
Read more
I'm working on trying out the new nftables proxmox-firewall on a couple nodes of our dev cluster to see how it works and I hit something I can't quite work past. Our rules are kind of a mess on our dev cluster, so it's probably going to be a good test of how the new code works.
Issues I worked past
- The first issue I ran into is that proxmox-firewall doesn't directly support the old style of IPSet references. IE: If I used
+my-ipset
instead of +dc/my-ipset
, the...Read more