[libvirt] macvtap nt working on kvm

2011-12-14 Thread Amit Tewari
Hi all, My test environment Host os=rhel6.1 Guest os = rhel6.1 Libvirt=0.8.7 Kvm hypervisor I have made this entry in guest xml file interface type='direct' source dev='eth0' mode='bridge'/ model type='virtio'/ address type='pci' domain='0x' bus='0x00'

Re: [libvirt] macvtap nt working on kvm

2011-12-14 Thread Laine Stump
On 12/14/2011 07:40 AM, Amit Tewari wrote: Hi all, My test environment Host os=rhel6.1 Guest os = rhel6.1 Libvirt=0.8.7 Kvm hypervisor I have made this entry in guest xml file interface type='direct' source dev='eth0' mode='bridge'/ model type='virtio'/ address type='pci'

Re: [libvirt] macvtap nt working on kvm

2011-12-14 Thread Stefan Berger
On 12/14/2011 07:40 AM, Amit Tewari wrote: Hi all, My test environment Host os=rhel6.1 Guest os = rhel6.1 Libvirt=0.8.7 Kvm hypervisor I have made this entry in guest xml file interface type='direct' source dev='eth0' mode='bridge'/ model type='virtio'/ address type='pci'

Re: [libvirt] macvtap nt working on kvm

2011-12-14 Thread Laine Stump
On 12/14/2011 02:26 PM, Stefan Berger wrote: On 12/14/2011 07:40 AM, Amit Tewari wrote: Hi all, My test environment Host os=rhel6.1 Guest os = rhel6.1 Libvirt=0.8.7 Kvm hypervisor I have made this entry in guest xml file interface type='direct' source dev='eth0' mode='bridge'/ model

Re: [libvirt] macvtap nt working on kvm

2011-12-14 Thread Amit Tewari
x_86 platforms? -Original Message- From: libvir-list-boun...@redhat.com [mailto:libvir-list-boun...@redhat.com] On Behalf Of Laine Stump Sent: Thursday, December 15, 2011 2:31 AM To: libvir-list@redhat.com Subject: Re: [libvirt] macvtap nt working on kvm On 12/14/2011 02:26 PM, Stefan

Re: [libvirt] macvtap nt working on kvm

2011-12-14 Thread Amit Tewari
Subject: RE: [libvirt] macvtap nt working on kvm Hi, Actually macvatap doesn't work with bridge. So once the physical device is attached to a bridge, a macvtap attached to that device no longer works. In my case there is no bridge on the interface. but still guest os is not able to get ip address