<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Aug 13, 2008 at 10:41 AM, William Case <span dir="ltr"><<a href="mailto:billlinux@rogers.com">billlinux@rogers.com</a>></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;">
<div class="Ih2E3d">> stop the legacy network service (keep it from starting at boot too)<br>
</div>network service is disabled but refuses to unplug.  Every time I try to<br>
'stop' in either the services 'gui' or by command line I get the<br>
following SELinux warning:<br>
<br>
SELinux is preventing ifup-eth (hotplug_t) "append"<br>
to ./dhclient-eth0.conf (etc_t).<br>
</blockquote><div><br>where is dhclient-eth0.conf  exactly?   I think you should just remove it since I dont think such a file exists for default operation.  Find where it is, and if you want a backup of it to use later.. for more experimenting...just move it to /root/  for now instead of deleting it.<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The applet appear's to function correctly.<br>
<div class="Ih2E3d"></div></blockquote><div><br>So if the applet appears to function correctly...does the network appear to work as expected? <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As additional referrence:<br>
/etc/hosts<br>
# Do not remove the following line, or various programs<br>
# that require network functionality will fail.<br>
<a href="http://127.0.0.1" target="_blank">127.0.0.1</a>       CASE localhost.localdomain       localhost<br>
::1                  localhost6.localdomain6     localhost6<br>
<br>
/etc/resolv.conf<br>
# generated by NetworkManager, do not edit!<br>
<br>
nameserver <a href="http://192.168.1.1" target="_blank">192.168.1.1</a><br>
</blockquote><div><br>i take it <a href="http://192.168.1.1">192.168.1.1</a> is the ip of your router?<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
]$ route<br>
Kernel IP routing table<br>
Destination     Gateway         Genmask         Flags Metric Ref    Use<br>
Iface<br>
<a href="http://192.168.1.0" target="_blank">192.168.1.0</a>     *               <a href="http://255.255.255.0" target="_blank">255.255.255.0</a>   U     0      0        0<br>
eth0<br>
default         <a href="http://192.168.1.1" target="_blank">192.168.1.1</a>     <a href="http://0.0.0.0" target="_blank">0.0.0.0</a>         UG    0      0        0<br>
eth0<br>
</blockquote><div><br>looks fine as long as <a href="http://192.168.1.1">192.168.1.1</a> is the router. <br></div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Does NetworkManager have a separate configuration file?  If so, where is<br>
it?<br>
</blockquote></div>The simplest answer is no... NM doesn't have a single configuration file that can be compared to something like ifcfg-eth0.  <br><br>I believe NM makes use of gconf for per-user configs about 'connections' as well as gnome-keyring for network passwords. If you want to explore NM's configs as a user you might want to install gconf-editor and use the gui to explore the network related items you can edit instead of working with the gconf files directly or using the cmdline tools. When you interact with NM via the applet as a logged in user, you are working with the user configs in the user's gconf registry..not a set of system defaults.  <br>
<br>Before you go messing around with gconf stuff I would suggest you back up your user's .gconf and .gconfd directories. If you make a mistake you can just put the backups back into place kill the gconfd service daemon and have things back in order.<br>
<br>The most important thing when poking at your system's configurations directly via the cmdline or advanced ui tools..is to make sure you back things up before you start the 'learning' process. And by back up I mean directory structures you plan to add or remove or edit files under. If you add a file and you don't take notes about what you added.. the only sure way to make sure you remove the files is to refresh the directory entirely to a specific known state.. not just copy in versions of pre-existing files.<br>
<br>There is no automatic 'undo all the changes I shouldn't have made button' when editing configs. Backup...poke your system with a stick till you kill it...reload from the backup..repeat. <br><br>-jef<br></div>