The internal IP is set to 192.168.2.1 but the actual IP should be 192.168.1.10
How can I fix this? I have some docker containers running but they are all in bridge mode. Also, the QNAP is being used has the DHCP server for my network.
Besides that, not funky networks settings going on that I can remember.
With the ifconfig -a command I’ve realised I had the IP 192.168.2.1 being used for a docker bridge. Changing that to be on the same subnet as the rest of the devices and gateway solved the issue.