table ip nat { chain postrouting { type nat hook postrouting priority 100; policy accept; oifname "enp59s0u2u4c2" ip daddr 95.110.230.204 snat to 192.168.1.10 oifname "enp0s20f0u4u4c2" iifname "enp0s31f6" snat to 192.168.0.10 } chain prerouting { type nat hook prerouting priority 100; policy accept; iifname "enp0s31f6" udp dport 53 redirect to :53 iifname "enp0s31f6" tcp dport 53 redirect to :53 } }