qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] vde networking


From: Renzo Davoli
Subject: Re: [Qemu-devel] vde networking
Date: Tue, 5 Oct 2004 21:41:24 +0200
User-agent: Mutt/1.3.28i

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]