<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Aug 12, 2008 at 7:20 PM, William Case <span dir="ltr">&lt;<a href="mailto:billlinux@rogers.com">billlinux@rogers.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ifcfg-eth0:<br>
# nVidia Corporation MCP51 Ethernet Controller<br>
DEVICE=eth0<br>
BOOTPROTO=dhcp<br>
HWADDR=00:1a:92:e5:dc:47<br>
ONBOOT=yes<br>
DHCP_HOSTNAME=CASE<br>
NM_CONTROLLED=no<br>
TYPE=Ethernet<br>
#DNS1=<a href="http://192.168.1.1" target="_blank">192.168.1.1</a><br>
</blockquote></div><br><br>Number 1 problem...... NM_CONTROLLED=no&nbsp;&nbsp; informs NM to hide this device completely. NM will not even show this in its applet interface as being active.&nbsp; This was added specifically so that NM would not get in the way of people who feel they need to use the legacy network script stack. system-config-network if used to edit a device&#39;s config defaults to setting this to no via a radio button selection. The idea being..if you use s-c-network to change the config, then normally you want NM to ignore the device so your configs will work.&nbsp; At some point s-c-network will go away when NM is feature complete and we&#39;ll have less confusion for the average desktop/laptop home system userbase.&nbsp; We may even think about not including s-c-network by default in F10..but have it available in the repo...if NM&#39;s static address support is good enough in F10. Not my call, but something worth thinking about.<br>
<br>So what you need to do is change that to NM_CONTROLLED=yes <br>stop the legacy network service (keep it from starting at boot too)<br>start the NetworkManager service (make sure its starting at boot too)<br><br>That should be enough to at least make NM&#39;s applet appear to function correctly.<br>
If there is still a problem... I need to look at your /etc/hosts and /etc/resolv.conf files and possible the output of route.<br><br>-jef <br></div>