Hi community,
I’m trying to set up a webserver at home. Unluckily, my Mikrotik is hidden behind CGNAT. So far I have set up a test webserver on docker using macvlan that works internally both over IPv4 (192.168.200.130) and IPv6 (2a02::c882) for HTTP and HTTPS. The docker host is a QNAP which has multiple IPs (192.168.180.3, 192.168.200.3, 2a02::8e68).
However, browsing this webserver from outside my network is completely not working. I’ve been trying this since months. The web is full of guides how to do it but I must be missing something that is specific to my configuration.
To give you an idea of my network, please see attached config file.
CRS125.rsc (16.3 KB)
I have removed some parts like wireless as they are not relevant. In case you want to check a specific setting, please let me know and I will add it back.
Originally, I wanted to use WireGuard but as even IPv6 connection isn’t working at the moment, the first step should probably be to get IPv6 access working as IPv6 isn’t affected by CGNAT.
I would very much appreciate if you direct me to a working guide (in this forum or the web) that I can read and try to implement. Also any hints about my config are highly welcome.