You are not logged in.

#1 2017-10-03 12:14

danielboon
Member
Registered: 2017-09-18
Posts: 10

Setting up VPN?

Ok I have installed Scorpion and updated

root@unknownfcaa14c05847:~# inxi -F
System:    Host: unknownfcaa14c05847.attlocal.net Kernel: 4.9.0-3-amd64 x86_64 (64 bit)
           Desktop: N/A Distro: Debian GNU/Linux 9 (stretch)
Machine:   Device: desktop System: Gigabyte product: N/A
           Mobo: Gigabyte model: Fxxxxxxxxxx v: x.x
           BIOS: American Megatrends v: FA date: 01/08/2015
CPU:       Dual core AMD A4-7300 APU with Radeon HD Graphics (-MCP-) cache: 2048 KB
           clock speeds: max: 3800 MHz 1: 3100 MHz 2: 2200 MHz
Graphics:  Card: NVIDIA GK208 [GeForce GT 720]
           Display Server: X.org 1.19.2 driver: nvidia
           tty size: 80x25 Advanced Data: N/A for root
Audio:     Card-1 Advanced Micro Devices [AMD] FCH Azalia Controller
           driver: snd_hda_intel
           Card-2 NVIDIA GK208 HDMI/DP Audio Controller driver: snd_hda_intel
           Card-3 DigiTech driver: USB Audio
           Sound: Advanced Linux Sound Architecture v: k4.9.0-3-amd64
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169
           IF: enp2s0 state: up speed: 100 Mbps duplex: full
           mac: fc:aa:14:c0:58:47
Drives:    HDD Total Size: 480.1GB (2.9% used)
           ID-1: /dev/sda model: KINGSTON_SV300S3 size: 480.1GB
Partition: ID-1: / size: 25G used: 5.2G (23%) fs: ext4 dev: /dev/sda8
           ID-2: /home size: 98G used: 113M (1%) fs: ext4 dev: /dev/sda9
           ID-3: swap-1 size: 8.59GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
Sensors:   System Temperatures: cpu: 0.0C mobo: N/A gpu: 30C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 182 Uptime: 4 min Memory: 529.3/7931.1MB
           Client: Shell (bash) inxi: 2.3.5
root@unknownfcaa14c05847:~# 

       

I am setting up OpenVpn that i usually use. I have installed as follows

1. network-manager
2. network-manager-gnome
3. network-manager-openvpn

also i have installed all of openvpn

1. OpenVPN 
2. OpenVPN LDAP authentication module
3. OpenVPN RADIUS authentication module
4. openvpn-auth-radius
5. OpenVPN with systemd-resolved

easy rsa is in there too

Yet when i try to set up thru network manager I get this error message as follows

Could not create connection
Could not load editor vpn plugins for "org.freedesktop-NetworkManager.openvpn" (missing plugin file "/urs/lib/x86_64-linux-gnu/NetworkManager/libnm-vpn-plugin-openvpn-editor.so")

I can run my VPN thru a terminal command but is this supposed to be throwing the error? It does set up thru the network manager in kde5 so why not on this one?

Offline

#2 2017-10-03 16:19

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: Setting up VPN?

You need to install 'network-manager-openvpn-gnome' package, from package manager or terminal:
$ sudo apt-get install network-manager-openvpn-gnome

Offline

#3 2017-10-03 17:44

danielboon
Member
Registered: 2017-09-18
Posts: 10

Re: Setting up VPN?

danielboon wrote:

Ok I have installed Scorpion and updated

root@unknownfcaa14c05847:~# inxi -F
System:    Host: unknownfcaa14c05847.attlocal.net Kernel: 4.9.0-3-amd64 x86_64 (64 bit)
           Desktop: N/A Distro: Debian GNU/Linux 9 (stretch)
Machine:   Device: desktop System: Gigabyte product: N/A
           Mobo: Gigabyte model: Fxxxxxxxxxx v: x.x
           BIOS: American Megatrends v: FA date: 01/08/2015
CPU:       Dual core AMD A4-7300 APU with Radeon HD Graphics (-MCP-) cache: 2048 KB
           clock speeds: max: 3800 MHz 1: 3100 MHz 2: 2200 MHz
Graphics:  Card: NVIDIA GK208 [GeForce GT 720]
           Display Server: X.org 1.19.2 driver: nvidia
           tty size: 80x25 Advanced Data: N/A for root
Audio:     Card-1 Advanced Micro Devices [AMD] FCH Azalia Controller
           driver: snd_hda_intel
           Card-2 NVIDIA GK208 HDMI/DP Audio Controller driver: snd_hda_intel
           Card-3 DigiTech driver: USB Audio
           Sound: Advanced Linux Sound Architecture v: k4.9.0-3-amd64
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169
           IF: enp2s0 state: up speed: 100 Mbps duplex: full
           mac: fc:aa:14:c0:58:47
Drives:    HDD Total Size: 480.1GB (2.9% used)
           ID-1: /dev/sda model: KINGSTON_SV300S3 size: 480.1GB
Partition: ID-1: / size: 25G used: 5.2G (23%) fs: ext4 dev: /dev/sda8
           ID-2: /home size: 98G used: 113M (1%) fs: ext4 dev: /dev/sda9
           ID-3: swap-1 size: 8.59GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
Sensors:   System Temperatures: cpu: 0.0C mobo: N/A gpu: 30C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 182 Uptime: 4 min Memory: 529.3/7931.1MB
           Client: Shell (bash) inxi: 2.3.5
root@unknownfcaa14c05847:~# 

       

I am setting up OpenVpn that i usually use. I have installed as follows

1. network-manager
2. network-manager-gnome
3. network-manager-openvpn

also i have installed all of openvpn

1. OpenVPN 
2. OpenVPN LDAP authentication module
3. OpenVPN RADIUS authentication module
4. openvpn-auth-radius
5. OpenVPN with systemd-resolved

easy rsa is in there too

Yet when i try to set up thru network manager I get this error message as follows

Could not create connection
Could not load editor vpn plugins for "org.freedesktop-NetworkManager.openvpn" (missing plugin file "/urs/lib/x86_64-linux-gnu/NetworkManager/libnm-vpn-plugin-openvpn-editor.so")

I can run my VPN thru a terminal command but is this supposed to be throwing the error? It does set up thru the network manager in kde5 so why not on this one?

Wow, U ever feel like a nut? I thought I had that installed but what i had installed was

network-manager gnome

but I failed to install 5 down. Tks. This may be a OS to work with for a while.

Offline

Board footer

Powered by FluxBB