2025-01-07
- Worked out what was wrong! The docker network that was created by the NGINX/Deluge compose was just using a default bridge setup. It was using 192.168.0.0/20 – i.e., all up to 192.168.15.255. Inbound packets were getting routed on to the docker network, rather than SSHD. That explains why NUC3 was working – VLAN_40 uses 192.168.40.0/24.
- Did some research into the networks used by docker-compose here.
- Network config is now the below. It's basically arbitrary, and I should make sure that it's not conflicting with any WG network (especially third-party ones).
networks: default: ipam: driver: default config: - subnet: 10.100.0.0/24
- USB HDD connector arrived, so I need to dig into my trusty box of old power supplies to find a 12v one
- Plan for later: read the hard drives from my old gaming PC, copy anything super-important to OneDrive, and put some labels on the drives so I know for next time.