User Tools

Site Tools


Sidebar

mikrotik:hairpin_nat

Hairpin NAT

Link from mirotik forum

ok,It is working now with these nat rules:

Code: Select all

add action=dst-nat chain=dstnat comment="hairPin NAT" dst-address-type=local dst-port=0-65535 protocol=tcp to-addresses=192.168.223.95 to-ports=0-65535
 
add action=masquerade chain=srcnat comment="hairPin NAT" dst-address=192.168.223.95 dst-port=0-65535 out-interface=bridge-local protocol=tcp src-address=192.168.223.0/24

Thank you very much for your cooperation and time.

mikrotik/hairpin_nat.txt · Last modified: 2016/05/29 20:45 (external edit)