From: renzo@cs.unibo.it (Renzo Davoli)
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] vde networking
Date: Tue, 5 Oct 2004 21:41:24 +0200 [thread overview]
Message-ID: <20041005194124.GA5836@cs.unibo.it> (raw)
In-Reply-To: <20041005140829.077BACA06F@ws7-4.us4.outblaze.com>
> That allows me to boot into the guest OS, then ifconfig, then ping localhost works.
> Then pinging the real router by its IP address does not work ?
Now your host machine is a router between the vde network
and the real network.
follow a HOWTO on linux networking to find out HOW to configure a router.
e.g. if you want to see the vde network as an internal masqueraded net
you can use something like
# echo "1" > /proc/sys/net/ipv4/ip_forward
# modprobe iptable_nat
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
renzo
next prev parent reply other threads:[~2004-10-05 19:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-05 14:08 [Qemu-devel] vde networking sagsdga adfahdf
2004-10-05 19:41 ` Renzo Davoli [this message]
2004-10-05 19:52 ` Jim C. Brown
-- strict thread matches above, loose matches on Subject: below --
2004-10-06 22:47 sagsdga adfahdf
2004-10-06 22:59 ` Jim C. Brown
2004-10-05 2:59 sagsdga adfahdf
2004-10-05 4:02 ` Renzo Davoli
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=20041005194124.GA5836@cs.unibo.it \
--to=renzo@cs.unibo.it \
--cc=qemu-devel@nongnu.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 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.