To be completed by the original poster:
CMS Version
3.3.0
Player Type
Windows Player on a NucBox 8
Player Version
R301.1
Issue
I’m trying to start the NucBox by WoL.
If i use any software (WOL2 or WOL Magic Packet Sender) including ether-wake on the linux box where the docker containers are running on the Box is starting as expected.
But if i try to start it via Xibo nothing is happening.
I looked at the ip traffic via iptraf-ng and it seems that xibo is sending the magic packets on the wrong interfaces:
UDP (130 bytes) from 172.18.0.4:34259 to 10.x.x.255:9 on veth5d1333f
UDP (130 bytes) from 172.18.0.4:34259 to 10.x.x.255:9 on br-4e7abb0a2e31
The ethernet interface where the Ip Adress of the box is bound (10.x.x.21) is named ens192
What am i doing wrong or what do i have to do to get this working?