Hai there!
I have problem with my port forwarding on Mikrotik 2.9.6. If i’m accessing the page from internal network, there’s never a problem. However, if i try to access it from outside my network, sometimes i can view the page and sometimes i cant.
I don’t understand why is this happening? is there something wrong with my settings or is it the line is having problem?
this is my settings on Mikrotik 2.9.6:
chain=dstnat dst-address=60.51.128.170 protocol=tcp dst-port=80 action=dst-nat
to-addresses=10.100.0.36 to-ports=0-65535
chain=srcnat dst-address=10.100.0.36 protocol=tcp dst-port=80 action=src-nat
to-addresses=10.100.0.242 to-ports=0-65535
thanks!