Tag: mikrotik
I decided to replace my Chateau 5G ax with a hEX PoE that I had lying
around. The Chateau served me well at my previous place where there was no
reasonably priced cable connection, so 5G on a SIM card was the way to go.
But after I moved, I got a great fiber optics connection and... In my previous post I described my setup
with WPA3 on the 5GHz band and WPA2 with MAC filtering on the 2.4GHz band.
The idea was sound: modern devices get modern security, legacy devices get
extra protection through access control lists. Reality, however, had other
plans. The WPA... While migrating my blog from Zola to Astro, I ran into an issue with
RouterOS syntax highlighting. Astro uses Shiki for code highlighting, and
Shiki doesn't include RouterOS out of the box. Here's how I solved it. The problem When building the Astro site, I saw warnings like: ``... 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... 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... This is the bare minimum configuration to make Orange PartnerNet fiber
connection work on Mikrotik on LAN1 port: ``routeros
/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... 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...