| Summary: | Import VPN connection doesnt support wireguard config | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-networkmanager-qt | Reporter: | Bronson <bronsonmathews> |
| Component: | general | Assignee: | Jan Grulich <jgrulich> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | car.cuevas, gilberto.nunes32, lamarque, lukas.tinkl, major-mayer |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Bronson
2020-11-28 02:35:08 UTC
Indeed I can confirm that I have the same problem; it seems to me that the problem is when trying to fetch IP Address, when using "Manual" Method in IPv4... At least for myself in my wg0.conf, I have [Interface] Address = 192.168.1.3/24 And, when importing it, I get there 192.168.1.0 ... so I guess there should be something with the parsing.... I confirmed that this happens to me too, but when import Openvpn OVPN file, with certs in side it. I am currently using Kubunu Jammy but this happens in Neon too. However if I install gnome-control-center and try to add the OVPN file, it's imported with sucess. Then I am able to connect using plasma-nm applet. But when I tried to add the ovpn over systemsettings5 -> Connections no way! Hope this will fix in the future. I can confirm this bug. Here is an example config file, that doesn't work (I removed the sensible data): [Interface] Address = 10.50.0.20 PrivateKey = xxx= DNS = 10.1.1.1,example.com,192.168.1.1 MTU = 1300 [Peer] PublicKey = xxx= Endpoint = vpn.example.com:51820 AllowedIPs = 10.1.0.0/22,192.168.1.23 PersistentKeepalive = 10 I had this issue solved after last updates. Thanks. I cannot confirm this for Wireguard configuration files. The connection.id error still appears |