Hi all, I have installed openvswitch and a proxy process on my host machine. Now I have to redirect all the flows from my VM which is installed on top of my host machine to external machine via proxy process. What are the possible flow rules I can add into the openvswitch.
I added the flow some thing like this: BR=BR0 EXTERNAL=192.168.0.10 HOSTIP = 10.0.0.10 HOSTMAC=18:d2:22:3a:d5:42 sudo ovs-ofctl --strict add-flow $BR priority=100,hard_timeout=0,tcp,nw_dst=$EXTERNAL,actions=mod_nw_dst=$HOSTIP,mod_dl_dst=$HOSTMAC,local But it seems that its not working. Did I miss something. Help in this regards is highly appreciated. Thanks, Ramana.
_______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss