this post was submitted on 22 Sep 2025
19 points (91.3% liked)

Selfhosted

51931 readers
1272 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I am trying to set up my homelab to boot 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 an ARP cache. Before that gets flushed, it still works. However, it seems like my router does not allow me to configure a static ARP entry (using a ISP provided router). 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.

you are viewing a single comment's thread
view the rest of the comments
[–] meekah@lemmy.world 1 points 1 week ago (4 children)

I am talking about WoL in unicast mode, not with the magic packet.

[–] k_rol@lemmy.ca 2 points 1 week ago (3 children)

Im curious, why unicast over magic packet?

[–] meekah@lemmy.world 4 points 1 week ago (2 children)

Because I want the server to boot when a service on said server is being accessed. Without having to manually boot it before.

[–] lorentz@feddit.it 2 points 1 week ago (1 children)

I'm not familiar with this setup. But do you want for the server to boot as soon as it receive any packet addressed to its IP?

[–] meekah@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

Yup. And it works already, as long as the server was shut down in the last few hours. Then it stops working. The 4 hours mentioned here seem about right.