Config pptp vpn

Hi, Im trying to move a pptp connection I establish from Windows VPN dialer to the Mikrotik, so it is available for all PC’s in the network.
The guides I find are made to route all traffic throu the VPN but I only need to make VPN server ips accessible, and not route all traffic.
Any help?
At the moment I have the pptp client setup, and connected, the masquerade in NAT, and nothing more.
Thanks

We need more info. Why are you moving this tunnel?

Are you looking for a road warrior setup or site to site?

Hi, i need to be able to access a VPN server to be able to access database, etc. in some ips of the server.

At the moment I have a PPTP setup with windows vpn dialer (user, password) in each PC of the network, and i want to move that config to the mikrotik, so it is always available without the need to use the windows dialer in each pc.

Again, you haven’t stated whether this is a site to site tunnel or road warrior (remote access from the internet)

Sorry @djgizmo, im not very familiar with those terms, i’m a home user. I think it is a site to site tunnel.

If you’re a home user, google the terms.

You’re more than likely a remote access.

From where do you connect from and where do you connect to?

I just need to replicate the PTPP connection I use at the moment (with windows dial vpn) from the mikrotik and make the VPN available to all PCs connected to that router.

The conection is over the internet, from a mikrotik to another mikrotik. The server mikrotik has PPTP server installed, and I have a username and password to connect and be able to access the IPs in that network.

Assuming that you`ve made it onto the internet with your Tik, this would be the most basic approach. Give it a shot

/interface pptp-client add name="toserver" connect-to={dest-ip} user="user" password="123456" add-default-route=no dial-on-demand=yes
/ip route add distance=1 dst-address=your.server.net.work/mask gateway=pptp-toserver

Sounds like you want a site to site vpn. You need to enable nat bypass for this route.