Hi
I'm behind a dual NAT with no external internet IP. After reading a lot about port forwarding and setting up VPNs I decided to try ngrok to externalize access to my OMV and other network resources. But I'm a bit stuck at the very beginning I ran ngrok in Docker with:
docker run --net=host -it -e NGROK_AUTHTOKEN=<my token here> ngrok/ngrok:latest 192.168.31.240 80
to see if I will be able to access my PiHole web interface.
PiHole is hosted in another Docker container with IP from my local network.
Unfortunately ngrok gives me this only:
There is something wrong with traffic routing for sure but I'm not experienced with Dockers and Linux at all so having troubles configuring this. How should I set up Docker network? I currently have following networks, the last one is for PiHole: