Hi,

I've deployed OpenNebula 4.4  with openvswitch 1.9.3 and I have a problem.

I've instantiate two guests, guest1 with two NIC's (eth0 Public + eth1 Private)
and guest2 with one NIC (Private) and I need to do an IP Forwarding from trhe
guest2 to the guest1.

I'm using ubuntu and I've configured the ip_forward bit
/proc/sys/net/ipv4/ip_forward = 1 and I've applied an Iptable rule:

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

In the end I've configured too the default gateway of the guest2 with the IP of
guest1's eth1 nic.

I can ping the eth1 but I cant ping the eth0 from the guest2.

If I run a tcpdump on guest1's eth1 I can see the icmp replies but if I run it
on guest2 I can't see these replies.

If I use linux bridge works but with openvswitch I can't to make it work.

Have you got any ideas?

Thanks,

Xavi.



--
......................................................................
Xavier Peralta Ramos
Unitat d'Operacions i Seguretat
Consorci de Serveis Universitaris de Catalunya (CSUC)

Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. T 93 205 6464· F. 93 205 6979 · [email protected]
......................................................................
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to