How to use wired Network with static AND dhcp?

2005-06-22 Thread Jens Lautenbacher
Hi, I am using NM now quite some time and I really like it very much - still I have a problem that I am currently unable to solve how to do it with NM. The situation is that I can use NM for my wireless stuff perfectly well, as all places I've been are using dhcp for their wireless stuff. But

Howto control DNS?

2005-06-22 Thread Neal Becker
When I'm at work, I have to forward queries to a local DNS to resolve internal names, but at home I want a normal DNS setup. How can I achieve this? I had used profiles on Fedora without Networkmanager, but with NetworkManager I don't know how to force DNS to forward in my work environment.

Re: NetworkManager, Wireless and Fedora FC4

2005-06-22 Thread Ray Hooker
Well I am both encouraged and stuck. NetworkManager was working but without the VPNC, so I upgraded to the versions as per: http://people.redhat.com/davidz/nm-vpnc2/ When upgrading, it complained that I needed dhcdbd, so I got and installed dhcdbd-1.6-1.rpm. When I rebooted, logged in under

Re: NetworkManager, Wireless and Fedora FC4

2005-06-22 Thread Paul Ionescu
On Wed, 22 Jun 2005 09:39:04 -0400, Ray Hooker wrote: Well I am both encouraged and stuck. NetworkManager was working but without the VPNC, so I upgraded to the versions as per: http://people.redhat.com/davidz/nm-vpnc2/ When upgrading, it complained that I needed dhcdbd, so I got and

[patch] fix FIXME in NetworkManagerDispatcher.c

2005-06-22 Thread Robert Love
Hi, FIXME in dispatcher-daemon/NetworkManagerDispatcher.c reads: ``We should check the permissions and only execute files that are 0700 or 0500.'' Indeed we should. Attached patch fixes the FIXME. ( Actually, I just check for ! (s-st_mode

[patch] first pass at gnome-keyring support, baby.

2005-06-22 Thread Robert Love
Attached patch adds support for gnome-keyring to nm-applet and stores the essid key encrypted in the keyring instead of cleartext in gconf. It is a first pass, but it seems to work well [1]. One issue is it causes the gnome-keyring decrypt your keyring dialog to pop up as soon as the applet

Re: [patch] fix FIXME in NetworkManagerDispatcher.c

2005-06-22 Thread Dan Williams
On Wed, 22 Jun 2005, Robert Love wrote: May I apply? Looks good, go ahead. Dan ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: [patch] first pass at gnome-keyring support, baby.

2005-06-22 Thread Colin Walters
On Wed, 2005-06-22 at 22:02 -0400, Robert Love wrote: Attached patch adds support for gnome-keyring to nm-applet and stores the essid key encrypted in the keyring instead of cleartext in gconf. It is a first pass, but it seems to work well [1]. One issue is it causes the gnome-keyring

Re: [patch] add a connection information dialog.

2005-06-22 Thread Colin Walters
On Tue, 2005-06-21 at 15:44 -0400, Robert Love wrote: On Tue, 2005-06-21 at 15:42 -0400, Robert Love wrote: The attached email implements a Connection Information dialog, accessible from the right-click menu, with connection-related information such as IP address, subnet mask, active

Re: [patch] first pass at gnome-keyring support, baby.

2005-06-22 Thread Robert Love
On Wed, 2005-06-22 at 23:49 -0400, David Zeuthen wrote: So, I guess my point is that we shouldn't care too much about annoying gnome-keyring dialogs at this point. Not that it doesn't matter, cause it does, however all that work is elsewhere really. Nod. We can do a lot better, though.