====== Hairpin NAT ====== [[http://forum.mikrotik.com/viewtopic.php?t=82271|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.