Use proxy in advanced configuration

2016-06-10 Thread asdfgher
Hello I have Qubes as os and have thhis configuration sys-net-->proxyVM-->proxyVM-->AppVM In the first proxy vm I have a proxy software while in the second I have a vpn in network manager My goal is that the vpn "see" proxy software in the first proxyVM. Now I'm gone to advances-->proxies and

Use proxy in advanced configuration

2016-06-10 Thread asdfgher
Hello I have Qubes as os and have thhis configuration sys-net-->proxyVM-->proxyVM-->AppVM In the first proxy vm I have a proxy software while in the second I have a vpn in network manager My goal is that the vpn "see" proxy software in the first proxyVM. Now I'm gone to advances-->proxies and

Re: NM can't see WEP access point

2016-06-10 Thread Dan Williams
On Fri, 2016-06-10 at 17:30 +0200, Bastien Nocera wrote: > On Fri, 2016-06-10 at 10:11 -0500, Dan Williams wrote: > > > > > > > > > Jouni confirmed that there is a bug in the supplicant.  The > > commit ce8963fc9f197771cd51ba2834fbdf711189641a ('Remove > > WEP40/WEP104 > > cipher suite support

[SOLVED]Re: network manager and 10.42.0.1

2016-06-10 Thread Bhasker C V
On Fri, Jun 10, 2016 at 10:49 AM, Beniamino Galvani wrote: > > On Fri, Jun 10, 2016 at 10:24:57AM +0200, Bhasker C V wrote: > > Hi all, > > > > I am following up this question after asking this with debian-users group. > > > > I am at a loss to find out how to change

DHCP lease time configuration

2016-06-10 Thread Bhasker C V
Hi, I use NM 1.2.2 I have configured an AP HOTSPOT I want to configure a mximum dhcp lease time (instead of 50) I looked into nm-settings but could not find an appropriate setting Is there an nmcli setting for setting the lease time ? Thanks ___

Re: DHCP lease time configuration

2016-06-10 Thread Thomas Haller
On Fri, 2016-06-10 at 20:27 +0200, Bhasker C V wrote: > Hi, > >  I use NM 1.2.2 >  I have configured an AP HOTSPOT >  I want to configure a mximum dhcp lease time (instead of 50) > I looked into nm-settings but could not find an appropriate setting > Is there an nmcli setting for setting the

[PATCH v2 2/9] Ignore rild modem devices.

2016-06-10 Thread Tony Espy
From: Mathieu Trudel-Lapierre Gbp-Pq: Name Ignore-rild-modem-devices.patch --- src/nm-manager.c | 8 1 file changed, 8 insertions(+) diff --git a/src/nm-manager.c b/src/nm-manager.c index e64c68a..be21baa 100644 --- a/src/nm-manager.c +++

[PATCH v2 1/9] Check at runtime whether to start ModemManager

2016-06-10 Thread Tony Espy
From: Didier Raboud This makes NetworkManager use runtime detection to manage the ModemManager lifecycle when not run by systemd. Under systemd, we expect the ModemManager service to be started by systemd, under non-systemd, we use the dbus activation feature to start

Re: [PATCH 8/9] Track killswitch change signals from urfkill

2016-06-10 Thread Tony Espy
On 06/08/2016 05:55 PM, Dan Williams wrote: On Wed, 2016-06-08 at 16:20 -0400, Tony Espy wrote: From: Mathieu Trudel-Lapierre ... Also do that rather than resetting the killswitch to the NM saved WirelessEnabled state if urfkill support is enabled.

[PATCH v2 8/9] Track killswitch change signals from urfkill

2016-06-10 Thread Tony Espy
From: Mathieu Trudel-Lapierre ... Also do that rather than resetting the killswitch to the NM saved WirelessEnabled state if urfkill support is enabled. Gbp-Pq: Name Track-killswitch-change-signals-from-urfkill.patch --- configure.ac | 11 ++

[PATCH v2 3/9] wwan: add support for using oFono as a modem manager

2016-06-10 Thread Tony Espy
From: Mathieu Trudel-Lapierre This patch adds core wwan support for ofono, as used by Ubuntu Touch. Signed-off-by: Mathieu Trudel-Lapierre Gbp-Pq: Name wwan-add-support-for-using-oFono-as-a-modem-manager.patch ---

[PATCH v2 5/9] Let NetworkManager read oFono settings file and create connections

2016-06-10 Thread Tony Espy
From: Mathieu Trudel-Lapierre Gbp-Pq: Name Let-NetworkManager-read-oFono-settings-file-and-crea.patch --- configure.ac | 6 + src/settings/plugins/Makefile.am | 4 +

[PATCH v2 6/9] Add modem reconnect delay to policy

2016-06-10 Thread Tony Espy
This patch introduces a 5s delay between retry activations for modem devices. Otherwise, the activation attempts can flood the modem all at once, and then trigger the reset_retries timeout ( which defaults to 300s ). Bug-Ubuntu: https://bugs.launchpad.net/bugs/1461593 Gbp-Pq: Name

[PATCH v2 9/9] Fix ofono connection problems

2016-06-10 Thread Tony Espy
This patch fixes three (re) connection problems with the ofono plugin: 1) If the modem is connected, and registrations drops, and then is restored, the connection isn't re-activated. The fix was simply to change modem_state_cb to not return after setting the state to failed, which allows

[PATCH v2 4/9] Add new NMSettingsConnection reset_retries get/set methods

2016-06-10 Thread Tony Espy
This patch adds get/set methods to NMSettingsConnection for the reset_retries_timeout. This allows sub-classes to override the default setting ( 300s ). Bug-Ubuntu: https://bugs.launchpad.net/bugs/1461593 Gbp-Pq: Name Add-new-NMSettingsConnection-reset_retries-get-set-m.patch ---

[PATCH v2 0/9] ofono/wwan modem support

2016-06-10 Thread Tony Espy
The following patches add ofono modem/wwan support to NetworkManager. These patches are based on the latest stable 1.2.2 release. One caveat is that these patches have only been tested using ofono's rilmodem driver ( as used by Ubuntu Touch ), however other then the 'Preferred' APN logic in the

[PATCH v2 7/9] Modify NMDeviceModem's available logic

2016-06-10 Thread Tony Espy
This patch modifies NMDeviceModem's available logic such that the device is only considered available if the modem_state is >= NM_MODEM_STATE_REGISTERED. NMDevice defines 'available' as meaning the device is in such a state that it can be activated. This change prevents NM from trying to activate

[PATCH] Ignore wifi p2p devices

2016-06-10 Thread Tony Espy
Gbp-Pq: Name: Ignore-wifi-p2p-devices.patch --- src/devices/wifi/nm-wifi-factory.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/devices/wifi/nm-wifi-factory.c b/src/devices/wifi/nm-wifi-factory.c index 2d5f8fa..7b1312d 100644 --- a/src/devices/wifi/nm-wifi-factory.c +++

Re: network manager and 10.42.0.1

2016-06-10 Thread Beniamino Galvani
On Fri, Jun 10, 2016 at 10:24:57AM +0200, Bhasker C V wrote: > Hi all, > > I am following up this question after asking this with debian-users group. > > I am at a loss to find out how to change 10.42.0.1/24 and 10.42.0.x/24 as > ip and dhcp range which is used by network manager when

network manager and 10.42.0.1

2016-06-10 Thread Bhasker C V
Hi all, I am following up this question after asking this with debian-users group. I am at a loss to find out how to change 10.42.0.1/24 and 10.42.0.x/24 as ip and dhcp range which is used by network manager when configuring a wireless card as an AP. I dont see the setting anywhere and cant

Re: NM can't see WEP access point

2016-06-10 Thread Dan Williams
On Thu, 2016-06-09 at 16:47 -0500, Dan Williams wrote: > On Thu, 2016-06-09 at 17:28 +0200, Bastien Nocera wrote: > > > > On Thu, 2016-06-09 at 10:23 -0500, Dan Williams wrote: > > > > > > > > > On Thu, 2016-06-09 at 17:13 +0200, Bastien Nocera wrote: > > > > > > > > > > > > On Thu,

Re: NM can't see WEP access point

2016-06-10 Thread Bastien Nocera
On Fri, 2016-06-10 at 10:11 -0500, Dan Williams wrote: > > Jouni confirmed that there is a bug in the supplicant.  The > commit ce8963fc9f197771cd51ba2834fbdf711189641a ('Remove WEP40/WEP104 > cipher suite support for WPA/WPA2') appears to have broken this > functionality (where the AP

Re: [PATCH 3/9] wwan: add support for using oFono as a modem manager

2016-06-10 Thread Tony Espy
On 06/09/2016 06:42 PM, Thomas Haller wrote: On Wed, 2016-06-08 at 16:20 -0400, Tony Espy wrote: From: Mathieu Trudel-Lapierre This patch adds core wwan support for ofono, as used by Ubuntu Touch. Signed-off-by: Mathieu Trudel-Lapierre