leon3s / wireguard-gui

A wireguard client GUI for Debian/Linux made with nextauri
Apache License 2.0
34 stars 2 forks source link

Not working Ubuntu 24.04 lts #118

Open dreykanbern opened 3 days ago

dreykanbern commented 3 days ago

I installed wireguard, then the wireguard gui itself, gave permission to manage the network manager through system settings, I created a profile named: UbuntuUSA Settings:

[Interface] PrivateKey = my private key Address = 10.8.0.3/24 DNS = 1.1.1.1

[Peer] PublicKey = my public key PresharedKey = my preshared key AllowedIPs = 0.0.0.0.0/0, ::/0 PersistentKeepalive = 0 Endpoint = 77.238.228.246:51820

These settings I just downloaded from my server where I deployed this library https://github.com/wg-easy/wg-easy#updating and when connecting via wq-quick up on my own, everything works.

but with this gui does not work, it says that I am successfully connected, green light is on, but ip does not change, remains the same as it was before vpn connection.

imageimage