Tag: mikrotik

Routeros zola syntax highlighting support

I was doing some Mikrotik related blog posts recently and even though my neovim has support for RouterOS syntax in markdown .md files inside code blocks via sheerun/vim-polyglot, zola does not have a built in support for it. Claude was however able to convert this vim script into…

Mikrotik router button LEDs toggle script

Recently I have moved my router from one place in a house to another and got a new distraction: it's fast blinking LEDs right into my face. Pressed the mode button on the back and I was expecting them to turn off but to my surprise, nothing happened. Fortunately, I had a backup o…

Setup Mikrotik for Orange PartnerNet

This is the bare minimum configuration to make Orange PartnerNet fiber connection work on Mikrotik on LAN1 port: /interface bridge add name=bridge1 /interface pppoe-client add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 password=****** use-peer-dns=yes user…

Store mikrotik backup in repository

I am not a power user of Mikrotik devices so far, judging by the fact that I am not using terminal there as much as I am using web interface (or WebFig as they call it). But Mikrotik, being a powerful platform can help me understand what I am doing. One of the things I figured ou…

Wi-Fi ACL on RouterOS 7

As a security-minded individual I wanted to make sure my wireless network is as secure as the devices on it allow. The most important piece is of course the router. In my case, some time ago I replaced my Archer MR200 proudly running OpenWRT with hAP ac3 LTE6 kit router running M…