Port Forward PPTP Client

Hi,

I need to do port forwarding the PPTP connection to some servers. I tried dst-nat on the firewall, like the one used to port forward direct connection, but not working. Can anyone help me with this?

How about listing your DST-Nat rules?

Also: Disable other DST-NAT rules and FW rules. Once you have it working then re-enable blocks of rules until it quits working. Then you know where to start looking for the problem.

-Greg

Thanks for replying, Greg.

I’ve found a workaround for my problem.

I add this route at my VPN server

/ip route
add gateway=10.1.1.2 dst-address=192.168.1.0/24

which will direct all traffic to my vpn client’s network and setup port forwarding from the vpn server instead.