Hello!
Recently ihave added the firewall nat rule: chain=dstnat protocol=tcp dstport=80 action=netmap to-addresses=10.10.10.10 to-ports=80
I havent specify the In-interface, which is a result of none of http sites over the internet and local through port 80 is available.
I would like to understand how it happens?
I see this:
from local network: router sees connection to... lets say facebook.com though 80 port and masquarades it to internet say with 803060 port(so, router knows that everything comes to 803060 port is redirected to whichever local address tried to connect facebook.com through 80 port.)
From the internet - whenever someone tries to reach my mikrotik device on 80 port it should be redirected to 10.10.10.10 to port 80.
The actual question is why, when i dont specify in-interfce in NAT dstnat chain, it redirects all traffic to 10.10.10.10.
Actually when i wrote all this i somehow got an idea, that mikrotik device activates NAT dstnat chain on ALL interfaces and addresses of port-forwarding rule ?
Thanks in advance