Hi , I want to do the dnat like match IPV6 udp dport 9999 dnat to IPV4:9999 However, the rule bellow didn't work. table inet nat { chain prerouting { type nat hook prerouting priority 100; policy accept; ip6 nexthdr udp udp dport 9999 dnat to 192.168.1.11:9999 } chain postrouting { type nat hook postrouting priority 100; policy accept; masquerade } Could you show me how to config ipv6 dnat to ipv4 ? Thanks. --------------- konia 2020/03/23