We all know the lovely routing daemon called Bird. However, the official documentation can be a bit lacking and daunting. Here’s my collection of useful examples
Category: Linux
Recently, I needed to compile a custom version of libvirt, repack it and insert it into my own repository. YUM/DNF was however ignoring my version and continued installing one from AppStream…
While it is possible to use a Linux based router in an internet exchange setting, there are some tweaks one has to make in order to not cause any trouble.
How to force a DHCP server to hand over /32s, while running on a different /32 subnet.
Solving a tricky problem with ECMP between two machines, where one system refused to balance connections at random intervals.
Computer networks are becoming increasingly complex with more and more devices connected each day. Gaining network visibility is absolutely crucial to ensure your traffic flows smoothly and transit costs are kept low. In this mini-series I will show you how to set-up sFlow sampling on Linux, aggregate the data and finally present it in flashy graphs.
Computer networks are becoming increasingly complex with more and more devices connected each day. Gaining network visibility is absolutely crucial to ensure your traffic flows smoothly and transit costs are kept low. In this mini-series I will show you how to set-up sFlow sampling on Linux, aggregate the data and finally present it in flashy graphs.
The standard OpenSSH SSH client accepts the argument -J
to allow users to utilize a jump host/jump box.
What I recently discovered (and isn’t immediately obvious from the documentation) is that you can actually specify multiple jump hosts – separated by a comma – and the SSH client will jump through each single one in order to reach the target.
During a new server deployment I’ve come across the need to use ECMP on Linux. Turns out it’s actually really simple to configure. Read More
In the past few months, quite a few people have asked me this question: “I bought a VPS from provider X, turned up a BGP session with them and my routes are all marked unreachable”. Today’s post will hopefully shed some light on what causes this phenomenon and how to deal with it.