Hi,
I’m using the docker-image of XIBO 1.8.2 on my Suse 42.3.
This Suse is running as a VirtualBox-machine with two NICs (host system ist Win10pro with two NICs).
ifconfig in the virtual machine shows:
eth0
inet addr:172.16.27.201 Bcast:172.16.255.255 Mask:255.255.0.0
eth1
inet addr:172.18.17.80 Bcast:172.18.31.255 Mask:255.255.240.0
br-02a301
inet addr:172.18.0.1 Bcast:0.0.0.0 Mask:255.255.0.0
docker0
inet addr:172.26.0.1 Bcast:0.0.0.0 Mask:255.255.0.0
First problem (perhaps not) a xibo-problem:
How can I change the br-… IP, because it conficts with eth1-IP-adress and subnet which I can’t change, because it’s a DHCP-adress.
Second problem:
The XIBO-Webinterface listens on 172.16.27.201 (port 80) and works normally.
But trying to access Xibo-Webinterface on eth1 (172.18.17.80) fails, i.e. the apache didn’t answer on this ip.
Thanks for any hints.
Best regards
Holger
Once you resolve the first issue, the second will work. By default, the CMS containers bind to all interfaces on the ports you’ve defined. It’s not working currently because of the routing issue related to your network interfaces.
I think it’s very unlikely that people will have a clash of IPs. You’re the first in the 7 months since the 1.8 release, so I don’t think it counts as frequently asked just yet!