Re: 2 OpenVPN configurations

2022-11-22 Thread Efraim Flashner
Are they both installed in the global profile from your OS config and not in your user profile? Also do you have the network-manager-service correctly configured to use the openvpn plugin¹? I'd offer suggestions about setting that up but it's not something that I've used before.

Re: 2 OpenVPN configurations

2022-11-20 Thread Pradana Adrinusa AUMARS
Yes, I already have tried using nmcli with my .opvn file. I run $ nmcli c import type openvpn file config.ovpn and it prints Unknown VPN plugin "org.freedesktop.NetworkManager.openvpn" I already have openvpn and network-manager-openvpn installed. Maybe it's an issue with the f

Re: 2 OpenVPN configurations

2022-11-19 Thread Remco
2022/11/19 16:21, Pradana Adrinusa AUMARS: > I need to have 2 OpenVPN configurations: one personal config, another > for university. > > The Guix manual does not specify how to have 2 at the same time. > > Is the only work-around to this issue 2 different system configs? D

2 OpenVPN configurations

2022-11-19 Thread Pradana Adrinusa AUMARS
I need to have 2 OpenVPN configurations: one personal config, another for university. The Guix manual does not specify how to have 2 at the same time. Is the only work-around to this issue 2 different system configs? Thanks.

Re: openvpn ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1

2021-10-13 Thread Jovany Leandro G.C
On 2021-10-13 10:51, Jelle Licht wrote: > Hello Jovany, > > "Jovany Leandro G.C" writes: > >> hi, >> when i run **openvpn myfile.ovpn**, throws: >> >> ~~~ >> 2021-10-12 21:20:26 OpenVPN 2.5.4 x86_64-unknown-linux-gnu [SSL >> (OpenSSL

Re: openvpn ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1

2021-10-13 Thread Jelle Licht
Hello Jovany, "Jovany Leandro G.C" writes: > hi, > when i run **openvpn myfile.ovpn**, throws: > > ~~~ > 2021-10-12 21:20:26 OpenVPN 2.5.4 x86_64-unknown-linux-gnu [SSL > (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 1 1970 > ... > 2021-

openvpn ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1

2021-10-12 Thread Jovany Leandro G.C
hi, when i run **openvpn myfile.ovpn**, throws: ~~~ 2021-10-12 21:20:26 OpenVPN 2.5.4 x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 1 1970 ... 2021-10-12 21:25:13 ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1) 2021-10-12 21

Re: OpenVPN Service

2020-11-19 Thread Julien Lepiller
Le 18 novembre 2020 20:04:33 GMT-05:00, jbra...@dismail.de a écrit : >I had an issue with openvpn service leaking my DNS queries. I've set >up network manager to manage my vpn connections. Though, I think I had >to use DNS over HTTPS to fix the leaking DNS issue. Well, this is

Re: OpenVPN Service

2020-11-18 Thread jbranso
I had an issue with openvpn service leaking my DNS queries. I've set up network manager to manage my vpn connections. Though, I think I had to use DNS over HTTPS to fix the leaking DNS issue. November 18, 2020 2:55 PM, "Raghav Gururajan" wrote: > Hello Julien! > >

Re: OpenVPN Service

2020-11-18 Thread Raghav Gururajan
Hello Julien! I'm surprised by this one: you already set ca to something different. Can you share the generated openvpn.conf? OOPS! There was a mistake in config.scm. This error is gone now. Now the openvpn.conf is https://paste.debian.net/1173026/ and error is https://paste.debian.net/1173

Re: OpenVPN Service

2020-11-18 Thread Julien Lepiller
Le 17 novembre 2020 21:36:07 GMT-05:00, Raghav Gururajan a écrit : >Hello Guix! > >I am struggling to setup OpenVPN Service Type. Here is my current >configuration. > >*** START *** > >(service openvpn-client-service-type > (openvpn-client-configuration > (re

OpenVPN Service

2020-11-18 Thread Raghav Gururajan
Hello Guix! I am struggling to setup OpenVPN Service Type. Here is my current configuration. *** START *** (service openvpn-client-service-type (openvpn-client-configuration (remote (list (openvpn-remote-configuration (name "vpn.riseup.net") (port 1194

Re: Avoiding ad-hoc provider-branded OpenVPN clients (was: python-pip is broken after updates)

2020-05-25 Thread Dmitry Alexandrov
voided. Thatʼs even more so on GNU, where OpenVPN support is well-integrated into end-user networking configurators (such as ‘Network Manager’). But let us recall, that business interests of any service provider push them to limit the official support of standard solutions in favour of getting a

Re: [kb] Using an OpenVPN config with nmcli

2020-03-17 Thread Joshua Branson
Maxim Cournoyer writes: Thanks for this! I've been using openvpn to manually connect, and I'm leaking DNS queries. Thanks! > Over the weekend, I spent a bit of time figuring how to use OpenVPN with > NetworkManager, especially its command line interface, 'nmcli'

[kb] Using an OpenVPN config with nmcli

2020-03-16 Thread Maxim Cournoyer
Over the weekend, I spent a bit of time figuring how to use OpenVPN with NetworkManager, especially its command line interface, 'nmcli'. If you are using the Guix System, the first thing to do is to add the openvpn plugin to your network-manager-service-type configuration, like

Help With Openvpn Configuration

2019-06-02 Thread oury . dustin
I've attempted to install all relevant packages in Guix, and tried to check on IRC to no avail. What I'm trying to do is to get a .ovpn file configured via gnome, but looking around most suggest installing a package named network-manager-openvpn-gnome which doesn't yet exist

Configuring Openvpn+tor in Guix Without Root

2019-05-30 Thread oury . dustin
Hello! I recently got a proxy service with PIA, and I had been using it with Trisquel and Tor Browser to make private browsing alot easier, however with Guix it's a little bit harder since I'm not a programmer, but I love how nice and security-focused Guix is. I'm trying to ha

Re: Help with OpenVPN Plugin for Network Manager

2019-05-05 Thread Chris Marusich
ager's Configuration > to include and enable "network-manager-openvpn" plugin? > > I tried adding "(service network-manager-service-type > (network-manager-configuration (vpn-plugins > network-manager-openvpn)))" but I got an error that the service is > used mo

Re: Help with OpenVPN Plugin for Network Manager

2019-04-27 Thread Christopher Baines
Configuration to > include and enable "network-manager-openvpn" plugin? > > I tried adding "(service network-manager-service-type > (network-manager-configuration (vpn-plugins network-manager-openvpn)))" but I > got an error that the service is used more than once.

Help with OpenVPN Plugin for Network Manager

2019-04-26 Thread Raghav Gururajan
Hello Guix! The "Services" part of my current system config is the following: (services (cons* (service gnome-desktop-service-type) %desktop-services)) How should I modify the above to edit Network Manager's Configuration to include and enable "network-manager-openvpn"

Re: openvpn

2019-01-25 Thread Maxim Cournoyer
Hello, nightowl writes: > Ok, thanks. I may wait until it becomes un-broke. > Any progress (or lack thereof) on this issue can be tracked here: http://issues.guix.info/issue/33832. Cheers, Maxim

Re: openvpn

2019-01-25 Thread nightowl
fig)   (vpn-plugins network-manager-openvpn))) -> this should be (vpn-plugins '(network-manager-openvpn Short answer: not via the guix configuration - it is broken at the moment. You might be succesful with Bitmask(1) via PYPI,

Re: openvpn

2019-01-23 Thread swedebugia
On 2019-01-24 04:40, nightowl wrote:   (network-manager-service-type config =>     (network-manager-configuration   (inherit config)   (vpn-plugins network-manager-openvpn))) -> this sho

openvpn

2019-01-23 Thread nightowl
Is it possible to have vpn set up in gnome on a guixsd installation? I am trying this and having some trouble. I have added the openvpn and network-manager-openvpn packages to my config.scm file. I also set the services as follows: (services (cons* (gnome-desktop-service

Re: openvpn with networkmanager

2019-01-08 Thread Maxim Cournoyer
Hello, Adam Massmann writes: > Hi Ben, > > Benjamin Slade writes: > >> >> What is a recommended/working way of using OpenVPN on GuixSD? > > I do not know what the recommended way of working with > openvpn is, but I do have a working way. Attached is a ba

Re: openvpn with networkmanager

2018-11-08 Thread swedebugia
Hi On 2018-09-18 05:55, Benjamin Slade wrote: On 2018-09-13T02:54:52-0600, Ludovic Courtès wrote: > I think it would be nice to add a commented example to this section of > the manual, like we have for many other services. I think this would be very useful. With an example it should be muc

Re: openvpn with networkmanager

2018-09-17 Thread Benjamin Slade
On 2018-09-13T02:54:52-0600, Ludovic Courtès wrote: > I think it would be nice to add a commented example to this section of > the manual, like we have for many other services. I think this would be very useful. With an example it should be much more straightforward to figure out how to use t

Re: openvpn with networkmanager

2018-09-13 Thread Ludovic Courtès
Hi, Benjamin Slade skribis: > > On GuixSD, we have an openvpn service, see > > https://guix.info/manual/en/VPN-Services.html#VPN-Services. Once > > configured, you can always start and stop it with "herd start > > openvpn-client" and "herd s

Re: openvpn with networkmanager

2018-09-11 Thread Benjamin Slade
> On GuixSD, we have an openvpn service, see > https://guix.info/manual/en/VPN-Services.html#VPN-Services. Once > configured, you can always start and stop it with "herd start > openvpn-client" and "herd stop openvpn-client". Thanks, Julien. Unfortunately, I do

Re: openvpn with networkmanager

2018-09-11 Thread Adam Massmann
Hi Julien, Julien Lepiller writes: > > On GuixSD, we have an openvpn service, see > https://guix.info/manual/en/VPN-Services.html#VPN-Services. Once > configured, you can always start and stop it with "herd start > openvpn-client" and "herd stop openvpn-client&

Re: openvpn with networkmanager

2018-09-11 Thread Julien Lepiller
Le 2018-09-10 18:05, Adam Massmann a écrit : Hi Ben, Benjamin Slade writes: What is a recommended/working way of using OpenVPN on GuixSD? I do not know what the recommended way of working with openvpn is, but I do have a working way. Attached is a bash script that takes a wireless

Re: openvpn with networkmanager

2018-09-10 Thread Benjamin Slade
Thanks, Adam, I'll have to try this. It's hard to know how much of the issues with NetworkManager+VPNs is a GuixSD-specific issue and how much is just NetworkManager (on my Arch machine, I have to connect to openvpn 'by hand', it won't connect through NetworkManager; but

Re: openvpn with networkmanager

2018-09-10 Thread Adam Massmann
Hi Ben, Benjamin Slade writes: > > What is a recommended/working way of using OpenVPN on GuixSD? I do not know what the recommended way of working with openvpn is, but I do have a working way. Attached is a bash script that takes a wireless interface as an argument and starts up

Re: openvpn with networkmanager

2018-09-09 Thread Benjamin Slade
Hi Ludo', > IIRC, NM has a tool to import OpenVPN config files, though it only > understands a subset of the syntax; you have to run it as root: > sudo nmcli connection import type openvpn file /path/to/whatever.ovpn > Then I think something was broken with VPN suppor

Re: openvpn with networkmanager

2018-09-09 Thread Ludovic Courtès
r-service-type config => > (network-manager-configuration > (inherit config) > (vpn-plugins (list > network-manager-openvpn)) > > > This does indeed enable the OpenVPN module of NetworkManager, but &

openvpn with networkmanager

2018-09-04 Thread Benjamin Slade
ion (inherit config) (vpn-plugins (list network-manager-openvpn)) This does indeed enable the OpenVPN module of NetworkManager, but NetworkManager doesn't automatically read in the *.opvn files in /etc/openvpn (which is probably

Re: Openvpn and NetworkManager

2018-01-12 Thread Johannes Laute
Yes, it happens when I try to activate the VPN connection in nmtui, and also when I try to activate the vpn connection via the gnome vpn ui. Its puzzling me, since the plugin seems to be installed correctly as it shows up in the gnome ui. Johannes On 12 Jan 2018 12:27 pm, "Ludovic Courtès" wro

Re: Openvpn and NetworkManager

2018-01-12 Thread Ludovic Courtès
Hi Johannes, Johannes Laute skribis: > Querying /var/log for "vpn" returns many entries like this: > > /messages:Jan 11 13:24:50 localhost NetworkManager[19464]: > [1515673490.8272] audit: op="connection-activate" uuid="not sure if this is > sensitive information but i removed it anyways" name=

Re: Openvpn and NetworkManager

2018-01-11 Thread Johannes Laute
Hi Ludo', A person there wrote: > > > among other things I was missing the line > > users.extraGroups.networkmanager.members > = ["root"]; > > Could you try “groupadd -r networkmanager && usermod -aG networkmanager > root” > (these changes will be lost upon reboot) and run “nmtui” from there? > >

Re: Openvpn and NetworkManager

2018-01-08 Thread Ludovic Courtès
Hello Johannes, Johannes Laute skribis: >> > I researched the error message and it seems common when people don't have >> > plugin installed (obviously), but I also found this: >> > https://github.com/NixOS/nixpkgs/issues/3539 which might be related. A person there wrote: > among other things

Re: Openvpn and NetworkManager

2017-12-24 Thread Johannes Laute
Thanks for the answer! On 24 December 2017 at 09:02, ng0 wrote: > Johannes Laute transcribed 4.2K bytes: > > Hi, > > > > I'm trying to get openvpn and the NetworkManager plugin to work together > > but I am having some troubles. > > > > I started wi

Re: Openvpn and NetworkManager

2017-12-24 Thread ng0
Johannes Laute transcribed 4.2K bytes: > Hi, > > I'm trying to get openvpn and the NetworkManager plugin to work together > but I am having some troubles. > > I started with installing both packages, but the openvpn plugin specific > menu options did not show up in t

Openvpn and NetworkManager

2017-12-23 Thread Johannes Laute
Hi, I'm trying to get openvpn and the NetworkManager plugin to work together but I am having some troubles. I started with installing both packages, but the openvpn plugin specific menu options did not show up in the connection menu. I read the documentation and noticed the "vpn-plugi