Tag: networking

Reverse proxy behind a reverse proxy

Learning things the hard way by getting my hands dirty is also the way I have learned about the concept of a reverse proxy behind another reverse proxy. The setup I had was a docker-compose file that configured multiple services including Nginx as a reverse proxy. Nothing special…

Change NetworkManager connection priority

Dealing with the situation that some LAN network consisting of multiple connected devices without the access to the Internet needs some work, while simultaneously requiring access the Internet from my laptop over the wireless. The problem is that NetworkManager prioritizes wired …

Solution to tracepath no reply

Consider tracepath as a network diagnostic tool: tracepath peterbabic.dev The output might be surprising: 1?: [LOCALHOST] pmtu 1500 1: _gateway 0.748ms 1: _gateway 0.676ms 2: 192.168.66.1 …