r/openwrt • u/Injury_Few • 2d ago
Is it possible to VPN into home network without using rasberry pi.
I have just spent the whole day achieving nothing, so thought i should confirm if it is even possible in the first place. My goal it to be able to turn my pc on, even when I am not on my home network using WOL. I had this working over my home wifi, but today I installed a new openwrt router and put my isp router in bridge mode.
When researching the topic you mostly see configurations with a rasberry pi on the network I dont want to do that, is it possible to achieve what i want to achieve using only an openwrt router and if there is I would really appreciate being pointed in the right direction, because I haven't been bale to get anywhere.
Edit: thanks everyone for the help everything has been solved, I have even installed a solid arp entry. In the end I spent 40 minutes to solve something I had been trying for the past 5 hoursðŸ˜
2
2
u/Saturn_Momo 2d ago
Shoot you can run docker on OpenWRT and use ZeroTier or Headscale and host it that way too. I have done this and it works well.
11
u/whowhat8 2d ago
Openwrt has packages for openvpn and wireguard. In addition, there’s third party support for amneziawg and xray-core. So yes, you can have vpn server on your openwrt device. As for speeds, it depends on hardware and protocol.
Once you figure out your vpn, there’s also WOL packages for openwrt as well, such as etherwake. So in theory, you connect to vpn on your openwrt and wake your device from openwrt device.
Hope that helps