Re: IPv6 in network-manager-openvpn

2013-08-26 Thread Tore Anderson
* Dan Williams > Did the issue with --proto you mentioned in the bug (eg > http://thread.gmane.org/gmane.network.openvpn.devel/7160/focus=7165 ) > get fixed as well? Then it would be a lot simpler to enable IPv6 > support because we wouldn't need any UI changes to make the user > indicate that the

Re: IPv6 in network-manager-openvpn

2013-08-26 Thread Tore Anderson
* Dan Williams > The assumption here is on the side of security, that it's better to send > all traffic to the VPN and fail, than it is to send your traffic over > un-encrypted links when a VPN is supposed to be active and you think > things are encrypted. That's a pretty good argument for mergin

Re: IPv6 in network-manager-openvpn

2013-08-26 Thread Dan Williams
On Mon, 2013-08-26 at 19:01 +0200, Tore Anderson wrote: > * Dan Williams > > > On Thu, 2013-08-22 at 21:39 +0200, Nicolas Iooss wrote: > >> Your patch fixed the segmentation fault but now NetworkManager sets up a > >> default route via the VPN even if the OpenVPN server has not pushed any. > > >

Re: IPv6 in network-manager-openvpn

2013-08-26 Thread Dan Williams
On Mon, 2013-08-26 at 19:01 +0200, Tore Anderson wrote: > * Dan Williams > > > On Thu, 2013-08-22 at 21:39 +0200, Nicolas Iooss wrote: > >> Your patch fixed the segmentation fault but now NetworkManager sets up a > >> default route via the VPN even if the OpenVPN server has not pushed any. > > >

Re: IPv6 in network-manager-openvpn

2013-08-26 Thread Tore Anderson
* Dan Williams > On Thu, 2013-08-22 at 21:39 +0200, Nicolas Iooss wrote: >> Your patch fixed the segmentation fault but now NetworkManager sets up a >> default route via the VPN even if the OpenVPN server has not pushed any. > > Unfortunately we cannot rely on administrators always pushing a def

Re: PEAP and keyfile

2013-08-26 Thread Jerry Vonau
On Mon, 2013-08-26 at 11:53 -0500, Dan Williams wrote: > On Fri, 2013-08-16 at 19:31 -0500, Jerry Vonau wrote: > > Hi All: > > > > I've ran into a situation that I'm not sure in how to handle with these > > packages[1] I was able to use nm-connection-editor with only the keyfile > > plugin to crea

Re: [HELP] Don't save user name for 802.1x connection

2013-08-26 Thread Dan Williams
On Wed, 2013-08-21 at 15:51 +0200, Matthias Ellmer wrote: > Hey everyone, > > I'm trying to deploy linux to a classroom with 15 laptops that have to > connect to 802.1x wireless. The students use their university accounts > as logins. Is it possible to create a connection profile where the > us

Re: PEAP and keyfile

2013-08-26 Thread Dan Williams
On Fri, 2013-08-16 at 19:31 -0500, Jerry Vonau wrote: > Hi All: > > I've ran into a situation that I'm not sure in how to handle with these > packages[1] I was able to use nm-connection-editor with only the keyfile > plugin to create the system connection with ease and resulted in this > configura

Re: IPv6 in network-manager-openvpn

2013-08-26 Thread Dan Williams
On Thu, 2013-08-22 at 21:39 +0200, Nicolas Iooss wrote: > 2013/8/21 Dan Winship > > > On 08/19/2013 12:47 PM, Nicolas Iooss wrote: > > > The patches are working well in my testing environment with > > > NetworkManager 0.9.8 but with the development revision I've got few > > > issues such as https:

IPv6 in network-manager-openvpn

2013-08-26 Thread Nicolas Iooss
Hello, A few weeks ago I ran into a bug in NetworkManager: even though OpenVPN now supports IPv6 in tunnels, the OpenVPN plugin of NetworkManager doesn't support it. I found bug 682620 ( https://bugzilla.gnome.org/show_bug.cgi?id=682620) and I've implemented some of the missing features with the h