<div dir="ltr"><div><br></div>Thank I will try this solution and i will try catch ooops from kernel.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/5 Björn Persson <span dir="ltr">&lt;<a href="mailto:bjorn@xn--rombobjrn-67a.se" target="_blank">bjorn@xn--rombobjrn-67a.se</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Łukasz Trąbiński wrote:<br>
&gt; when i boot machines with many ethernet devices I got<br>
&gt; random number ethX. Once eth0 is eth0, after reboot eth0 is eth1.<br>
&gt; After again boot eth1 is eth1 and so on.<br>
<br>
</div>I had a problem like that, which began when I upgraded to Fedora 17. I<br>
worked around it by writing these Udev rules in a file<br>
named /etc/udev/rules.d/01-network-interface-naming.rules:<br>
<br>
ACTION==&quot;add&quot;, SUBSYSTEM==&quot;net&quot;, ATTR{address}==&quot;00:0c:46:16:d0:bc&quot;, NAME:=&quot;world&quot;<br>
ACTION==&quot;add&quot;, SUBSYSTEM==&quot;net&quot;, ATTR{address}==&quot;00:1e:8c:cf:cd:e5&quot;, NAME:=&quot;gigabit&quot;<br>
ACTION==&quot;add&quot;, SUBSYSTEM==&quot;net&quot;, ATTR{address}==&quot;00:16:6f:a9:95:34&quot;, NAME:=&quot;wifi&quot;<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Björn Persson<br>
<br>
Sent from my computer.<br>
</font></span><br>--<br>
devel mailing list<br>
<a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/devel" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-of-conduct</a><br></blockquote></div><br></div>