|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Virtual ethernet problem
On Monday 11 September 2006 3:33 am, Janke Dávid wrote:
> I'll have to reach 10.10.0.2 from the local lan.
> Am I right that I need routing? How do I do this?
first, make sure IP forwarding is enabled on dom0:
echo "1" > /proc/sys/net/ipv4/ip_forward
(usually this is somewhere on an initialisation script)
then add a route to make 10.2.0.9 a gateway to 10.10.0.0/29, either on each
machine of the local LAN, or on the router used as "default gateway"
--
Javier
pgpYHYZXunM9d.pgp
Description: PGP signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|