<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br>I have setup my virtual networks with initscripts like in this link:  http://wiki.libvirt.org/page/Networking#Bridged_networking_.28aka_.22shared_physical_device.22.29, but there is no networking whitin any system either between vms or with the host and the vms.<br>This setup is for kvm, but with Xen in Fedora 8 it works perfect, but xen is now deprecated in Fedora.<br>This is my setup:<br>/etc/sysconfig/network-scripts/ifcfg-worknet:<br># worknet bridge<br>DEVICE=worknet<br>BOOTPROTO=none<br>BROADCAST=172.16.1.255<br>#HWADDR=00:50:56:C0:00:01<br>IPADDR=172.16.1.1<br>NETMASK=255.255.255.0<br>NETWORK=172.16.1.0<br>ONBOOT=yes<br>TYPE=Bridge<br>STP=off<br>DELAY=0<br>With Xen this alone lets ip traffic pass between host and to allow dhcp and other protocols i have this line in my iptables:<br>-A FORWARD -i worknet -j ACCEPT<br>This is the software I'm using:<br>libvirt-0.4.4-2.fc8<br>kvm-60-7.fc8<br><br><br>Thanks for your attention.<br><br /><hr />Con el nuevo Windows Live lo tendrás  <a href='http://home.live.com/' target='_new'>todo al alcance de tu mano</a></body>
</html>