Zoolanderbot
New Around Here
Hello all!! This is my first post with needing help, so here we go!
I’m self-hosting multiple websites using nginx-proxy and companion NGINX containers. I also run a mail server via docker-mailserver (DMS), with acme-companion handling Let’s Encrypt certs. Everything is containerized, running smoothly, and externally accessible.
Here’s the issue:
From the public internet, everything works, websites and email (IMAPS 993 / SMTP 587) all route correctly via my public IP and domain.
However, from inside my local network, the behavior is inconsistent:
After some testing, it seems like my ASUS RT-AC68U is selectively handling loopback:
Any workarounds besides running local DNS or editing /etc/hosts? I’d rather not replace the router if this is firmware-limited, but I’m open to flashing Asuswrt-Merlin if it would help.
Thanks in advance!
I’m self-hosting multiple websites using nginx-proxy and companion NGINX containers. I also run a mail server via docker-mailserver (DMS), with acme-companion handling Let’s Encrypt certs. Everything is containerized, running smoothly, and externally accessible.
Here’s the issue:
From the public internet, everything works, websites and email (IMAPS 993 / SMTP 587) all route correctly via my public IP and domain.
However, from inside my local network, the behavior is inconsistent:
- Websites resolve fine — NAT loopback works for ports 443/80
- But email clients can’t connect — ports 993/587 time out
After some testing, it seems like my ASUS RT-AC68U is selectively handling loopback:
- HTTP/S traffic is handled correctly
- IMAP/SMTP traffic appears to be dropped or blocked
Any workarounds besides running local DNS or editing /etc/hosts? I’d rather not replace the router if this is firmware-limited, but I’m open to flashing Asuswrt-Merlin if it would help.
Thanks in advance!