Community discussions

MikroTik App
 
rxfoote
newbie
Topic Author
Posts: 33
Joined: Thu Oct 04, 2012 12:21 am

PPTP Site to Site VPN

Mon Apr 28, 2014 8:28 pm

Does anyone have instructions for a site to site PPTP VPN tunnel setup? Thanks!
 
User avatar
c0d3rSh3ll
Long time Member
Long time Member
Posts: 557
Joined: Mon Jul 25, 2011 9:42 pm
Location: [admin@Chile] >

Re: PPTP Site to Site VPN

Mon Apr 28, 2014 8:34 pm

Here:

http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP



sent from my mobile phone using tapatalk
 
rxfoote
newbie
Topic Author
Posts: 33
Joined: Thu Oct 04, 2012 12:21 am

Re: PPTP Site to Site VPN

Tue Apr 29, 2014 12:34 am

Thank you, I will go through it! Any chance something with Winbox? I'm fairly new to RouterOS and not confident I could do via cli. Thanks!
 
MovingNetworksFwd
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Tue Feb 18, 2014 1:50 am
Location: Arkansas
Contact:

Re: PPTP Site to Site VPN

Tue Apr 29, 2014 12:36 am

If you want to email me so I can get a few more specifics from you I can make you a graphical step by step for your application.

I can be reached at ryan@movingnetworksforward.com

Ryan
 
rxfoote
newbie
Topic Author
Posts: 33
Joined: Thu Oct 04, 2012 12:21 am

Re: PPTP Site to Site VPN

Tue Apr 29, 2014 1:10 am

Email sent, thanks!
 
rxfoote
newbie
Topic Author
Posts: 33
Joined: Thu Oct 04, 2012 12:21 am

Re: PPTP Site to Site VPN

Tue Apr 29, 2014 8:27 pm

Thank you, your instructions work perfectly! I can ping across the VPN on both Tiks. However, from the PC side I can only ping across the server side to the client side. From the client PC side, I can't ping the other side. Any ideas? Thanks!
 
ganewbie
newbie
Posts: 44
Joined: Fri Feb 24, 2012 4:46 pm

Re: PPTP Site to Site VPN

Tue Apr 29, 2014 8:40 pm

Great that it worked for you but could post the instruction in order to benefit the community.
 
rxfoote
newbie
Topic Author
Posts: 33
Joined: Thu Oct 04, 2012 12:21 am

Re: PPTP Site to Site VPN

Tue Apr 29, 2014 11:59 pm

Thanks to Ryan for all the help!

Basic config;

PPTP Server
1. Open PPP from the menu, click the profiles tab, and select the default-encryption profile
2. Open the profile and enter 10.1.1.1 for the local address line and 10.1.1.2 for the remote address line.
3. (IF you have ipv6) Select the Protocols tab and change use IPV6 to no
4. Close the profile window and go to the PPP secrets tab
5. Add a secret with the + (set your own user and password) set the Service drop down to PPTP and profile to default-encryption.
6. Select the Interface tab in the PPP window and click on PPTP-Server, check the Enabled box within and close the window.
7. Go to IP -> Routes in the menu and click the +.
8. In the new route window change the dst-address to 192.168.113.0/24 and gateway to 10.1.1.2 and click ok.
9. Configure other side
10. Go to tools -> ping, enter 192.168.113.1 in the ping to and hit start a test connectivity.

PPTP Client
1. Open PPP window
2. Select interface tab if not already selected.
3. Hit + and select PPTP-Client from the drop down.
4. In the PPTP Client window select the dial out tab.
5. Change connect to and enter your servers WAN IP address along with your username and password.
6. Go to IP -> Routes in the menu and set the dst address to 192.168.111.0/24 and the gateway to 10.1.1.1
7. Open tools -> ping, enter 192.168.111.1 in the ping to line and hit start to test connectivity.
 
thyly
just joined
Posts: 4
Joined: Tue Dec 09, 2014 9:57 am

Re: PPTP Site to Site VPN

Tue Dec 09, 2014 10:43 am

I currently have difficulties in site-to-site vpn and vlan configuration as I am the new one. I sent email you already by ryan@movingnetworksforward.com address with the attachment file. So please kindly send me some advices. Thank you advance! :)
 
thyly
just joined
Posts: 4
Joined: Tue Dec 09, 2014 9:57 am

Re: PPTP Site to Site VPN

Tue Dec 09, 2014 10:46 am

Sorry my email address is thy.ly@hope.edu.kh :) I hope to hearing from you soon.
 
thyly
just joined
Posts: 4
Joined: Tue Dec 09, 2014 9:57 am

Re: PPTP Site to Site VPN

Wed Dec 10, 2014 10:15 am

Thanks to Ryan for all the help!

Basic config;

PPTP Server
1. Open PPP from the menu, click the profiles tab, and select the default-encryption profile
2. Open the profile and enter 10.1.1.1 for the local address line and 10.1.1.2 for the remote address line.
3. (IF you have ipv6) Select the Protocols tab and change use IPV6 to no
4. Close the profile window and go to the PPP secrets tab
5. Add a secret with the + (set your own user and password) set the Service drop down to PPTP and profile to default-encryption.
6. Select the Interface tab in the PPP window and click on PPTP-Server, check the Enabled box within and close the window.
7. Go to IP -> Routes in the menu and click the +.
8. In the new route window change the dst-address to 192.168.113.0/24 and gateway to 10.1.1.2 and click ok.
9. Configure other side
10. Go to tools -> ping, enter 192.168.113.1 in the ping to and hit start a test connectivity.

PPTP Client
1. Open PPP window
2. Select interface tab if not already selected.
3. Hit + and select PPTP-Client from the drop down.
4. In the PPTP Client window select the dial out tab.
5. Change connect to and enter your servers WAN IP address along with your username and password.
6. Go to IP -> Routes in the menu and set the dst address to 192.168.111.0/24 and the gateway to 10.1.1.1
7. Open tools -> ping, enter 192.168.111.1 in the ping to line and hit start to test connectivity.
 
matezz
just joined
Posts: 1
Joined: Tue Feb 21, 2017 3:40 pm

Re: PPTP Site to Site VPN

Sun Mar 12, 2017 8:22 pm

Your guide worked flawlessly.
Thank you very much