Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Bullseye: OpenVPN on KDE doesn't work

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
GabrieleMax
Posts: 126
Joined: 2016-09-07 20:24
Location: Senigallia (AN) - Italy
Has thanked: 4 times
Been thanked: 1 time
Contact:

Bullseye: OpenVPN on KDE doesn't work

#1 Post by GabrieleMax »

Hi guys,

openvpn by console works (I load *.ovpn file) but on KDE doesn't work :roll:

Code: Select all

dev tun
persist-tun
persist-key
data-ciphers AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:AES-128-CBC
data-ciphers-fallback AES-128-CBC
auth SHA1
tls-client
client
resolv-retry infinite
remote XX.XX.XX.XX 1194 udp4
verify-x509-name "remote.companyname.it" name
auth-user-pass
remote-cert-tls server
comp-lzo adaptive
explicit-exit-notify 
I attached KDE screenshots, maybe should I add something about tls-auth for KDE? I already load "network-manager-openvpn"...

GabrieleMax
Attachments
Screenshot_20220618_144531.png
Screenshot_20220618_144531.png (68.34 KiB) Viewed 773 times
Screenshot_20220618_144323.png
Screenshot_20220618_144323.png (72.56 KiB) Viewed 773 times
Screenshot_20220618_144147.png
Screenshot_20220618_144147.png (81.67 KiB) Viewed 773 times


Post Reply