<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.plecko.hr/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.plecko.hr/feed.php">
        <title>Eureka Moment mikrotik:conf</title>
        <description></description>
        <link>https://wiki.plecko.hr/</link>
        <image rdf:resource="https://wiki.plecko.hr/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-04-15T13:11:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:hairpin_nat&amp;rev=1572509100&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:l2tp_ipsec&amp;rev=1600076880&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:pwd_reset_gnulinux&amp;rev=1572509100&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:pwd_reset_netinstall&amp;rev=1572509100&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:quick_create_queue_tree&amp;rev=1730502541&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:rdp_wake&amp;rev=1619674258&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:serial2ip&amp;rev=1572509100&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:start&amp;rev=1572509100&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:vlans_on_chr_under_hyper-v&amp;rev=1686922115&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:wifi_mesh&amp;rev=1572509100&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.plecko.hr/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Eureka Moment</title>
        <link>https://wiki.plecko.hr/</link>
        <url>https://wiki.plecko.hr/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:hairpin_nat&amp;rev=1572509100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:05:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:hairpin_nat</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:hairpin_nat&amp;rev=1572509100&amp;do=diff</link>
        <description>Hairpin NAT on Mikrotik - or how to use your dynamic DNS internally and externally

When/why would you want to use Hairpin NAT? When you want to reach a device from the same DynDNS address whether you’re on the LAN or coming in remotely.

A web server behind a router is on private IP address space, and the router performs NAT to forward traffic to its public IP address to the web server behind it.</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:l2tp_ipsec&amp;rev=1600076880&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-14T11:48:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:l2tp_ipsec</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:l2tp_ipsec&amp;rev=1600076880&amp;do=diff</link>
        <description>Mikrotik L2TP IPSec


/ip pool add name=pool1 ranges=172.16.1.100-172.16.1.200
/ppp profile add dns-server=10.1.0.2 local-address=10.1.0.1 name=profile1 remote-address=pool1
/ppp secret add name=&lt;username&gt; password=&lt;password&gt; profile=profile1 remote-address=172.16.1.10 service=l2tp

/interface l2tp-server server set authentication=mschap2 default-profile=profile1 enabled=yes ipsec-secret=&quot;&lt;psk&gt;&quot; use-ipsec=required
/interface l2tp-server add name=l2tp-in1 user=&lt;username&gt;

/ip ipsec proposal add a…</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:pwd_reset_gnulinux&amp;rev=1572509100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:05:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:pwd_reset_gnulinux</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:pwd_reset_gnulinux&amp;rev=1572509100&amp;do=diff</link>
        <description>Reset Mikrotik password via GNU/Linux

In order to reset your password on an x86 installation, you will need any GNU/Linux live CD and a g++ compiler. Boot your Mikrotik PC with a live CD and mount the partition with the Mikrotik RouterOS. Copy the passwords file (/mnt/nova/store/user.dat - path depends on where you mounted the partition). If you can't copy the file, use 'sudo su'.</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:pwd_reset_netinstall&amp;rev=1572509100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:05:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:pwd_reset_netinstall</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:pwd_reset_netinstall&amp;rev=1572509100&amp;do=diff</link>
        <description>Reset Mikrotik password via NetInstall

Run Netinstall. Select 'Boot Server Enabled' and enter IP address in the same range as your PC. Turn the router ON, and you should see it in the list on the left of the screen. Now remove the tick 'Keep old configuration', click 'Browse' and open folder with individual RouterOS packets. Click 'Install' and when the process is over, pres 'Enter' on console, or 'Reboot' button.</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:quick_create_queue_tree&amp;rev=1730502541&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-02T00:09:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:quick_create_queue_tree</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:quick_create_queue_tree&amp;rev=1730502541&amp;do=diff</link>
        <description>Quickly create Queue tree

You need to create a Queue tree on per IP basis? Don't want to create a rule for every single IP on the network? Use a script! To be more precise, use this script:

Copy the following into Mikrotik terminal.


:for x from=1 to=9 do={ /ip firewall mangle add chain=prerouting src-address=&quot;192.168.1.$x&quot; action=mark-packet new-packet-mark=&quot;192.168.1.00$x_U&quot; passthrough=no }
:for x from=10 to=99 do={ /ip firewall mangle add chain=prerouting src-address=&quot;192.168.1.$x&quot; action…</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:rdp_wake&amp;rev=1619674258&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-29T07:30:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:rdp_wake</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:rdp_wake&amp;rev=1619674258&amp;do=diff</link>
        <description>Wake a PC with WoL before RDP (if you have a Mikrotik router)

If you have a PC at home and you need to connect to it via RDP at random times, but don't want to spend money on electricity needed to keep the PC powered on all day long, then this solution is what you are looking for.</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:serial2ip&amp;rev=1572509100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:05:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:serial2ip</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:serial2ip&amp;rev=1572509100&amp;do=diff</link>
        <description>Serial2IP - rfc2217

Want to use Mikrotik to communicate with your serial devices? No problem! Mikrotik supports RFC2217. Here is how you set it up:

Turn off the serial console:


/system console disable 0


Setup serial port:


/port setserial0 baud-rate=57600data-bits=8parity=none stop-bits=1</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:start&amp;rev=1572509100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:05:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:start</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:start&amp;rev=1572509100&amp;do=diff</link>
        <description>Configurations




	* Hairpin NAT on Mikrotik - or how to use your dynamic DNS internally and externally
	* Mikrotik L2TP IPSec
	* Quickly create Queue tree
	* Reset Mikrotik password via GNU/Linux
	* Reset Mikrotik password via NetInstall
	* Serial2IP - rfc2217
	* VLANs on CHR under Hyper-V
	* Wake a PC with WoL before RDP (if you have a Mikrotik router)
	* Wireless network based on Mikrotik Mesh</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:vlans_on_chr_under_hyper-v&amp;rev=1686922115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-16T15:28:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:vlans_on_chr_under_hyper-v</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:vlans_on_chr_under_hyper-v&amp;rev=1686922115&amp;do=diff</link>
        <description>VLANs on CHR under Hyper-V


# Insert VM into variable
$vm = Get-VM -Name Mikrotik

# Insert VMs NIC list into variable
$nic = Get-VMNetworkAdapter -VM $vm

# Identify desired NIC
$nic[1]

# Enable MAC Address Spoofing
Set-VMNetworkAdapter -VMNetworkAdapter $nic[1] -MacAddressSpoofing On

# Allow VLANs
Set-VMNetworkAdapterVlan -VMNetworkAdapter $nic[1] -NativeVlanId 0 -AllowedVlanIdList &quot;0,1,10,172,666&quot; -trunk</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=mikrotik:conf:wifi_mesh&amp;rev=1572509100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:05:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mikrotik:conf:wifi_mesh</title>
        <link>https://wiki.plecko.hr/doku.php?id=mikrotik:conf:wifi_mesh&amp;rev=1572509100&amp;do=diff</link>
        <description>Wireless network based on Mikrotik Mesh

Pros of this kind of configuration: One single SSID for clients and seamless roaming.

Here is the complete configuration example of a wireless network based on Mikrotik mesh with all Router OS code ready to copy/paste into terminal.</description>
    </item>
</rdf:RDF>
