September 26, 20241 yr I have a custom network (VLAN 9) defined for docker containers. I am able to access the docker containers from outside of my Unraid server. However, I cannot reach them from Unraid console (no route to host). Output of the route command: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.3.1 0.0.0.0 UG 1007 0 0 br0 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0 172.31.200.0 0.0.0.0 255.255.255.0 U 0 0 0 br-bf45fa35cdfc 192.168.3.0 0.0.0.0 255.255.255.0 U 1007 0 0 br0 192.168.8.0 0.0.0.0 255.255.255.0 U 0 0 0 br0.8 192.168.9.0 0.0.0.0 255.255.255.0 U 0 0 0 br0.9 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 Should I add another route to enable access also from the Unraid server to the docker containers or is the above route to br0.9 somehow wrong? I need to access the containers both from the Unraid server and from outside of it. Thank you!
September 28, 20241 yr Author Further, is it even possible to setup this so that I can access the docker containers from the server itself / server console?
September 28, 20241 yr Community Expert Solution On 9/26/2024 at 9:09 PM, ptr78 said: However, I cannot reach them from Unraid console (no route to host). Have you enabled "host access to custom networks" in the network settings? Or it could be in the docker settings. 5 hours ago, ptr78 said: Further, is it even possible to setup this so that I can access the docker containers from the server itself / server console? Sure, just hook up a monitor to the server and boot in gui mode. Edited September 28, 20241 yr by strike
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.