Weekend house network rebuild

A few weeks ago, my friend Ondra and I performed a significant refresh of our weekend house network.

The objectives were:

  1. Connect two buildings with a fiber link
  2. Install an LTE dish to provide better Internet connectivity

The further objectives are:

  1. Replace the old SSIDs with a single SSID to enable seamless roaming across the property
  2. Segment the one newly created network into multiple VLANs and reassign the existing networking and IoT devices
  3. Set up new firewall rules to secure the infrastructure and allow only the necessary traffic

Read More

DNSSEC Monitoring

Do you have your own public domain name? Do you manage your own DNS server(s)? And do you have DNSSEC enabled? If you answered yes to all of those questions, then you probably want to monitor your DNSSEC setup. This post will show you how I do it.

Read More

Mikrotik backup script

I will show you how to daily backup your Mikrotik configuration. This uses ssh, bash, and systemd-timer. The aim for this mini project is to be as simple as possible but it supports multiple target devices!

Read More

docker-compose networking tips

TL;DR: This article is so far about how to disable iptables integration and choose different addressing for the ‘bridge’ (default) network.

Read More

Postfix relayhost on openSUSE

This will describe how to make your openSUSE machine send e-mail via reliable relayhost of your choice using Postfix. I will use gmail as an example.

Read More

Continuous deployment

After trying to to deploy to GitLab Pages and GitHub Pages I decided to deploy to my own server as neither of those providers fit my needs, because:

  • Neither of those providers support IPv6.
  • Second repository is necessary in GitHub.
  • I already have my own webserver.

Read More