Hello,I am trying to set up a test environment with nftables and I'm stuck. I have included the iptables equivalent to what I'm trying to do in the hopes someone can point me in the right direction.
Here is the iptables rule I'm trying to recreate in nftables:iptables -A PREROUTING -i eth0 -s 138.68.14.134 -p tcp -m tcp --dport\ 15150 -j DNAT --to-destination 192.168.0.2:15150
Any help would be greatly appreciated. /R Paul