Hey guys!
Sorry for bad english ![]()
I have problem regarding port forwarding!
I have one part of my network as described on this picture!!
My problem is this!!
I need to Access a server that has IP address 192.168.60.100 port 8080 trough public IP on Mikrotik WAN1!
On other location we have an ISP 3G/4G router that has connection to the internet but we cannot access that public IP directly so I created VPN using L2TP and it works OK.
So now I can access server and other devices on network 60.0/24 from my 10.1/24 network and from other external devices when they connect to L2TP server on network 111.0/24
As I said, now I need to access port 8080 on server 192.168.60.100 directly using port forward and Im stuck!
I tried the following:
on first router: action=dst-nat chain=dstnat dst-port=8080 in-interface=ether1-WAN log=yes protocol=tcp to-addresses=192.168.60.100 to-ports=8080 – not working
on first router action=dst-nat chain=dstnat dst-port=8080 in-interface=ether1-WAN log=yes protocol=tcp to-addresses=192.168.111.48 to-ports=8080
on secod router action=dst-nat chain=dstnat dst-port=8080 in-interface=l2tp-out1 log=yes protocol=tcp to-addresses=192.168.60.100 to-ports=8080 – not working
can this be done in any way?
Kind regards,
Marko
