Hi Team Little update iptables 1.8.8 work after rebuild and install 1.8.9 iptables -t nat -A PREROUTING -d 100.91.1.238/32 -i bond0 -p tcp --dport 7878 -j DNAT --to-destination 78.142.32.70:7878 stop work with this error. m. > On 1 Mar 2023, at 17:05, Martin Zaharinov <micron10@xxxxxxxxx> wrote: > > Hi team > > i see one bug after kernel 6.1 > > > iptables -t nat -A PREROUTING -d 100.91.1.238/32 -i bond0 -p tcp --dport 7878 -j DNAT --to-destination 10.240.241.99:7878 > iptables v1.8.9 (legacy): unknown option "--to-destination" > Try `iptables -h' or 'iptables --help' for more information. > > try with kernel 6.1.11 6.1.12 6.1.13 > and 6.2.1 > > Best regards, > Martin >