Port forward to another mikrotik

Hi
I need help
I got two mirotiks
The first has Static public IP (for example 82.82.82.82, LAN1 192.168.0.0/24)) and the second is behind provider router without static public IP. (LAN2 192.168.20.0/24)
I want to portforward from one to another. so if i go to 82.82.82.82:88 i want to forward to LAN2 192.168.20.10:88.
Is it posible.
I tried PPTP tunnel fom mikrotik2 to mikrotik 1 (tunnel is OK) but forward to that tunnel doesnt work.

Any ideas?

EoIP tunnel between two mikrotik, create brdige with LAN … After that you have L2 bridged netwrok between MT, after you can do dst-nat to LAN on the first MT.

OK, but how to create EoIP tunnel without public IP on one mikrotik?

If you are able to create working tunnel, you do something wrong with routing.

jarda is correct: if you were able to successfully bring up a tunnel between the two routers, then you should be able to create a dst-nat rule that does what you want. My guess is that you might have a problem in your routing table somewhere. After the tunnel came up, did you verify that you could reach 192.168.20.10 that lives behind the second router from the first router (e.g., ping 192.168.20.10 from router 1 with the public IP)?

Post your config.

– Nathan

Sorry my fault …
My point of view better l2tp tunnel without add default route + ospf (point to point) between MT network range advertise connected from second router no default route.

I got a similar problem

I got my mikrotik (set on static address nad working fine) in my home
but my ISP got second mikrotik on my roof and I dont have access to it

so problem is I cant reach my mikrotik with WINBOX from outside (internet)
http and https from outside working fine, but I need do it via WINBOX
every attempt to connect to default port … give me error wrong user name
AND this is allright because I trie log into ISP router

Obviously I was change port to example 8292 at winbox service and make hole in firewall on that port
no effect still CANT connect

I got several services inside my LAN like apache and smtp and its working fine from outside
but I CANT connect to my mikrotik via WINBOX

My ISP asure me every port is redirected to me

thanks for any clue