Wireguard Client set up
-
I am attempting to use my Onion Omega2+ as a client for a Wireguard VPN server that I am setting. I have installed wireguard/wireguard-tols and can use wg to generate private and public keys as well. I was trying to follow OpenWRT's guide to set up a client on Wireguard but I am confused as to where to set the configuration parameters since there is no wiregard or wg0.conf file on my Onion. Any help would be greatly appreciated and the guide is question can be found here: https://openwrt.org/docs/guide-user/services/vpn/wireguard/client
-
@santi29051 You'll need a version of OpenWrt that includes WireGuard. We've got some pre-built packages of OpenWrt that we're using for the Omega2S+ here: https://github.com/cuprous-au/openwrt/releases.
Check out our diffs to the main 23.05 branch to see what's changed.
-
@huntc Thank you! Much appreciated
-
@huntc The wg-quick command has not been working for me. This happened with another downloadable command for a different package I installed but I fixed it by adding it to my file path. I can't find the path to wg-quick after running which wg-quick and find / -iname wg-quick. Did wg-quick fail to dowlnoad?
-
@huntc I flashed in your sysupgrade and now The onion wont appear on my wifi and I can't ssh into it. This ever happened to you?
-
@santi29051 We changed the ssid to "Cuprous-<mac>". Does that help? Nothing else should have changed. Also, can you get in via the serial console and see what interfaces are up? Both the AP and ethernet should be up.
-
@huntc It is now working and I am able to ssh into the Onion. How did you set up your wireguard client? Because the command "wg-quick" which I had normally used when setting up wireguard is not recognized
-
@huntc Sorry to bother you again but I figured my issue with wg-quick (I think). Have you ever been able to install packages such as node or node-npm with your custom image?