Subnet Routed not working (Unraid Docker)

I’m running the tailscale docker on unraid with deasmi/unraid-tailscale
I have added subnets using UP Flags --advertise-exit-node --advertise-routes=10.1.5.0/24,10.1.10.0/24,10.1.30.0/24

The routes show up on the tailscale webui and I can activate them. However when I connect I can only ping devices on the 10.1.5.0/24 range. This is my VLAN trunk.

My unraid system is connected to the VLAN trunk can can access all of them. 10.1.5.5

Not sure if it’s related but I also can’t get to my deluge container at 10.1.5.5:8112 but I’m also routing the network traffic for this container through a bubuntux/nordlynx container for nord wireguard.

Any ideas? Thanks

Does the docker container have a route to those networks? Are you using a host network, or bridged?