NM Ch 1.340

2005-04-15 Thread Bill Moss
I have attached a patch for libnm_glib.c to support dbus 0.32 which is what I am running with FC4 test2+. NM is working OK with this version of dbus. I have compiled Head ch 1.340 with your vpn support. I regularly use vpnc to connect to campus. I am running vpnc-0.3.2 compiled from source. I

NM + Madwifi -- wont associate?

2005-04-15 Thread Derek Atkins
Dan, Any suggestions for getting NM to work with my Atheros/Madwifi card? Every time I try NM fails to see the AP Association and therefore fails to initiate DHCP. Is there anything else I can do to help you debug this? NetworkManager-0.3.4-1.1.0.fc3 wireless-tools-27-1.2.0.fc3 dbus-0.22-10.FC3.

Re: VPN Support committed

2005-04-15 Thread Derek Atkins
Here's the code snippet from my vpnc-connect that handles the "Target networks" configuration option. unfortunately the vpnc application complains about the configuration option, but it works anyways with the warnings. -derek networks="$(getvar "${config}" "Target networks")" if [ -z "$networks"

Re: VPN Support committed

2005-04-15 Thread Dan Williams
On Fri, 2005-04-15 at 12:45 -0400, Derek Atkins wrote: > Cool! > > What's the plan w.r.t. custom configurations of the vpnc connection manager? > For exmaple, my vpnc-connect (and vpnc.conf) contain "Targeted Networks" > configurtion so only partial routes will get forwarded across the VPN instea

Re: VPN Support committed

2005-04-15 Thread Derek Atkins
Cool! What's the plan w.r.t. custom configurations of the vpnc connection manager? For exmaple, my vpnc-connect (and vpnc.conf) contain "Targeted Networks" configurtion so only partial routes will get forwarded across the VPN instead of all traffic. Will your hooks still work with that change to

VPN Support committed

2005-04-15 Thread Dan Williams
So what I've been working on the past week is VPN support. I will now apply the accumulated patches :) VPN support is limited to 'vpnc' at this time, but I plan to eventually do openswan if nobody else gets there first. General Architecture: - The panel applet has a new menu item called "VPN Co