dbv

Members
  • Posts

    3
  • Joined

  • Last visited

dbv's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thank you very much for the reply and explanation! I guess vlans will be the rabbit hole I'll go down on.
  2. Hello guys, The problem: I have some docker containers that I configured on br0 and gave them a new IP in my network(different then UnRaid's IP) They work fine but unfortunately they don't even have ping to UnRaid's IP (bridge). It seems the other way around is also true. I cannot ping a docker container with br0 IP from UnRaid. Needless to say ping is not the problem itself but the fact that there are no connections between them. The issue: You cannot install a DNS filter in a docker container(on a different br0 IP) and have the whole UnRAID server use it. Steps to reproduce: Install a docker image (Nextcloud in my case) assign an IP on br0 and: 1. Open the docker's console and try to ping/access the UnRaid's IP. It will not work. 2. From UnRaid's console try to ping/access the br0 IP docker image. It will not work. Edit/Details: It seems this is an issue only with docker! If I assign a br0 IP on a VM there is no issue whatsoever. Am I getting something wrong here? Or should this be working? Thanks in advance, dbv