Theo Baschak 

228 Followers
247 Following
142 Posts
IT consultant. #BGP #Routing Guru. #IPv6 Nerd. Enjoys spicy food! I operate AS395089. Volunteer: Manitoba IX
Githubhttps://github.com/tbaschak
Bloghttps://bgp.guru
Pronounshe/him
ASN395089

At the suggestion of a follower on LinkedIn, I've changed the canonical URL for the Mikrotik Changelog Tracker to https://mct.hextet.net/

The old very-long-hyphenated URLs will redirect to the new ones.

Search – MikroTik Changelog Tracker

I've often wished I could show #Mikrotik changelogs by component so that I could track a feature's progress. For instance recently a friend asked me about MLAG support in Mikrotik and I said.. ya its been mentioned in recent changelogs a few times. What I didn't realize was that it had also been mentioned in ancient 7.x versions like 7.1.2 so its actually been around a lot longer than I thought.

*one weekend coding session later*

And the Mikrotik Changelog Tracker was born. It can sort by version number or by date. It can show you changelogs only by component, or you can search for a specific keyword. You can limit your channels to stable, long-term, development and testing.

https://mikrotik-changelog-tracker.hextet.net/?q=MLAG

#networking #tools

Search – MikroTik Changelog Tracker

I have this theory: cooking is actually pretty easy and most dishes have a wide range of good outcomes. But it's sold as hard with "secret recipes" and "food crimes" and "Dad burned water again". But it's really not that hard!

And that's why the huge industry of low-effort recipe websites and cooking YouTube exists - almost everyone can do it, and when it turns out well people think they know some secret. It's also really easy to use affiliate links.

New blog post: Running your own Autonomous System on FreeBSD.

Got an AS number and IPv6 /48 via RIPE, set up a FreeBSD BGP router with FRR, two upstreams, and built GRE/GIF tunnels ti bring my own globally routable addresses to servers at different providers.

The interesting part: dual-FIB policy routing lets FreeBSD jails speak from both provider and BGP addresses simultaneously.

https://blog.hofstede.it/running-your-own-as-bgp-on-freebsd-with-frr-gre-tunnels-and-policy-routing/

#FreeBSD #BGP #IPv6 #Networking #SelfHosted

Aaaaand my second peer is also online now. Latency from DTAG dropped by 50%!!!

#networking #ipv6 #bgp

I've added a feature that links (introduced in v....) to the version in the text to help backtrack bugs and regressions
https://infosec.exchange/@theo/116014646076145728
Theo Baschak :verified: (@[email protected])

Today I added a feature in my "Mikrotik Changelog Tracker" that lets you follow "(introduced in v....)" links to the changelog for that version. I immediately found one that had to backtrack at least 2 versions to where it was actually introduced b/c of the way that stable and long-term work. https://mikrotik-changelog-tracker.hextet.net/

Infosec Exchange

Today I added a feature in my "Mikrotik Changelog Tracker" that lets you follow "(introduced in v....)" links to the changelog for that version. I immediately found one that had to backtrack at least 2 versions to where it was actually introduced b/c of the way that stable and long-term work.

https://mikrotik-changelog-tracker.hextet.net/

Search – MikroTik Changelog Tracker

If you deal with logs you are probably an ISO 8601 ULTRA #39c3

A few days ago, a client’s data center (well, actually a server room) "vanished" overnight. My monitoring showed that all devices were unreachable. Not even the ISP routers responded, so I assumed a sudden connectivity drop. The strange part? Not even via 4G.

I then suspected a power failure, but the UPS should have sent an alert.

The office was closed for the holidays, but I contacted the IT manager anyway. He was home sick with a serious family issue, but he got moving.

To make a long story short: the company deals in gold and precious metals. They have an underground bunker with two-meter thick walls. They were targeted by a professional gang. They used a tactic seen in similar hits: they identify the main power line, tamper with it at night, and send a massive voltage spike through it.

The goal is to fry all alarm and surveillance systems. Even if battery-backed, they rarely survive a surge like that. Thieves count on the fact that during holidays, owners are away and fried systems can't send alerts. Monitoring companies often have reduced staff and might not notice the "silence" immediately.

That is exactly what happened here. But there is a "but": they didn't account for my Uptime Kuma instance monitoring their MikroTik router, installed just weeks ago. Since it is an external check, it flagged the lack of response from all IPs without needing an internal alert to be triggered from the inside.

The team rushed to the site and found the mess. Luckily, they found an emergency electrical crew to bypass the damage and restore the cameras and alarms. They swapped the fried server UPS with a spare and everything came back up.

The police warned that the chances of the crew returning the next night to "finish" the job were high, though seeing the systems back online would likely make them move on. They also warned that thieves sometimes break in just to destroy servers to wipe any video evidence.

Nothing happened in the end. But in the meantime, I had to sync all their data off-site (thankfully they have dual 1Gbps FTTH), set up an emergency cluster, and ensure everything was redundant.

Never rely only on internal monitoring. Never.

#IT #SysAdmin #HorrorStories #ITHorrorStories #Monitoring

hey fellow #MikroTik enthusiasts,

Lately i have consolidated some network infrastructure. Mainly removing dedicated firewall systems where they did not much more than filtering traffic. A task a RouterOS system can do with ease. But when it comes to High-Availability setups there is a caveat: the old systems kept ruleset, VRRP interfaces, virtual IPs, etc. in-sync. Using a more flexible system, like RouterOS, it's up to YOU to keep the configurations working with each other.

To tackle this challenge I’ve created MikroSync - https://codeberg.org/securitym0nkey/MikroSync

- a tool to synchronize RouterOS configurations
- can run directly on the Router (as a container)
- OpenSource - MIT license

Consider #MikroSync early beta - though I’ve started to use it in a simple production environment.

Happy for any feedback and contributions.

MikroSync

Synchronizes your MikroTik Routers

Codeberg.org