A little bit before COVID time, I had to do some work in Eindhoven on the University Campus. While I was walking between two locations I frequently had to visit, I saw this sign. I couldn’t resist the urge and made the sign a little bit more literal 🙂
Tech
Restarting vm/containers if they get swapped out
It is quite easy to over demand on the capabilities of you machine when you’re running proxmox. The most claimed resource is definately memory. If you’re really squeezing every bit of memory out of your machine, you will encounter the situation that a vm will be swapped out. So you suddenly see that your host…Read more
Reverse proxy (Traefik) with docker
A lot of docker containers provide a webUI. Nowadays if you want to access a webUI you either have to click through some certificate exceptions or you need so setup SSL certificates. Often the last thing is too cumbersome so a lot of people will just muddle through clicking on the exceptions. There is a…Read more
Vyos with BGP and vrf
I’ve setup a vyos instance to communicate BGP to the upstream routers and using vrf’s to isolate the BGP from the management part. Config VRF This just creates 2 vrf’s. One for the BGP sessions and one for Management. This way from the Internet side only BGP is exposed and nothing else. All the management…Read more
Passing your GPU to a docker container in a proxmox environment
This is the first post of a few all related to getting started on AI yourself. When using AI a GPU very quickly will be something you want to incorporate in your setup. This means impacts though the way you configure everything regarding hardware and software. This example will assume that the physical server (with…Read more
Committing vyos config to gitlab (while using vrf’s)
It took me quite some time to get this working. When looking at the configs found on the internet I found several seperate individual configs, but nothing to combine the following: This post will describe how to get the combination of both working with a minimum of special settings. Setting up separate vrf’s In my…Read more
Oh it is so obvious
Docker is really the new way for me to deploy applications. And this really is an easy way. You look for a docker-compose file, tweak the standard stuff like volumes, IP address and reverse proxy settings and presto! you’re done. Recently though some of my docker containers started failing… even ones that have been running…Read more
Docker DNS deadlock (with ipvlan l2 and addguard dns container)
I stumbled on an interesting issue, that I think is worth mentioning. Behaviour I had problems with traefik getting the certificates from let’s Encrypt. I knew it worked before, but I didn’t have a clue why it suddenly didn’t work. Investigation The first investigation focused of course on traefik. After examining the logs I saw…Read more
Prinses Beatrixlaan 400, The Hague
The building was the district switchboard for the dutch phone company (PTT) The cellar was build like a bombshelter, housing the phoneswitchboard for the dutch government. The room was completely covered with copper plating (to prevent damage due to an EMP pulse). The building now is closed and the bunker will be closed off indefinate….Read more
Host your own password manager smart and safe
Passwordmanager setup