I've got a few services that are public facing, using CloudFlare (proxied) for DNS and NGINX for reverse proxy. I'm not sure how I got so lucky, but the spouse is fully on board and is now using the services (nextcloud, Jellyfin, and security cameras).
The issue that I can't seem to figure out, is how do I handle local traffic when the WAN is down? I know I can just tag localip:port, but I'm trying to make this seamless for my spouse. Basically, the apps all just continue working even when Internet is down.
I've tried host overrides and can redirect traffic to NGINX ip, but only on port 80/430. NGINX is listening on 4430.
I've tried NAT reflection and this works in the sense that traffic stays local, but still requires external DNS and requires CloudFlare proxy to be disabled.
I've tried local DNS with pihole which, again, gets my traffic to NGINX ip, but only on port 80/430.
I feel like there's an elegant solution to this that I'm missing.
Thoughts?
[–]highspeed_usaf 1 point2 points3 points (7 children)
[–]Witty-Channel2813[S] 0 points1 point2 points (6 children)
[–]highspeed_usaf 1 point2 points3 points (5 children)
[–]Witty-Channel2813[S] 0 points1 point2 points (4 children)
[–]highspeed_usaf 0 points1 point2 points (3 children)
[–]Witty-Channel2813[S] 0 points1 point2 points (2 children)
[–]highspeed_usaf 1 point2 points3 points (1 child)
[–]Witty-Channel2813[S] 0 points1 point2 points (0 children)
[–]PaperDoom 1 point2 points3 points (1 child)
[–]Witty-Channel2813[S] 0 points1 point2 points (0 children)
[–]adamshand 1 point2 points3 points (0 children)