Use NetworkManager to connect with a Vodafone Connect Card

2006-01-13 Thread esqueleto
Hello I would like to know if there is any developer of this excelent application that want to implement this. The NetworkManager should detect the Vodafone card and when we try to connect ask for the PIN (or store it anywhere) I have the scripts to the pppd connect and I can post here. Some

Re: Use NetworkManager to connect with a Vodafone Connect Card

2006-01-13 Thread Bastien Nocera
On Fri, 2006-01-13 at 18:02 +, [EMAIL PROTECTED] wrote: Hello I would like to know if there is any developer of this excelent application that want to implement this. The NetworkManager should detect the Vodafone card and when we try to connect ask for the PIN (or store it anywhere)

NM doesn't close network connection when I log off

2006-01-13 Thread D. D. Brierton
On FC4, if I log in, connect to a wireless network and then log out I would expect the network connection to close but it doesn't. If I switch to a virtual console I find that the network connection is still there. Similarly if I shut down or reboot, NetworkManager fails to shut down properly, and

[patch] novellvpn - vpn daemon for ipsec gateways

2006-01-13 Thread T Sureshkumar
Gateway. You are welcome to test it on any other IPSec Gateways, which support this standard mode authentication. The sources can be found at: http://forge.novell.com/modules/xfcontent/private.php/turnpike/novellvpn-20060113.tar.gz A short faq and a quick run through of how to setup

Overriding with a wpa_supplicant config file

2006-01-13 Thread James Ettle
This is an idea/suggestion for getting NetworkManager connecting to networks configurations supported by wpa_supplicant, but for which no management/UI elements yet exist. We could allow the user to specify a wpa_supplicant configuration file via nm-applet known to work for a particular network.

[patch] nm_system_vpn_device_unset_from_ip4_config - for ipsec vpn

2006-01-13 Thread T Sureshkumar
hey, The attached patch is to support ipsec based vpn daemons. The patch removes the assert to check for iface != NULL, in the ipsec case we don't have interface to route. This one fires up when we disconnect the ipsec based vpn service (novellvpn). is it time to think of a flag to

Re: [patch] nm_system_vpn_device_unset_from_ip4_config - for ipsec vpn

2006-01-13 Thread Robert Love
On Fri, 2006-01-13 at 11:58 -0700, T Sureshkumar wrote: hey, The attached patch is to support ipsec based vpn daemons. The patch removes the assert to check for iface != NULL, in the ipsec case we don't have interface to route. This one fires up when we disconnect the ipsec based vpn

Re: [patch] nm_system_vpn_device_unset_from_ip4_config - for ipsec vpn

2006-01-13 Thread Dan Williams
On Fri, 2006-01-13 at 11:58 -0700, T Sureshkumar wrote: hey, The attached patch is to support ipsec based vpn daemons. The patch removes the assert to check for iface != NULL, in the ipsec case we don't have interface to route. This one fires up when we disconnect the ipsec based vpn