New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
NYR_Wireguard_NAT help
Hello i use https://github.com/Nyr/wireguard-install
everything goes fine only the config does not contain the public key . I don't have this problem with other NAT providers .
Can you help me how to make it work with khanwebhost ?
Comments
ticket them and ask to reload the nat vps udp rules
/etc/wireguard is where the wg0 config resides and everything should be there, also the config for each host you want will reside in wherever you ran the main script from. Hope this helps!
Update your OS to the latest version or try a different image, could that that image is missing some package that's preventing the wireguard core packages being installed properly.
The command that generates the client publickey is "grep PrivateKey /etc/wireguard/wg0.conf | cut -d " " -f 3 | wg pubkey". Check wg0 file and see if the privatekey it's in there. You can try running the commands manually and see what happens.
@Nyr