https://bugs.kde.org/show_bug.cgi?id=396530
tnem...@free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tnem...@free.fr --- Comment #7 from tnem...@free.fr --- I've seen some BR about a Plasma-nm VPN GUI importer. I couldn't find it opening connections from the system tray. I had to resort to nmcli connection importer which although successful, failed to import a "working" configuration. FYI I have a script that does : ... 10 │ OPENVPN="openvpn --config $CFGDIR/$CONFIG --auth-user-pass $CFGDIR/$CREDS" ... 19 │ vpn_start() 20 │ { 21 │ $OPENVPN > /tmp/vpn.log 2>&1 & 22 │ TAP="" 23 │ while [ -z "$TAP" ] ; do 24 │ TAP=$(ip l | grep tap0) 25 │ sleep 1 26 │ done 27 │ dhclient tap0 28 │ ip route del default via 192.168.0.254 dev tap0 29 │ } This script works perfectly and my connection is correctly set up. It would be nice to have an openvpn _exporter_ in order to see which mismatch happened. -- You are receiving this mail because: You are watching all bug changes.