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 bash > script that takes a wireless interfa

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 stop openvpn-client". > > Thanks, Julien. Unfortunat

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 don't find that manual page overly

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". Thanks for the link, I look forwa

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 interfac

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 on my Bedrock/pieces-from-a

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 a vpn, adjust

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 support in NM, though I > f

Re: openvpn with networkmanager

2018-09-09 Thread Ludovic Courtès
Hi Benjamin, Benjamin Slade skribis: > I have the following definition in my config.scm, which I call in > defining the operating system: > > > (define %slade-desktop-services > (modify-services %desktop-services > (network-manager-service-type config => >

openvpn with networkmanager

2018-09-04 Thread Benjamin Slade
I have the following definition in my config.scm, which I call in defining the operating system: (define %slade-desktop-services (modify-services %desktop-services (network-manager-service-type config => (network-manager-configuration