dstnat and local (from router) packet
Posted: Sun Oct 22, 2017 8:03 pm
I need to change dst address in some outgoing connection originated from router itself (eg fetch command):
but it not working, any packets hitting this rule.
So my question is: for packets originated from router itself, NAT table (especially dstnat chain) is not processed?
Code: Select all
chain=dstnat action=dst-nat to-addresses=some_ip protocol=tcp dst-address=some_ip src-address-type=local
dst-port=80 log=no log-prefix=""
So my question is: for packets originated from router itself, NAT table (especially dstnat chain) is not processed?