Auramaster

Members
  • Posts

    3
  • Joined

  • Last visited

Auramaster's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Ah I see I was using the same network for both NICs; I'm guessing that's why Docker network settings didn't allow me to see or use both br0 & br1. For now I have disconnected the cable for eth1, disabled br1 (set bonding off on eth0 + enabled bridging) and everything is working flawlessly. I will have to look into creating a separate network this weekend (for the secondary NIC) If anyone has a guide/reference they can refer me to that would be much appreciated.
  2. Thanks for the reply - Unfortunately I don't have a manage switched/router that can handle VLANs. Can you provide some instructions on how I can the separate bridges set up? I tried setting both eth0 and eth1 to bonding off, and each having bridging enabled but I run into an issue where I cannot see both bridges (br0 and br1) in the docker container network settings. When I go Settings > Docker, I can enable both, but only br0 shows up in the container settings.
  3. Hi all, I searched around the forums and google for the passed almost 3 days but didn't see my exact situation. Apologies in advanced if this has been asked already. -Unraid 6.8.3 -Admin console is being run from eth0 (192.168.1.165) -I have a motherboard with 2x 1gig NICs. -I want eth1 to only be used for certain docker instances (e.g. qbittorrentvpn for downloading on a separate IP - in this case 192.168.1.133) -Everything else I want to default to eth0 (Via Bridge/host). -I am pretty sure I have the eth0/eth1 Network settings configured wrong. The problem I am facing, is getting the all the web GUI's for the docker containers to pull up. In this current configuration all my bridge/host docker containers web GUI's start fine, with the exception of Qbittorrentvpn (br0) . Here are my current docker settings... If I select IPv4 Custom network on interface br1 (instead of br0) only Plex (host) and qbittorrent (br1) web GUI's work. Here are my current network settings (feel free to post suggestions of what I need to change to get it working the way I want)