<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>step by step &#8211; Uroš Vovk</title>
	<atom:link href="https://www.urosvovk.com/tag/step-by-step/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.urosvovk.com</link>
	<description>Uroš Vovk home page</description>
	<lastBuildDate>Mon, 09 Mar 2015 17:26:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>gmail configuration for Mikrotik router OS mail</title>
		<link>https://www.urosvovk.com/gmail-configuration-for-mikrotik-router-os-mail/</link>
					<comments>https://www.urosvovk.com/gmail-configuration-for-mikrotik-router-os-mail/#comments</comments>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Mon, 09 Mar 2015 20:02:26 +0000</pubDate>
				<category><![CDATA[Network Stuff]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[explanation]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail configuration]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.urosvovk.com/?p=720</guid>

					<description><![CDATA[Usually I would say something about the tool that I talk about, but this time a quote from wiki.mikrotik.com (link) will do the job: E-mail tool is the utility that allows to send e-mails from the router. Tool can be used to send regular configuration backups and exports to network administrator. Email tool uses only &#8230; <a href="https://www.urosvovk.com/gmail-configuration-for-mikrotik-router-os-mail/" class="more-link">Continue reading <span class="screen-reader-text">gmail configuration for Mikrotik router OS mail</span></a>]]></description>
										<content:encoded><![CDATA[<p>Usually I would say something about the tool that I talk about, but this time a quote from wiki.mikrotik.com (<a title="wiki" href="http://wiki.mikrotik.com/wiki/Manual:Tools/email">link</a>) will do the job:</p>
<blockquote><p>E-mail tool is the utility that allows to send e-mails from the router. Tool can be used to send regular configuration backups and exports to network administrator.<br />
Email tool uses only plain authentication and tls encryption. Other methods are not supported.</p></blockquote>
<p>All data that you need is here:</p>
<pre>Server:   74.125.136.108 <span style="color: #ff0000;">[smtp.gmail.com] &lt;- you can't use hostname</span>
Port:     587
From:     &lt;your name&gt; &lt;- nice name
User:     &lt;gmail username&gt; &lt;- <span style="color: #ff0000;">without @gmail.com</span>
Password: &lt;gmail password&gt;</pre>
<p>Configuring this tool is very simple, all you need to do is fill your data as shown in the picture</p>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-723" src="http://www.urosvovk.com/wp-content/uploads/2015/03/IMG000070.png" alt="mail settings" width="535" height="480" srcset="https://www.urosvovk.com/wp-content/uploads/2015/03/IMG000070.png 535w, https://www.urosvovk.com/wp-content/uploads/2015/03/IMG000070-300x269.png 300w" sizes="(max-width: 535px) 100vw, 535px" /></p>
<p>or you can do this in one step from the terminal:</p>
<pre>/tool e-mail set address=74.125.136.108 from="&lt;your name&gt;" password=&lt;gmail password&gt; port=587 start-tls=yes user=&lt;gmail username&gt;</pre>
<p>This is all you need to do&#8230; next time I will write some usage example. If you have some your example, you can leave it in a comment ;)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.urosvovk.com/gmail-configuration-for-mikrotik-router-os-mail/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Step by Step: How to configure a PPTP VPN Client on Mikrotik RouterOS</title>
		<link>https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-client-on-mikrotik-routeros/</link>
					<comments>https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-client-on-mikrotik-routeros/#comments</comments>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Tue, 16 Sep 2014 16:30:11 +0000</pubDate>
				<category><![CDATA[Network Stuff]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPN Client]]></category>
		<guid isPermaLink="false">http://www.urosvovk.com/?p=698</guid>

					<description><![CDATA[Intro Last time I wrote how to configure a PPTP VPN Server on Mikrotik RouterOS Today I will show you how to configure a PPTP VPN Client on Mikrotik RouterOS. Before we start I will try to explain what I want to do&#8230; My home network: 192.168.1.0/24 - Private 192.168.2.0/24 - Public Remote location: 192.168.3.0/24 &#8230; <a href="https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-client-on-mikrotik-routeros/" class="more-link">Continue reading <span class="screen-reader-text">Step by Step: How to configure a PPTP VPN Client on Mikrotik RouterOS</span></a>]]></description>
										<content:encoded><![CDATA[<h3>Intro</h3>
<p>Last time I wrote <a title="Step by Step: How to configure a PPTP VPN Server on Mikrotik RouterOS" href="http://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-server-on-mikrotik-routeros/" target="_blank">how to configure a PPTP VPN Server on Mikrotik RouterOS</a></p>
<p>Today I will show you how to configure a PPTP VPN Client on Mikrotik RouterOS.</p>
<p>Before we start I will try to explain what I want to do&#8230;</p>
<p><strong>My home network:</strong></p>
<pre>192.168.1.0/24 - Private
192.168.2.0/24 - Public</pre>
<p><strong>Remote location:</strong></p>
<pre>192.168.3.0/24</pre>
<p>I would like to establish a VPN connection to the remote location on my Mikrotik router and allow computers (only!) from my private subnet to access computers on the remote location.</p>
<p>This tutorial will explain you how I did this. Here is a simple step by step tutorial with images and all information that you need to get PPTP VPN Client working&#8230;</p>
<h3>Step 1: Create PPTP Client</h3>
<p>Noting special on this step, so I think that the image is enough :)</p>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-1.png"><img decoding="async" class="aligncenter size-full wp-image-703" src="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-1.png" alt="slika 1" width="969" height="518" srcset="https://www.urosvovk.com/wp-content/uploads/2014/09/slika-1.png 969w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-1-300x160.png 300w" sizes="(max-width: 969px) 100vw, 969px" /></a></p>
<h3>Step 2: Configure PPTP Client</h3>
<p>After you created the PPTP Client you will need to enter some basic information:</p>
<ol>
<li>VPN server hostname or IP</li>
<li>VPN username and password</li>
</ol>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-2.png"><img decoding="async" class="aligncenter size-full wp-image-704" src="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-2.png" alt="slika 2" width="509" height="442" srcset="https://www.urosvovk.com/wp-content/uploads/2014/09/slika-2.png 509w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-2-300x260.png 300w" sizes="(max-width: 509px) 100vw, 509px" /></a></p>
<p>then you need a name for the client&#8230;</p>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-3.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-705" src="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-3.png" alt="slika 3" width="500" height="438" srcset="https://www.urosvovk.com/wp-content/uploads/2014/09/slika-3.png 500w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-3-300x262.png 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a></p>
<p>If you enter the correct information you are already connected to the VPN server</p>
<p>You can now double-click on pptp-client and see the status</p>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-4.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-706" src="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-4.png" alt="slika 4" width="816" height="635" srcset="https://www.urosvovk.com/wp-content/uploads/2014/09/slika-4.png 816w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-4-300x233.png 300w" sizes="auto, (max-width: 816px) 100vw, 816px" /></a></p>
<h3>Note</h3>
<p>With the current configuration I can ping a remote computer from my Mikrotik:</p>
<pre>[admin@MikroTik] &gt; ping address=192.168.3.2 src-address=192.168.3.101 count=3 
HOST                                     SIZE TTL TIME  STATUS                                  
192.168.3.2                                56 127 42ms 
192.168.3.2                                56 127 44ms 
192.168.3.2                                56 127 41ms 
    sent=3 received=3 packet-loss=0% min-rtt=41ms avg-rtt=42ms max-rtt=44ms</pre>
<p>but I can&#8217;t ping the same computer from any other location (other computers connected to my Mikrotik&#8230;</p>
<pre>C:\Users\User&gt;ping 192.168.3.2

Pinging 192.168.3.2 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.3.2:
    Packets: Sent = 3, Received = 0, Lost = 3 (100% loss)</pre>
<p>to resolve this we need to add a <span style="text-decoration: underline;">NAT rule</span> and one more <span style="text-decoration: underline;">route</span></p>
<h3>Step 3: NAT configuration</h3>
<pre>[admin@MikroTik] &gt; /ip firewall nat print
...

 1    ;;; pptp-client masquerade
      chain=srcnat action=masquerade src-address=192.168.1.2-192.168.1.254 
      out-interface=pptp-client log=no log-prefix="" 

...</pre>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-5.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-707" src="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-5.png" alt="slika 5" width="650" height="752" srcset="https://www.urosvovk.com/wp-content/uploads/2014/09/slika-5.png 650w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-5-259x300.png 259w" sizes="auto, (max-width: 650px) 100vw, 650px" /></a></p>
<p><span style="text-decoration: underline;">src-address</span> is used to allow only computers from my private subnet</p>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-6.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-708" src="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-6.png" alt="slika 6" width="612" height="648" srcset="https://www.urosvovk.com/wp-content/uploads/2014/09/slika-6.png 612w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-6-283x300.png 283w" sizes="auto, (max-width: 612px) 100vw, 612px" /></a></p>
<p>In simple words&#8230; With this we allowed other computers to use VPN client interface.</p>
<h3>Step 4: Add new route</h3>
<p>route #4 is automatically added with pptp-client.<br />
We need to add route #3&#8230;<br />
Again&#8230; in simple words&#8230; With this route we route all request from<strong> 192.168.1.1</strong> (router IP for private subnet) to remote subnet</p>
<pre>[admin@MikroTik] &gt; /ip route print 
 #      DST-ADDRESS        PREF-SRC        GATEWAY            DISTANCE
 ...
 3 A S  192.168.3.0/24     192.168.1.1     pptp-client               1
 4 ADC  192.168.3.100/32   192.168.3.101   pptp-client               0
 ...</pre>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-7.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-709" src="http://www.urosvovk.com/wp-content/uploads/2014/09/slika-7.png" alt="slika 7" width="1296" height="667" srcset="https://www.urosvovk.com/wp-content/uploads/2014/09/slika-7.png 1296w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-7-300x154.png 300w, https://www.urosvovk.com/wp-content/uploads/2014/09/slika-7-1024x527.png 1024w" sizes="auto, (max-width: 1296px) 100vw, 1296px" /></a></p>
<h3>Step 5: Finish</h3>
<p>If you did all right, you now have access to the remote subnet from your private subnet.</p>
<p>A quick test&#8230;</p>
<pre>C:\Users\User&gt;ping 192.168.3.2
Pinging 192.168.3.2 with 32 bytes of data:
Reply from 192.168.3.2: bytes=32 time=41ms TTL=126
Reply from 192.168.3.2: bytes=32 time=41ms TTL=126
Reply from 192.168.3.2: bytes=32 time=86ms TTL=126

Ping statistics for 192.168.3.2:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 41ms, Maximum = 86ms, Average = 56ms</pre>
<p>If you need any help or I did something wrong, leave a comment and I will try to do my best to help you.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-client-on-mikrotik-routeros/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Step by Step: How to configure a PPTP VPN Server on Mikrotik RouterOS</title>
		<link>https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-server-on-mikrotik-routeros/</link>
					<comments>https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-server-on-mikrotik-routeros/#comments</comments>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Sun, 22 Jun 2014 17:12:14 +0000</pubDate>
				<category><![CDATA[Network Stuff]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[pool]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[secrets]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[VPN server]]></category>
		<guid isPermaLink="false">http://www.urosvovk.com/?p=681</guid>

					<description><![CDATA[Intro Before I started to wrote this post, I thought that would be nice to say some word about PPTP VPN and Mikrotik RouterOS, but then I realized that if you are reading this, there is no need to explain what is PPTP VPN server or Mikrotik RouterOS. Here is a simple step by step tutorial with images and &#8230; <a href="https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-server-on-mikrotik-routeros/" class="more-link">Continue reading <span class="screen-reader-text">Step by Step: How to configure a PPTP VPN Server on Mikrotik RouterOS</span></a>]]></description>
										<content:encoded><![CDATA[<h3>Intro</h3>
<p>Before I started to wrote this post, I thought that would be nice to say some word about PPTP VPN and Mikrotik RouterOS, but then I realized that if you are reading this, there is no need to explain what is PPTP VPN server or Mikrotik RouterOS.</p>
<p>Here is a simple step by step tutorial with images and all information that you need to get a fully working PPTP VPN server&#8230;<span id="more-681"></span></p>
<h3>Step 1: create VPN pool</h3>
<p>IP pools are used to define range of IP addresses that will be used for your PPTP VPN server</p>
<pre>[admin@MikroTik] &gt; /ip pool print
 NAME      RANGES
 VPN-pool  192.168.1.101-192.168.1.110</pre>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-pool.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-685" src="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-pool.png" alt="VPN pool" width="909" height="531" srcset="https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-pool.png 909w, https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-pool-300x175.png 300w" sizes="auto, (max-width: 909px) 100vw, 909px" /></a></p>
<h3>Step 2: create a VPN user</h3>
<p>In this step you will create a user that can connect to your VPN Server. In this example only one user is created, but you can add as many user as you need&#8230;</p>
<pre>[admin@MikroTik] &gt; /ppp secret print
 # NAME SERVICE CALLER-ID PASSWORD PROFILE     REMOTE-ADDRESS
 0 ppp1 pptp    ppp1      ****     VPN-profile</pre>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-secrets.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-687" src="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-secrets.png" alt="VPN secrets" width="506" height="513" srcset="https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-secrets.png 506w, https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-secrets-295x300.png 295w, https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-secrets-60x60.png 60w" sizes="auto, (max-width: 506px) 100vw, 506px" /></a></p>
<h3>Step 3: create a VPN profile</h3>
<p>From <a title="PPP" href="http://wiki.mikrotik.com/wiki/Manual:PPP_AAA#User_Profiles" target="_blank">wiki.mikrotik.com</a></p>
<blockquote><p>PPP profiles are used to define default values for user access records stored under /ppp secret submenu. Settings in /ppp secret User Database override corresponding /ppp profile settings except that single IP addresses always take precedence over IP pools when specified as local-address or remote-address parameters.</p></blockquote>
<pre>[admin@MikroTik] &gt; /ppp profile print
 1    name="VPN-profile" local-address=192.168.1.1 remote-address=VPN-pool bridge=br1 use-mpls=default
      use-compression=default use-vj-compression=default use-encryption=yes only-one=default
      change-tcp-mss=yes address-list="" dns-server=8.8.8.8,8.8.4.4</pre>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-Profile.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-686" src="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-Profile.png" alt="VPN Profile" width="674" height="617" srcset="https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-Profile.png 674w, https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-Profile-300x274.png 300w" sizes="auto, (max-width: 674px) 100vw, 674px" /></a></p>
<h3>Step 4: Create PPTP Server Binding (Optional)</h3>
<p>This step is optional, because your VPN server will work even if you skip this.</p>
<p>In this step you bind user <strong>ppp1</strong> to interface <strong>pptp-in1</strong>. This is very useful if you need to create firewall rules for a specific user.</p>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-interface.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-684" src="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-interface.png" alt="VPN interface" width="942" height="891" srcset="https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-interface.png 942w, https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-interface-300x283.png 300w" sizes="auto, (max-width: 942px) 100vw, 942px" /></a></p>
<h3>Step 5: Enable VPN Server</h3>
<p>In this step we just need to enable our PPTP server and set default profile&#8230;</p>
<pre>[admin@MikroTik] &gt; /interface pptp-server server print
           enabled: yes
           max-mtu: 1450
           max-mru: 1450
              mrru: 1600
    authentication: mschap1,mschap2
 keepalive-timeout: 30
   default-profile: VPN-profile</pre>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-enable-PPTP1.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-688" src="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-enable-PPTP1.png" alt="VPN enable PPTP" width="929" height="409" srcset="https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-enable-PPTP1.png 929w, https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-enable-PPTP1-300x132.png 300w" sizes="auto, (max-width: 929px) 100vw, 929px" /></a></p>
<h3>Step 6: Configure bridge (Optional)</h3>
<p>Like step 4, even this step is optional. This step is the main reason that I&#8217;m writing this tutorial, so it deserves a few word :)</p>
<p>If you skip this step, you will be able to connect to your VPN server, you will have the same public IP as your VPN server, but you will not see any other devices connected on this subnet. If this is OK for you, you don&#8217;t need to do anything else.</p>
<p>If you want to see other devices in your subnet, you must change ARP mode for your Bridge. For more details about ARP modes go to <a title="mikrotik documentation" href="https://www.mikrotik.com/documentation/manual_2.5/IP/Address.html#ip_address_proxy-arp" target="_blank">mikrotik documentation</a></p>
<p>&nbsp;</p>
<pre>[admin@MikroTik] &gt; /interface bridge print
Flags: X - disabled, R - running
  0    R name="br1" mtu=1500 l2mtu=1598 arp=proxy-arp mac-address=4C:5E:0C:21:A4:85 protocol-mode=rstp
         priority=0x8000 auto-mac=no admin-mac=4C:5E:0C:21:A4:85 max-message-age=20s forward-delay=15s
         transmit-hold-count=6 ageing-time=5m</pre>
<p><a href="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-bridge-configuration.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-682" src="http://www.urosvovk.com/wp-content/uploads/2014/06/VPN-bridge-configuration.png" alt="VPN bridge configuration" width="812" height="651" srcset="https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-bridge-configuration.png 812w, https://www.urosvovk.com/wp-content/uploads/2014/06/VPN-bridge-configuration-300x240.png 300w" sizes="auto, (max-width: 812px) 100vw, 812px" /></a></p>
<h3>Step 7: Finish</h3>
<p>If you did all right, you now have a working PPTP VPN server.</p>
<p><strong>Important</strong>: Don&#8217;t forget to open port 1723 (tcp) in your firewall settings:</p>
<pre>/ip firewall filter add chain=input comment="PPTP VPN" dst-port=1723 protocol=tcp</pre>
<p>If you need any help or I did something wrong, leave a comment and I will try to do my best to help you.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-server-on-mikrotik-routeros/feed/</wfw:commentRss>
			<slash:comments>31</slash:comments>
		
		
			</item>
	</channel>
</rss>
