Comment on How do I implement wake up on lan (WoL)?
drudoo@lemmy.world 1 year ago
What I do is using OliveTin behind a reverse proxy (traefik with auth) on a Pi. I then have a button in olivetin that sends WoL commands through local network to turn in my ‘big’ server. You can probably run it without issues on a Pi0.
Alternatively, if you have a VPN to your home network, is using an app on your phone to send WoL commands when connected to the VPN. I have tested with both ‘Magic Packet’ and ‘Net Status’ on iOS through WireGuard.
Kidplayer_666@lemm.ee 1 year ago
I like your funny words magic man. Now more seriously, how could I create a VPN to my home network without having an additional computer to spare? Could I use a router for that? (Currently using the crappy ISP provided one just as a modem and using Google stuff to handle WIFi. To get wired to my server I use one of those Powerline things that is connected to the ISP stuff)
thepianistfroggollum@lemmynsfw.com 1 year ago
Yes, your router can likely act as a VPN server, but I would definitely have a hardware firewall if you’re going to be exposing ports to the public internet.
grahamsz@kbin.social 1 year ago
I run a wireguard service on my Unifi Edgerouter and it works pretty well for that situations. I can also (in theory) send WOL packets from home assistant but i've never tried.
drudoo@lemmy.world 1 year ago
Some routers can act as a VPN, but I don’t think an ISP provided one can.
I would suggest you get a raspberry pi zero W or equivalent(like orange pi zero) and setup a WireGuard server on that. It’s only like $15.
That way you can vpn to your network and access devices / services without opening any additional ports.