January 12, 20251 yr I try tu use a second nic for one docker and it is not working. I did an interface in the docker network When i try to assign an IP in the docker setting root@SERVER-DAN:~# docker network inspect iot [ { "Name": "iot", "Id": "e80da1d13b5298246a7315815bde046a7cbe7f6c1bbc2a2a16ab3dc7cec97928", "Created": "2025-01-06T21:47:11.687354161-05:00", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [ { "Subnet": "192.168.3.0/24", "Gateway": "192.168.3.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": {}, "Options": {}, "Labels": {} } ] server_dan-diagnostics-20250112-1004.zip
January 16, 20251 yr I don't think you can do that. What's your goal? what's your network(s) ? if your Unraid network is 192.168.1.0/24 the bridge can't be the same network. you can create a sub interface on a vlan and create a macvlan network with the sub interface as parent. or you can add a second Nic in another network and create a bridge network on that Nic. You can also create a macvlan network on the Unraid host network but you need to pay attention to not overlap DHCP range. But 2 Nics in the same network on the same host don't play well.
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.