Docker for an ISP
Problem definition: How to build an entire ISP management system on a single docker host? Mandatory services: NTP Docker container DNS ...
Problem definition: How to build an entire ISP management system on a single docker host? Mandatory services: NTP Docker container DNS ...
Missing features: Winbox: IPv6 -> Routes does not display AS-paths
Just some random notes on how to setup ZFS. ZFS on Linux When setting up a zpool you specify disks in a way that remains consistent across reboots and systems. Reading https://wiki.archlinux.org/...
How to scale LAN cache to ISP scale: Now lets start LAN Cache: docker run \ --restart unless-stopped \ --name lancache-dns \ --detach \ -p 53:53/udp \ -p 53:53/tcp \ -e USE_GENERIC_CA...
Problem definition: On ubuntu (fill in version) and other systemd based systems the DNS port 53 is used by systemd-resolved which binds to 127.0.0.1:53. Unfortunately this prevents other software f...
Problem definition: We want to change the size of a disk for a machine that is usually mounted by the linux loopback device.
Problem definition: You are locked out of a device for some reason but can get to it from your router which for some reason has netcat installed (in my case EdgeRouter). mkfifo fifo while true; do...
TODO: Gist Starting point
Problem definition: The Mikrotik OSPF software allows you to specify that you wish to redistribute certain types of routes (e.g. connected or static). What may not be easily obvious is controlling...