Sorry guys, but I'm back with this...<br><br>I've noticed that once the xen-guest is running a new ethenet interface is waked UP and it's binded to the internal switch:<br><br><span style="font-weight: bold;">[root@localhost
 ~]# brctl show</span><br style="font-weight: bold;"><span style="font-weight: bold;">bridge name     bridge id               STP enabled     interfaces</span><br style="font-weight: bold;"><span style="font-weight: bold;">
xenbr0          8000.feffffffffff       no              vif1.0</span><br style="font-weight: bold;"><br>You can even see the MAC of the virtual interface of the guest:<br><br><span style="font-weight: bold;">[root@localhost
 ~]# brctl showmacs xenbr0</span><br style="font-weight: bold;"><span style="font-weight: bold;">port no mac addr                is local?       ageing timer</span><br style="font-weight: bold;"><span style="font-weight: bold;">
  1     00:16:3e:71:08:b4       no                 6.22</span><br style="font-weight: bold;"><span style="font-weight: bold;">  1     fe:ff:ff:ff:ff:ff       yes                0.00<br><br><span style="font-weight: bold;">
</span></span>But this setup is missing a second interface to bridge with, isn't it?<br>In fact DHCP request are not being honored with this setup so I've tried to manually add the physical ethernet interface of xen0:<span style="font-weight: bold;">
<span style="font-weight: bold;"></span><br style="font-weight: bold;"></span><br style="font-weight: bold;"><span style="font-weight: bold;">[root@localhost ~]# brctl addif xenbr0 eth0</span><br style="font-weight: bold;">
<br>Having done so, the bridge can actually see both segments, now<br><br style="font-weight: bold;"><span style="font-weight: bold;">[root@localhost ~]# brctl showmacs xenbr0</span><br style="font-weight: bold;"><span style="font-weight: bold;">
port no mac addr                is local?       ageing timer</span><br style="font-weight: bold;"><span style="font-weight: bold;">  2     00:0e:a6:ce:7c:0e       yes                0.00</span><br style="font-weight: bold;">
<span style="font-weight: bold;">  2     00:10:db:4d:ab:02       no                 0.63</span><br style="font-weight: bold;"><span style="font-weight: bold;">  1     00:16:3e:71:08:b4       no                42.57</span>
<br style="font-weight: bold;"><span style="font-weight: bold;">  1     fe:ff:ff:ff:ff:ff       yes                0.00</span><br style="font-weight: bold;"><br>And even ports number make sense:<br><br style="font-weight: bold;">
<span style="font-weight: bold;">[root@localhost ~]# brctl showstp xenbr0</span><br style="font-weight: bold;"><span style="font-weight: bold;">xenbr0</span><br style="font-weight: bold;"><span style="font-weight: bold;">
 bridge id              8000.000ea6ce7c0e</span><br style="font-weight: bold;"><span style="font-weight: bold;"> designated root        8000.000ea6ce7c0e</span><br style="font-weight: bold;"><span style="font-weight: bold;">
 root port                 0                    path cost                  0</span><br style="font-weight: bold;"><span style="font-weight: bold;"> max age                  20.00                 bridge max age            
20.00</span><br style="font-weight: bold;"><span style="font-weight: bold;"> hello time                2.00                 bridge hello time          2.00</span><br style="font-weight: bold;"><span style="font-weight: bold;">
 forward delay             0.00                 bridge forward delay       0.00</span><br style="font-weight: bold;"><span style="font-weight: bold;"> ageing time             300.01</span><br style="font-weight: bold;"><span style="font-weight: bold;">
 hello timer               1.72                 tcn timer                  0.00</span><br style="font-weight: bold;"><span style="font-weight: bold;"> topology change timer     4.02                 gc timer                   
0.06</span><br style="font-weight: bold;"><span style="font-weight: bold;"> flags                  TOPOLOGY_CHANGE TOPOLOGY_CHANGE_DETECTED</span><br style="font-weight: bold;"><br style="font-weight: bold;"><br style="font-weight: bold;">
<span style="font-weight: bold;">eth0 (2)</span><br style="font-weight: bold;"><span style="font-weight: bold;"> port id                8002                    state                forwarding</span><br style="font-weight: bold;">
<span style="font-weight: bold;"> designated root        8000.000ea6ce7c0e       path cost                 19</span><br style="font-weight: bold;"><span style="font-weight: bold;"> designated bridge      8000.000ea6ce7c0e
       message age timer          0.00</span><br style="font-weight: bold;"><span style="font-weight: bold;"> designated port        8002                    forward delay timer        0.00</span><br style="font-weight: bold;">
<span style="font-weight: bold;"> designated cost           0                    hold timer                 0.72</span><br style="font-weight: bold;"><span style="font-weight: bold;"> flags</span><br style="font-weight: bold;">
<br style="font-weight: bold;"><span style="font-weight: bold;">vif1.0 (1)</span><br style="font-weight: bold;"><span style="font-weight: bold;"> port id                8001                    state                forwarding
</span><br style="font-weight: bold;"><span style="font-weight: bold;"> designated root        8000.000ea6ce7c0e       path cost                100</span><br style="font-weight: bold;"><span style="font-weight: bold;"> designated bridge      
8000.000ea6ce7c0e       message age timer          0.00</span><br style="font-weight: bold;"><span style="font-weight: bold;"> designated port        8001                    forward delay timer        0.00</span><br style="font-weight: bold;">
<span style="font-weight: bold;"> designated cost           0                    hold timer                 0.72</span><br style="font-weight: bold;"><span style="font-weight: bold;"> flags</span><br style="font-weight: bold;">
<br>And in fact, now DHCP assignement worked, and the guest got his IP during the install process, we can see my Netscreen DHCP server leases report:<br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">
</span><span style="font-weight: bold;"><a href="http://172.20.76.11">172.20.76.11</a>      00163e7108b4      23 hour 57 minute</span><br style="font-weight: bold;"><br>So at least layer2 connectivity is working with the outside world, but the guest can not yet mount the NFS share, nor xen0 can ping the xen-guest 
<a href="http://172.20.76.11">172.20.76.11</a> newly assigned IP address. Nor can other external boxes ping the xen-guest, by the way...<br><br>IPTABLES is disabled, and its modules unloaded, and SELinux is also disabled...
<br><br>Isn't this somewhat wierd?<br><br>Thanks...<br><br><div><span class="gmail_quote">On 4/7/06, <b class="gmail_sendername">Raul Saura</b> <<a href="mailto:raul.saura@gmail.com">raul.saura@gmail.com</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="direction: ltr;">Hi, again.<br><br>I've forgoted to note that I've had to disable SELinux in order to get xend daemon running.
<br><br>Is this normal?<br><br>thank again.<br><br>Raśl.<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">
From: <b class="gmail_sendername">Raul Saura</b> <<a href="mailto:raul.saura@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">raul.saura@gmail.com</a>><br>Date: Apr 7, 2006 8:14 PM<br>
Subject: Network problem during FC5 XEN Guest install<br>To: <a href="mailto:fedora-xen@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
fedora-xen@redhat.com</a><br><br></span><div style="direction: ltr;">Hello,<br><br>I'm trying to create a xen-guest install using  xenguest-install.py script, following the indications from <a href="http://fedoraproject.org/wiki/FedoraXenQuickstartFC5" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://fedoraproject.org/wiki/FedoraXenQuickstartFC5
</a>.<br>I've had to shrink mi xen0 domain to 128MB in order to allow guest to start install, otherwise I get the "The privileged domain did not balloon!" error-message.<br>I've exported the FC5 DVD through NFS from the xen0 domain itself hoping it will be visible from the guest during the install process.
<br><br>Now I'm in the first stage of the anaconda Installer and DHCP IP learning does not seems to work, in fact no network seems to be available from the guest, because when I manually configure an IP, the guest can not see the NFS export either...
<br><br>I've been tcpduming for a while, and I can not see any traffic from/to the guest. But in fact I don't even known if i should be seeing any traffic from the xen0 eth0 interface, should I?<br><br>Any help will be welcomed.
<br><br>Thanks a lot.<br></div></div><div style="direction: ltr;"><span class="sg"><div style="direction: ltr;"><span><br>Raul.<br><br>

</span></div>

</span></div></blockquote></div><br>