Hello!
Need your help.
I have a lot of port mappings in office as:
3 ;;; vpn
chain=dstnat action=dst-nat to-addresses=192.168.10.101 to-ports=1723
protocol=tcp in-interface=wan1 dst-port=1723
4 ;;; www
chain=dstnat action=dst-nat to-addresses=192.168.10.102 to-ports=8080
protocol=tcp in-interface=wan1 dst-port=8080
wan1 is external interface. I use dynDNS and port mappings work when I go to the link <DNS name>:<some port> for example from home. But its not work in local net. I cant go to the link <DNS name>:<some port> ( <global ip>:<port> too) from office because used lan port and I have mappings with in-interface=wan1, no with dst-address (my global ip can changed).
Need some as Hairpin NAT (NAT loopback) and mappings with in-interface=wan1 must work.
Thanks for your help