Доброго времени суток, нужна помощь теоретиков.
/ip firewall nat add chain=dst-nat dst-address=
1.1.1.1 protocol=tcp dst-port=80 \
action=dst-nat to-addresses=
2.2.2.2 to-ports=80
/ip firewall nat add chain=src-nat dst-address=
2.2.2.2 protocol=tcp dst-port=80 \
action=masquerade
Есть рабочая схема подмены внешнего адреса, объясните пожалуйста, что здесь происходит с пакетами?