All of lore.kernel.org
 help / color / mirror / Atom feed
* Does macvtap support host to guest communication?
@ 2011-04-18  6:10 Asias He
  2011-04-18  6:58 ` Arnd Bergmann
  0 siblings, 1 reply; 13+ messages in thread
From: Asias He @ 2011-04-18  6:10 UTC (permalink / raw)
  To: Arnd Bergmann, Michael S. Tsirkin
  Cc: Jason Wang, Pekka Enberg, Ingo Molnar, Amos Kong, kvm

Hi, folks

I am trying to use qemu/qemu-kvm with macvtap using following commands:

# ip link add link eth0 name v0 type macvtap mode {vepa,bridge,private}
# ip link set v0 address da:4e:17:88:42:b1 up
# idx=`ip link show v0 | grep mtu| awk -F":" '{print $1}'`
# kvm -net nic,macaddr=da:4e:17:88:42:b1 -net tap,fd=3 -hda
/home/asias/qemu-stuff/sid.img  3<>/dev/tap${idx}

I found that guest can access other hosts on the LAN except the host
where guest lives, and host where guest lives can not access guest.

My question is: Does macvtap support host(hypervisor host) to guest
communication?

-- 
Best Regards,
Asias He

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-04-26  9:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18  6:10 Does macvtap support host to guest communication? Asias He
2011-04-18  6:58 ` Arnd Bergmann
2011-04-18 10:21   ` Asias He
2011-04-18 10:53     ` Arnd Bergmann
2011-04-18 12:01       ` Ingo Molnar
2011-04-18 13:20         ` Arnd Bergmann
2011-04-18 14:30           ` Asias He
2011-04-18 15:05             ` Arnd Bergmann
2011-04-18 15:28               ` Asias He
2011-04-19 12:14                 ` Arnd Bergmann
     [not found]                   ` <BANLkTi=MYexojZrCS_EMuHq+A1=zFyxM6g@mail.gmail.com>
2011-04-21 14:54                     ` Arnd Bergmann
2011-04-26  9:34                   ` Michael S. Tsirkin
2011-04-18 13:29         ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.