Good morning to all,I have a iptables fw on my company that also makes a DNAT that converts one local lan IP to remote internet server IP address, seems like that:iptables -t nat -A PREROUTING -s 192.168.0.0/16 -d 192.168.10.4 -j DNAT --to 189.2.66.2...