Re: u-blox R410M modem (QMI) configuration with modern Network-manager

2018-11-30 Thread Tim Harvey
On Fri, Nov 30, 2018 at 12:26 PM Dan Williams wrote: > > On Fri, 2018-11-30 at 11:24 -0800, Tim Harvey wrote: > > On Fri, Nov 30, 2018 at 3:12 AM Aleksander Morgado > > wrote: > > > Hey, > > > > > > > I'm trying to use a u-blox QMI R410M with network manager on > > > > Ubuntu > > > > bionic witht

Re: u-blox R410M modem (QMI) configuration with modern Network-manager

2018-11-30 Thread Dan Williams via networkmanager-list
On Fri, 2018-11-30 at 11:24 -0800, Tim Harvey wrote: > On Fri, Nov 30, 2018 at 3:12 AM Aleksander Morgado > wrote: > > Hey, > > > > > I'm trying to use a u-blox QMI R410M with network manager on > > > Ubuntu > > > bionic witht he following which works fine on Ubuntu xenial: > > > > > > # nmcli c

Re: u-blox R410M modem (QMI) configuration with modern Network-manager

2018-11-30 Thread Thomas Haller via networkmanager-list
On Fri, 2018-11-30 at 11:24 -0800, Tim Harvey wrote: > root@bionic-newport:~# nmcli connection add type gsm con-name mymodem > apn $APN > Error: 'ifname' argument is required. try: $ nmcli connection add type gsm con-name mymodem apn $APN ifname '' or $ nmcli connection add type gsm con-nam

Re: u-blox R410M modem (QMI) configuration with modern Network-manager

2018-11-30 Thread Tim Harvey
On Fri, Nov 30, 2018 at 3:12 AM Aleksander Morgado wrote: > > Hey, > > > I'm trying to use a u-blox QMI R410M with network manager on Ubuntu > > bionic witht he following which works fine on Ubuntu xenial: > > > > # nmcli connection add type gsm ifname cdc-wdm0 con-name mymodem apn $APN > > # nmcl

Re: Implementing a SecretAgent

2018-11-30 Thread Beniamino Galvani via networkmanager-list
On Fri, Nov 30, 2018 at 09:08:41AM +0100, Damien Cassou wrote: > Hi, > > I would like to implement a secret agent. The first thing I'm trying is > to start a `nmcli agent secret` process and watch for its output > stream. When `nmcli agent` gets a request for a password, it prints > > passwor

Re: u-blox R410M modem (QMI) configuration with modern Network-manager

2018-11-30 Thread Aleksander Morgado
Hey, > I'm trying to use a u-blox QMI R410M with network manager on Ubuntu > bionic witht he following which works fine on Ubuntu xenial: > > # nmcli connection add type gsm ifname cdc-wdm0 con-name mymodem apn $APN > # nmcli connection up id mymodem > > The modem's QMI interface is indeed /dev/cd

Implementing a SecretAgent

2018-11-30 Thread Damien Cassou
Hi, I would like to implement a secret agent. The first thing I'm trying is to start a `nmcli agent secret` process and watch for its output stream. When `nmcli agent` gets a request for a password, it prints password (vpn.secrets.password): on stdout. How do I know which VPN connection requ