<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:2.0cm 42.5pt 2.0cm 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=RU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>I have a problem with network interfaces after installing Xen. Network interface has network address but can&#8217;t to bring up.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>[root@dom0 ~]# uname -r <br>3.2.2-1.fc16.i686.PAE<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>[root@dom0 ~]# yum list | grep xen-hyper<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>xen-hypervisor.i686&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.1.2-2.fc16<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>With default kernel system works perfectly. But after booting with xen kernel <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US># dmesg | grep eth <br>[&nbsp; &nbsp;15.860121] e100 0000:00:04.0: eth0: addr 0xfeafe000, irq 9, MAC addr 00:e0:81:21:53:96 <br>[&nbsp; &nbsp;15.884513] e100 0000:00:05.0: eth1: addr 0xfeafd000, irq 5, MAC addr 00:e0:81:21:53:97 <br>[&nbsp; &nbsp;18.506585] udevd[458]: renamed network interface eth1 to em2 <br>[&nbsp; &nbsp;18.568406] udevd[457]: renamed network interface eth0 to em1 <br><br># lsmod | grep e100 <br>e100&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;36014&nbsp; 0. <br>mii&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 13311&nbsp; 1 e100 <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US># lspci | grep Ethernet<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>00:04.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 08)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>00:05.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 08)<br><br># ifup em1 <br>RTNETLINK answers: Function not implemented <br>ERROR&nbsp; &nbsp; : [/etc/sysconfig/network-scripts/ifup-eth] Failed to bring up em1. <br><br># ifconfig em1 192.168.129.1 <br>SIOCSIFFLAGS: Function not implemented<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>I don't understand that happens. A difference between loadings only in irq. 20,21 for default kernel and 5,9 for xen kernel. But 5 and 9 irq is not used anywhere more.<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>