On Tue, Feb 20, 2024 at 4:53 PM Axel Braun <docb@opensuse.org> wrote:
Am Montag, 19. Februar 2024, 13:02:37 CET schrieb Andrei Borzenkov:
X1E:/home/docb # ip -4 route show table 51914 Error: ipv4: FIB table does not exist. Dump terminated X1E:/home/docb # ip -6 route show table 51914 Error: ipv6: FIB table does not exist. Dump terminated
Does not look good, no?
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?
DNS = 192.168.178.1 DNS = fritz.box
[Peer] PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxx= PresharedKey = xxxxxxxxxxxxxxxxxxxxxxc=
OK, so you do have PSK. Wireguard continuously performs a handshake to establish a session encryption key. As long as you do not see a successful handshake in `wg show` output, nothing can work.
AllowedIPs = 192.168.178.0/24,0.0.0.0/0
0.0.0.0/0 includes 192.168.178.0/24. I would omit it.
Endpoint = xxxxxxxx.myfritz.net:51710 PersistentKeepalive = 25
Does it work using wg-quick instead of NetworkManager?