On 27 Dec 2024 21:14 +0100, from m...@bokomoko.de (Rainer Dorsch): > I didn't manage to get it working with the Plasma interface. > > But importing a working wireguard profile > > root@aura:~# cat /etc/wireguard/wg0.conf > [Interface] > Address = 192.168.11.4/24 > DNS = 5.1.66.255 > ListenPort = 51820 > PrivateKey = <private key> > > [Peer] > PublicKey = h41FylDIh3CnAyzsOhRVu/uzuU2gxMaQ5vDdqoXRkko= > AllowedIPs = 0.0.0.0/0, ::/0 > Endpoint = 87.106.44.192:51820 > PersistentKeepalive = 20 > root@aura:~#
Note that the local listening port seems to be different from that mentioned in your original post in this thread: On 26 Dec 2024 22:41 +0100, from m...@bokomoko.de (Rainer Dorsch): > root@aura:/etc/wireguard# wg > interface: ionos > public key: +O9Ea+2W3B7ke14Y6+7QN8o8l3iObNd8xYy4lhz5Hhk= > private key: (hidden) > listening port: 57832 > fwmark: 0xcb7f I'm not sure if this is _the_ difference, but it's certainly _a_ difference. In general, when things don't work, it is a good idea to remove as many layers of abstraction as one can, as you did here, and use the raw tooling. Doing so will generally either (a) make the problem go away, as it did for you, thus indicating that the additional tooling did something you did not expect (if you want to use the additional tooling, this narrows down what to look at because you're now only looking for differences between what it does and what your raw tools usage does); or (b) give you a simpler setup which still reproduces the problem, making it easier for others to reproduce the issue you're having. -- Michael Kjörling 🔗 https://michael.kjorling.se