OS: Debian 11 x86_64
I am looking to convert some of my iptable rules to nftables.
I have tried to use iptables-translate, but it is not translating all of my rules.
My original iptables script:
#!/bin/sh
sudo apt install iptables
# accept ports 500 and 4500, required for IKEv2
sudo...