I`m trying to add some custom iptables rules (like connlimit) for guest machines.
Example rule is:
As seen tap101i0 is the vm 101 adapter. The rule has no effect, I can open more than 30 simultaneous connections easily.
Since I`m not that experienced with iptables and proxmox firewall design, could someone elaborate where the issue is?
Thanks
Example rule is:
-A tap101i0-IN -p tcp -m connlimit --connlimit-above 30 --connlimit-mask 32 --connlimit-saddr -j REJECT --reject-with tcp-reset
As seen tap101i0 is the vm 101 adapter. The rule has no effect, I can open more than 30 simultaneous connections easily.
Since I`m not that experienced with iptables and proxmox firewall design, could someone elaborate where the issue is?
Thanks