Configure VPN

Please assist, I have a D-Link Modem in bridge mode connected to Mikrotik - Router Board 750, which has been configure with a script to allow for me to Login directly to my server as i am using a Dynamic DNS.

I need to setup port forwarding for VPN access, please assist in telling me how to do this.

hi
you can used from dst-nat to access to your server from internet.

i tried setting setting up dst-nat {passthrough} on port 1723 to my RRAS server and it cannot pass.

2 chain=dstnat action=passthrough protocol=tcp src-address= x.x.x.x
dst-address=10.0.0.8 src-port=1723 dst-port=1723

3 chain=dstnat action=passthrough protocol=gre src-address= x.x.x.x
dst-address=10.0.0.8