On 06/28/2008 02:10:11 PM, Jim Douglas wrote: > > When I boot up the Network is disabled and I have to Enable it every > time I boot. > > How can I fix this? Run this as root: chkconfig network; echo $? Should give '0', but it probably gives '1', which means that its not configured to start in your runlevel. So, as root say: chkconfig network on. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list