On 2 October 2010 05:28, Genes MailLists <lists@sapience.com> wrote:
On 10/01/2010 06:20 PM, Aaron Gray wrote:
> >
> >       # chkconfig --list NetworkManager
> > NetworkManager  0:off   1:off   2:on    3:on    4:on    5:on    6:off
> >
> >       # chkconfig --list network
> > network         0:off   1:off   2:off   3:off   4:off   5:off   6:off
> >
> >
 Well your original mail said you were using network service but in
fact network is off and NetworkManager is on. If you're really using
network then you need to turn it on and turn off NetworkManager.

 If you're using NetworkManager then you're not setting it up right.

 If you are using network - as your mail suggests then please:

 chkconfig NetworkManager off
 chkconfig network on
 service NetworkManager stop
 (fix your settings) and then
 service network start
   (or restart)

I did not know they were mutually exclusive. AFAICT on existing and previous Fedora Servers I have just used network AFAICT.

Nayway this does not work either...going back to F11...

Aaron