<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 07/06/2009 08:26 PM, Frank Murphy wrote:
<blockquote cite="mid:4A524FFF.6020803@gmail.com" type="cite">
  <pre wrap="">On 06/07/09 20:23, MÃ&frac14;slÃ&frac14;m Ejder wrote:

<snip>
  </pre>
  <blockquote type="cite">
    <pre wrap="">now i must start my Network Interface eth0 manually after every reboot.
what can i do to start eth0 on Boot ?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
In a terminal

su
chkconfig --levels 345 network on

Should do it.

Regards,

Frank

  </pre>
</blockquote>
<br>
You should probably add:<br>
<br>
chkconfig NetworkManager off<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>