August 2024

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