March 31, 20206 yr Hey Everyone, I could really use some help, I am stumped about some networking issues. Currently running Unraid 6.8.2 All containers except for HomeAssistantCore have a static IP on custom br0 I am two issues: 1. I am trying to expose an Ombi container through a reverse proxy. I can get all that working, but as soon as a place it on the Custom: Proxynet network that Spaceinvader describes in his video, I lose access to sonarr, radarr, etc... Any idea how to fix this? Do i put all my containers on proxynet? 2. My HomeAssistant Core container network is set to host and privileged. Integrations are working fine, but it cannot connect to anything on the custom br0 network. In fact, any container that is not on custom br0 cannot communicate with a container on host or bridged network settings. Things I have looked at trying: 1. I have a secondary nic in the server not being used. Do I need to make a separate subnet on my router with a different gateway and move all my containers to that network and on the secondary nic? How is this done in Unraid? 2. Do i put all my containers on proxynet? This scares me as I dont want to expose everything to the outside world. 3. Under Settings>Docker, do I set "Host Access to custom networks" from Disabled to Enabled? Any help would be appreciated!!! Edited March 31, 20206 yr by skiman384 picture moving
May 16, 20206 yr Hi skiman384, I have an issue when i set up reverse proxy for Home Assistant, I loss google cast devices and i found a Avahi container that help me docker run -d --name=mdns-reflector \ --network proxynet \ -e REFLECTOR_ENABLE_REFLECTOR=yes \ flungo/avahi Once the docker container is running do docker network connect br0 mdns-reflector I am far from an expert but I found this after some hours using google. Hope it help.
August 13, 20205 yr On 5/15/2020 at 10:11 PM, Carlos Amador said: Hi skiman384, I have an issue when i set up reverse proxy for Home Assistant, I loss google cast devices and i found a Avahi container that help me docker run -d --name=mdns-reflector \ --network proxynet \ -e REFLECTOR_ENABLE_REFLECTOR=yes \ flungo/avahi Once the docker container is running do docker network connect br0 mdns-reflector I am far from an expert but I found this after some hours using google. Hope it help. Thank you for this! This allowed me to get google cast devices and Homekit working in home assistant! Is there a way to have the docker network command issued automatically on system reboot or do you do it manually each time?
Archived
This topic is now archived and is closed to further replies.