Am Dienstag, 20. Februar 2024, 15:10:16 CET schrieb Andrei Borzenkov:
No, it does not. It may be the consequence of the missing IP address. Show the actual information you got from your provider (obfuscating any private keys), not the final NetworkManager configuration.
[Interface] PrivateKey = xxxxxxxxxxxxxxxxxxxxxxx= Address = 192.168.178.202/24
Somehow you did not configure this address. Did you create a NetworkManager connection manually or imported wg-quick configuration?
I created the connection manually, tried import afterwards.
Endpoint = xxxxxxxx.myfritz.net:51710 PersistentKeepalive = 25
Does it work using wg-quick instead of NetworkManager?
X1E:/home/docb/Downloads # wg-quick up wg_config [#] ip link add wg_config type wireguard [#] wg setconf wg_config /dev/fd/62 [#] ip -4 address add 192.168.178.202/24 dev wg_config [#] ip link set mtu 1420 up dev wg_config [#] mount `192.168.178.1' /etc/resolv.conf [#] wg set wg_config fwmark 51820 [#] ip -4 route add 0.0.0.0/0 dev wg_config table 51820 [#] ip -4 rule add not fwmark 51820 table 51820 [#] ip -4 rule add table main suppress_prefixlength 0 [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1 [#] nft -f /dev/fd/62 X1E:/home/docb/Downloads # wg show interface: wg_config public key: xxxxxxxxxxxxxxxxxxxxx= private key: (hidden) listening port: 52736 fwmark: 0xca6c peer: xxxxxxxxxxxxxxxxxxxxxxxxxxx= preshared key: (hidden) endpoint: [2a02:908:f000:2c::db1]:51710 allowed ips: 192.168.178.0/24, 0.0.0.0/0 latest handshake: 20 seconds ago transfer: 23.01 KiB received, 29.55 KiB sent persistent keepalive: every 25 seconds So this indicates that we see a handshake (hoooorrrrraaaaayyyyyy!). In the Fritzox on the other side, my VPN host, it shows a successful connection. But https://whatismyipaddress.com/ still shows the same exit point as before. Thats still not the expected result Cheers Axel