August 8, 20205 yr I run a proxy docker for IPTV. It is in bridge mode, and the Unraid IP (172.17.0.6) is hard coded into a JSON file within the config. How can I prevent this IP from changing, as it has changed a couple of times now.. My understanding is if I use BR0, then that will require an IP address in the 192.168.0.x range? Cheers!
August 9, 20205 yr You should be able to assign a static IP to the container using an IP within your LAN subnet. I have a couple networks setup for my docker containers. One uses a VLAN (br1.10) and I manually set static IPs for those containers and then the containers on my LAN just get an IP assigned to them from the server but I could just as easily assign static IPs for them as well.
August 10, 20205 yr Author Giving it a static on the LAN didn't work. I had a proxy network which was setup when trying out some of the SpaceInvader One tutorials, and using that and setting a static works fine. Don't really understand the underlying network topology, but it works!
Archived
This topic is now archived and is closed to further replies.