Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3260

Testing And Unstable • [Testing - Trixie] Wireguard connection via Gnome does not work

$
0
0
Hi all,

I really tried to get it working and I'm stuck, so maybe someone can help me or give me a hint where to proceed.

I'm on a 11th gen Framework Laptop 13 which I ran on fedora until 2 month ago. I switched for debian because I have some kind of history with it on the server side of life.
Because I want more recent software I decided to try the frankenstein testing with pinned unstable (via this scripts: https://github.com/khimaros/debian-hybrid) and for now everything works well (or after some minor tweaking, which fedora did for me).

Where I'm struggling is VPN via Wireguard with my FritzBox router. It worked on fedora and it still works form my Android, but under debian it does not. It connects, but I have no access to my local network or the internet. :(

My conf:

Code:

[Interface]PrivateKey = xyzAddress = 192.168.188.201/24,fd00::201/64DNS = 192.168.188.30,192.168.188.1,fd00::da5e:d3ff:fe85:24f,fd00::4a5d:35ff:fe1d:f8c7DNS = fritz.box[Peer]PublicKey = xyzPresharedKey = xyzAllowedIPs = 192.168.188.0/24,0.0.0.0/0,fd00::/64,::/0Endpoint = xyz.myfritz.net:59141PersistentKeepalive = 25
It imports well via GNOME network manager GUI and connects after clicking. Fritzbox is happy and shows a green button. But, I cannot reach local server via IP or internet sites.

ping local IP

Code:

ping 192.168.188.xxPING 192.168.188.xx (192.168.188.xx) 56(84) bytes of data.^C--- 192.168.188.xx ping statistics ---132 packets transmitted, 0 received, 100% packet loss, time 134128ms
ip a

Code:

8: wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000    link/none     inet 192.168.188.201/24 brd 192.168.188.255 scope global noprefixroute wg0       valid_lft forever preferred_lft forever    inet6 fd00::201/64 scope global noprefixroute        valid_lft forever preferred_lft forever    inet6 fe80::9672:2381:92af:e141/64 scope link noprefixroute        valid_lft forever preferred_lft forever
ip route

Code:

default via 192.168.179.1 dev wlp170s0 proto dhcp src 192.168.179.8 metric 600 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown 192.168.179.0/24 dev wlp170s0 proto kernel scope link src 192.168.179.8 metric 600 192.168.188.0/24 dev wg0 proto static scope link metric 50 192.168.188.0/24 dev wg0 proto kernel scope link src 192.168.188.201 metric 50 
Even if I disable ufw it stays the same, so ruled that out. I run a pi-hole, but since IP connection does also not work, I also ruled that out.
I also tried to connect via wg-quick with resolveconf, but it also did not work...

Pls. point me in the right direction or ask for more information I missed providing.
Thanks!

Simon

Statistics: Posted by sihaha — 2025-01-09 11:29 — Replies 0 — Views 41



Viewing all articles
Browse latest Browse all 3260

Trending Articles