From: Dean Rantala <dean@supergluetech.com>
To: <kvm@vger.kernel.org>
Subject: guest <-> guest communication problem
Date: Thu, 04 Feb 2010 11:06:48 -0600 [thread overview]
Message-ID: <7b07e473a9d1bd72b412c822ae42bbc4@localhost> (raw)
Very sorry for bugin' you all, but I have an issue someone may be able
to fix.
I have 3 guests on a single host. This host is using bridged
networking. The guest VMs can talk to the host and any other computer on
the hosts network. They can even get outside to the internet.
Likewise,
the host - and any other computer on the hosts network can communicate to
the guests fine and without problem.
However, none of the guests can talk
to another guest. I have checked and they are all on the same bridge (each
machine using it's own tap interface) and all use the same vnet.
Heres an
example command I am using:
kvm -drive
file=disk.qcow2,index=0,media=disk,if=virtio,boot=on -m 512 -net
tap,vlan=0,script=no,ifname=tap0,downscript=no -net
nic,vlan=0,model=virtio
-net tap,vlan=1,script=no,ifname=tap1,downscript=no -net
nic,vlan=1,model=virtio -smp 1 -monitor unix:/monitor,server,nowait -vnc
0.0.0.0:2 -name ns1 -pidfile pid -no-shutdown -daemonize
I have ensured
that iptables is correct:
iptables -A INPUT -i tap0 -j ACCEPT
iptables
-A INPUT -i tap0 -j ACCEPT
Note: this is Debian Lenny. Strangely enough,
this worked fine under my desktop tests (Ubuntu 9.10) using the same exact
config.
--
Dean M. Rantala
Programmer / Server Administrator
Cell: (931) 284-7384
Home: (931) 268-4763
reply other threads:[~2010-02-04 17:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7b07e473a9d1bd72b412c822ae42bbc4@localhost \
--to=dean@supergluetech.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox