https://bugs.kde.org/show_bug.cgi?id=507444
--- Comment #11 from [email protected] --- On 2025-10-02 15:16, TraceyC wrote: > https://bugs.kde.org/show_bug.cgi?id=507444 > > --- Comment #10 from TraceyC <[email protected]> --- > (In reply to bart from comment #9) >> This is the contents of my wg0.conf, with the keys removed > > Thank you. > > Can you also share its configuration file in > /etc/NetworkManager/system-connections ? There should be a file ending > in > .nmconnection for it. > Mine looks like this (secrets removed) > > [connection] > id=ProtonVPNFree > uuid=xxx > type=wireguard > autoconnect=false > interface-name=ProtonVPNFre-WG > permissions=user:myuser:; > > [wireguard] > private-key-flags=1 > > [wireguard-peer.xxxx=] > endpoint=xx.xx.xx.xx:port > allowed-ips=0.0.0.0/0; > > [ipv4] > address1=xx.xx.xx.xx/32 > method=manual > > [ipv6] > addr-gen-mode=stable-privacy > method=ignore > > [proxy] here it is: [connection] id=wg0 uuid=xxx type=wireguard autoconnect=false interface-name=wg0 permissions=user:stark:; [wireguard] listen-port=51820 private-key=xxx [wireguard-peer.xxx=] endpoint=xxx.xx.xx.xx:51820 preshared-key=xxx preshared-key-flags=0 allowed-ips=0.0.0.0/0;::/0; [ipv4] address1=xx.xxx.xx.x/24 dns=8.8.8.8; dns-search=~; method=manual [ipv6] addr-gen-mode=stable-privacy method=disabled [proxy] -- You are receiving this mail because: You are watching all bug changes.
