I’ve set up MAUTIC on my local zombie PC and am trying to enable port forwarding for external access. However, when I try to connect using the provided URL (local_ip.ddev.site), I get an error saying the connection is refused.
It’s not an issue with the firewall or port forwarding on my end, as RDP is working fine. Something seems to be blocking access to the MAUTIC instance running on the zombie PC. I’ve already made several attempts to troubleshoot, including:
- Editing the
config.yaml
file - Adding a new firewall rule to allow all traffic through
- Restarting DDEV multiple times
- Enabling host networking in Docker
But the issue persists.