dns cache

2005-06-13 Thread Bart Vanbrabant
Hello, I'm using NetworkManager from rawhide (Fedora). On a local network I have a caching dns server running. It caches the dns requests and export the hosts file so 192.168.1.10 becomse foo. When I use NetworkManager only the first dns request returns the right ip, the other requests return

NM HEAD 1.378

2005-06-13 Thread Bill Moss
I compiled and installed HEAD 1.378 with a separate compile and install in the vpn-daemons/vpnc directory. I used prefix = /usr for both compiles. 1. The scanning context menu items appear to work OK. More testing in progress. 2. There is no menu item for VPN Connections so I cannot do the

more Head 1.378

2005-06-13 Thread Bill Moss
1. in vpn-daemons/vpnc do 'autogen.sh --prefix=/usr --sysconfdir=/etc' Now the VPN Connections menu shows up. 2. When the apply button is hit in VPN configuration, the info is not written to GConf. -- Bill Moss Professor, Mathematical Sciences Clemson University

HEAD 1.378 bugs

2005-06-13 Thread Bill Moss
1. Since the new VPN UI is not saving data to GConf, I configured the name, gateway, group name, and vpn_data manually using gconftool-2. 2. I was able to enter a user password and a group password and save them using keyring. 3. When I try to make a connection, I see the lock icon appear

Re: more Head 1.378

2005-06-13 Thread Peter Jones
On Mon, 2005-06-13 at 11:44 -0400, Bill Moss wrote: 1. in vpn-daemons/vpnc do 'autogen.sh --prefix=/usr --sysconfdir=/etc' Now the VPN Connections menu shows up. I think this means you need to add vpn-daemons to the SUBDIRS line in Makefile.am and rerun autogen.sh -- Peter

Re: more Head 1.378

2005-06-13 Thread Dan Williams
On Mon, 2005-06-13 at 13:50 -0400, Peter Jones wrote: On Mon, 2005-06-13 at 11:44 -0400, Bill Moss wrote: 1. in vpn-daemons/vpnc do 'autogen.sh --prefix=/usr --sysconfdir=/etc' Now the VPN Connections menu shows up. I think this means you need to add vpn-daemons to the SUBDIRS line in

Re: Initial version of a SuSE backend

2005-06-13 Thread Kay Sievers
On Mon, Jun 13, 2005 at 08:58:04PM +0200, Kay Sievers wrote: On Wed, Jun 08, 2005 at 10:29:12PM -0400, Dan Williams wrote: On Thu, 9 Jun 2005, Kay Sievers wrote: Hi, here is a first rough cut on a SuSE backend for NetworkManager. I got it running and it can successfully change

debian set_ip4_config_from_resolv_conf patch

2005-06-13 Thread Thom May
Hi; this patch adds set_ip4_config... to the Debian backend. Cheers, -Thom Index: src/backends/NetworkManagerDebian.c === RCS file: /cvs/gnome/NetworkManager/src/backends/NetworkManagerDebian.c,v retrieving revision 1.24 diff -u -u

Re: more Head 1.378

2005-06-13 Thread Peter Jones
On Mon, 2005-06-13 at 13:56 -0400, Dan Williams wrote: On Mon, 2005-06-13 at 13:50 -0400, Peter Jones wrote: On Mon, 2005-06-13 at 11:44 -0400, Bill Moss wrote: 1. in vpn-daemons/vpnc do 'autogen.sh --prefix=/usr --sysconfdir=/etc' Now the VPN Connections menu shows up. I think this