I am trying to set up my homelab to wake whenever it is being accessed. I set up wake on LAN for unicast, and it works fine for a while after shutting down the system. It stops working after a few hours of the server being turned off, though.
From what I’m gathering online, the issue is that my router uses ARP cache for resolving IPs. Before that gets flushed, it still works. However, it seems like my router does not allow me to configure a static ARP entry. I already set a static IP for my server in the router, but it still won’t work a few hours.
Is there any way to make this work? I just want to allow a friend of mine to boot my server whenever they try to access a service on it.
lorentz@feddit.it 1 week ago
You need to send the WOL packet to the broadcast address of your network, not to the machine IP address. It this way all the machines on the network will receive it, including the ones that have been powered off for a while
meekah@lemmy.world 1 week ago
I am talking about WoL in unicast mode, not with the magic packet.
k_rol@lemmy.ca 1 week ago
Im curious, why unicast over magic packet?