On Sun, Oct 4, 2020 at 3:18 PM Alexander <ricardoalx.pe...@gmail.com> wrote:
> The environment where apache guacamole runs is: > > Apache Guacamole Server 1.2.0 > Apache Guacamole Client 1.2.0 > MariaBD > Centos 7 > > Hello, I configured Wake on Lan on a computer to allow sending the magic > package, I have tested that it works with an application from my mobile > device and also from another PC and it works correctly. > > In apache guacamole I enable the option "Send WoL package" and enter the > mac > address of the remote host, however the computer does not turn on and the > tomcat log does not show me any error related to Wake on Lan. > > A few things for you to check, here... - Tomcat does not send the Wake-on-LAN packet, guacd does. That said you've posted guacd logs below. - The system running guacd must be on the same network segment as the systems it is going to wake up, or you must do fancy network stuff in order to forward the wake packet to the actual hosts that are being awakened. This may already be the case in your environment, but you haven't provided any detail about the configuration, so I'm just posting it to make sure that's out there. - Not sure if you're running guacd in Docker or not, but, if you are, there are additional things to consider regarding how you attach the guacd container to the network and send the packets. - If you have any firewalls, including host-based firewalls, you need to make sure the firewalls are configured properly. - Have you done any packet sniffing to see if the magic packet is going out? -Nick