On 07/06/2009 08:26 PM, Frank Murphy wrote:
On 06/07/09 20:23, Müslüm Ejder wrote:

<snip>
  
now i must start my Network Interface eth0 manually after every reboot.
what can i do to start eth0 on Boot ?

    

In a terminal

su
chkconfig --levels 345 network on

Should do it.

Regards,

Frank

  

You should probably add:

chkconfig NetworkManager off