2025-01-06
- I've updated my docker-compose file for Deluge. It now includes nginx listening on 443, which is proxying to 8112 for the Deluge web interface.
- Took ages to get the NGINX config set up properly, mostly because I was being lazy and trying to copy things rather than starting from scratch and understanding what was going on.
- Weird – when NGINX/Deluge are running together, I can't SSH from the LAN network i.e., laptop on VLAN101 –> seedbox on VLAN60. iptables firewalls and pfsense are all fine. tcpdump shows the packet being received, but there's no reply. Same goes for pings. WG110 works fine.
- Added in a rule to allow SSH from VLAN_40 and could SSH fine from NUC3 to seedbox, so it's not a problem on the interface.
- Added in some permissive firewall rules in pfsense to debug. Don't forget to remove those later.