Port Forward inside Policy Routing

Hi all,

I trying to get something done, this is what i trying to achieve.

I set up my mikrotik with internet (PPPoE VLAN dynamic ip)
i have standard sets of firewall and NAT rules on my firewall.

so far so good
then i created another pptp client interface (for VPN usage), the VPN gives me a dedicated IP with all ports open
i adjusted Mangle and Routing table so that only certain IP inside LAN will use the VPN

everything still works pretty good

on normal cicumstances, when i do port forward to interface PPPoE, it works good.

but now i trying to achieve port forwarding to the PPTP interface. anyone knows how to do it?

trying to make it works this way…

  1. Normal Standard configuration
    Client → internet → pppoe → port 80 → internal server 192.168.10.10

  2. i am trying port forwarding to VPN
    Client → internet → PPTP → port 80 → internal server 192.168.10.20

what should i do to make it work? do i need to configure extra filter rules? I created NAT rules and it doesnt work…


Thank you in advance.

update:

i am able to port forward after VPN

but when i use NAT Loopback that used “Dst Address Type = local”, port forwarding wont work after VPN.

any forumer can help? please?..

Thnaks