Hi, I have a bunch of virtual servers running on a server connected to the network trough a bridge. I need the MAC addresses of all outgoing traffic from these virtual servers to be rewritten to the MAC address of the physical server.
Previously I used the default Linux bridge and ebtables to achieve this; ebtables -t nat -A POSTROUTING -o eth0 -j snat --to-src 12:34:56:78:90:12 --snat-arp --snat-target ACCEPT But now I would like to achieve the same using OpenvSwitch. Till now I found I need to set an OpenFlow rule with the ovs-ofctl tool utilizing mod_dl_srv or set_dl_src. But then I get lost in the OpenFlow syntax. Anyone able to help me to achieve the same as with the ebtables command with ovs-ofctl? Thank you. Justin _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss