<?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>mikrotik &#8211; Uroš Vovk</title>
	<atom:link href="https://www.urosvovk.com/tag/mikrotik/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.urosvovk.com</link>
	<description>Uroš Vovk home page</description>
	<lastBuildDate>Tue, 03 Mar 2026 21:15:58 +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>Bandwidth usage report per IP address</title>
		<link>https://www.urosvovk.com/bandwidth-usage-report-per-ip-address/</link>
					<comments>https://www.urosvovk.com/bandwidth-usage-report-per-ip-address/#comments</comments>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Fri, 01 Jun 2018 13:04:54 +0000</pubDate>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Network Stuff]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[bandwidth usage]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python 2.7]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://www.urosvovk.com/?p=858</guid>

					<description><![CDATA[I created a simple python script for collecting data from mikrotik accounting (documetation) feature. Here is my &#8220;mik_collector.py&#8221; script: all you need to change is router_ip variable to match your router IP after that you can run this script simply with this command: python mik_collector.py this will collect data from mikrotik every 5 seconds and store &#8230; <a href="https://www.urosvovk.com/bandwidth-usage-report-per-ip-address/" class="more-link">Continue reading <span class="screen-reader-text">Bandwidth usage report per IP address</span></a>]]></description>
										<content:encoded><![CDATA[<p>I created a simple python script for collecting data from mikrotik accounting (<a href="https://wiki.mikrotik.com/wiki/Manual:IP/Accounting" target="_blank" rel="noopener">documetation</a>) feature.</p>
<p>Here is my &#8220;mik_collector.py&#8221; script:<br />
<script src="//pastebin.com/embed_js/xCYZ9Cf8"></script></p>
<p>all you need to change is <em><strong>router_ip</strong></em> variable to match your router IP</p>
<p>after that you can run this script simply with this command:</p>
<pre>python mik_collector.py</pre>
<p>this will collect data from mikrotik every 5 seconds and store it in data.db sqlite3 database in the same directory as the script is.</p>
<p>All you need to do at mikrotik side is to enable accounting feature:</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-861" src="http://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_1.png" alt="" width="395" height="314" srcset="https://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_1.png 395w, https://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_1-300x238.png 300w" sizes="(max-width: 395px) 100vw, 395px" /> <img decoding="async" class="aligncenter size-full wp-image-862" src="http://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_2.png" alt="" width="303" height="185" srcset="https://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_2.png 303w, https://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_2-300x183.png 300w" sizes="(max-width: 303px) 100vw, 303px" /> <img decoding="async" class="aligncenter size-full wp-image-863" src="http://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_3.png" alt="" width="272" height="136" /></p>
<p>If you want to analyze your collected data you can do it with sqlite3 command from Ubuntu command prompt:</p>
<pre>sqlite3 data.db "select * from sum_per_month order by month"</pre>
<p>like this:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-864" src="http://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_4.png" alt="" width="704" height="420" srcset="https://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_4.png 704w, https://www.urosvovk.com/wp-content/uploads/2018/06/mik_acc_4-300x179.png 300w" sizes="auto, (max-width: 704px) 100vw, 704px" /></p>
<p>you can write your own queries, all data is stored in a table named accounting. You can share your query in the comments :)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.urosvovk.com/bandwidth-usage-report-per-ip-address/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Send telegram messages from Mikrotik RouterOS</title>
		<link>https://www.urosvovk.com/send-telegram-messages-from-mikrotik-routeros/</link>
					<comments>https://www.urosvovk.com/send-telegram-messages-from-mikrotik-routeros/#comments</comments>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Thu, 19 Oct 2017 12:03:58 +0000</pubDate>
				<category><![CDATA[Network Stuff]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">http://www.urosvovk.com/?p=841</guid>

					<description><![CDATA[If you are here you probably already know what telegram is. If not you can read about it here. I created a simple script (SendToTelegram) that allows you to send messages to telegram: :global telegramMessage :local botid :local chatid set botid "sdfzgasf7126jwsd7a8s12&#62;" # &#60;- change this set chatid "21156423187" # &#60;- change this if ($telegramMessage &#8230; <a href="https://www.urosvovk.com/send-telegram-messages-from-mikrotik-routeros/" class="more-link">Continue reading <span class="screen-reader-text">Send telegram messages from Mikrotik RouterOS</span></a>]]></description>
										<content:encoded><![CDATA[<p>If you are here you probably already know what telegram is. If not you can read about it <a href="https://telegram.org/" target="_blank" rel="noopener">here</a>.</p>
<p>I created a simple script (SendToTelegram) that allows you to send messages to telegram:</p>
<pre>:global telegramMessage
:local botid
:local chatid

set botid "sdfzgasf7126jwsd7a8s12&gt;" # &lt;- change this
set chatid "21156423187"            # &lt;- change this

if ($telegramMessage != "") do={
   /tool fetch url="https://api.telegram.org/bot$botid/sendMessage\?chat_id=$chatid&amp;text=$telegramMessage" keep-result=no
   set telegramMessage ""
}</pre>
<h3>Usage:</h3>
<p>set your message to telegramMessage global variable</p>
<pre>global telegramMessage "Wolfy was here"</pre>
<p>run script</p>
<pre>/system script run SendToTelegram</pre>
<p>You can use this in combination with netwach:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-845" src="http://www.urosvovk.com/wp-content/uploads/2017/10/mikrotik-telegram-example.png" alt="" width="445" height="269" srcset="https://www.urosvovk.com/wp-content/uploads/2017/10/mikrotik-telegram-example.png 445w, https://www.urosvovk.com/wp-content/uploads/2017/10/mikrotik-telegram-example-300x181.png 300w" sizes="auto, (max-width: 445px) 100vw, 445px" /></p>
<p>you should recieve a message to your telegram :)</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-851" src="http://www.urosvovk.com/wp-content/uploads/2017/10/telegram-example-01.png" alt="" width="607" height="221" srcset="https://www.urosvovk.com/wp-content/uploads/2017/10/telegram-example-01.png 607w, https://www.urosvovk.com/wp-content/uploads/2017/10/telegram-example-01-300x109.png 300w" sizes="auto, (max-width: 607px) 100vw, 607px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.urosvovk.com/send-telegram-messages-from-mikrotik-routeros/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Programatically change ports on Mikrotik RouterOS</title>
		<link>https://www.urosvovk.com/programatically-change-port-on-mikrotik-routeros/</link>
					<comments>https://www.urosvovk.com/programatically-change-port-on-mikrotik-routeros/#comments</comments>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Thu, 05 Oct 2017 12:00:16 +0000</pubDate>
				<category><![CDATA[Network Stuff]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">http://www.urosvovk.com/?p=815</guid>

					<description><![CDATA[I created a simple script, that can help you change ports on your Mikrotik router How to use in my script fill array with port aliases: :global PFVports {http="80";ssh="22";https="443";ftp=23}; add a comment to your NAT rule, that starts with &#8220;PFV_&#8221; and folows with port alias like that: Now run my script and it will automatically &#8230; <a href="https://www.urosvovk.com/programatically-change-port-on-mikrotik-routeros/" class="more-link">Continue reading <span class="screen-reader-text">Programatically change ports on Mikrotik RouterOS</span></a>]]></description>
										<content:encoded><![CDATA[<p>I created a simple script, that can help you change ports on your Mikrotik router</p>
<script src="//pastebin.com/embed_js/1ikQgUky"></script>
<h3>How to use</h3>
<p>in my script fill array with port aliases:</p>
<pre>:global PFVports {http="80";ssh="22";https="443";ftp=23};</pre>
<p>add a comment to your NAT rule, that starts with &#8220;<strong>PFV_</strong>&#8221; and folows with port alias like that:</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-825 size-full" src="http://www.urosvovk.com/wp-content/uploads/2017/10/asdasdfad8qw65e-e1507196876109.png" alt="" width="860" height="90" srcset="https://www.urosvovk.com/wp-content/uploads/2017/10/asdasdfad8qw65e-e1507196876109.png 860w, https://www.urosvovk.com/wp-content/uploads/2017/10/asdasdfad8qw65e-e1507196876109-300x31.png 300w, https://www.urosvovk.com/wp-content/uploads/2017/10/asdasdfad8qw65e-e1507196876109-768x80.png 768w" sizes="auto, (max-width: 860px) 100vw, 860px" /></p>
<p>Now run my script and it will automatically set dst-port to whatever you set (in script) http port value&#8230; in my example port 80.</p>
<p>Next time you need to change some ports, you don&#8217;t need to change one by one, just update PFVports array and re-run this script.</p>
<h4>Note:</h4>
<p>dst-port is just one of many things that can be changed with this script&#8230; it can be easily changed to do whatever you need.</p>
<p>Hope you like it :)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.urosvovk.com/programatically-change-port-on-mikrotik-routeros/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<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 loading="lazy" 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="auto, (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 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>
