March 24, 20242 yr Hey guys, I have 2 NICs on my server and I'd like to use separate NIC just for Docker: - eth0 for Unraid and probably VMs - eth1 just for Docker containers Just before I start with my settings I need to let you know I have only single subnet work with `10.10.179.0`, as I have business router in my apartments and I do not have access to it. Ideally I would like to have Docker default bridge IP being separated from Unraid WebUI IP, but not a requirement. Attaching my settings with screenshots. Edited March 24, 20242 yr by noonamer
March 24, 20242 yr Author I'm not sure it would be right approach, but I can add route for let's say subnet: `172.18.0.0/16` to eth1 ip route add 172.18.0.0/16 via 10.10.179.1 dev eth1
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.