Hi List,

ovs-ofctl add-flow br0 "table=0,arp,action=normal"
ovs-ofctl add-flow br0 
"table=0,in_port=2,priority=100,ip,ct_state=-trk,actions=ct(table=1)"
ovs-ofctl add-flow br0 
"table=1,priority=100,ct_state=+trk+new,ip,in_port=2,nw_src=192.168.11.200,actions=ct(commit,nat(src=192.168.9.1),table:2)"
ovs-ofctl add-flow br0 "table=2,actions=normal"



Machine A (192.168.11.200) -----→---- (  eth0    ovs-bridge     eth1) 
--→------------- Machine B (192.168.9.100).

When   I ping  from machine A to machine-B,    Machine-B receives the  icmp 
echo request with (srcip = 192.168.9.1, dst_ip=192.168.9.100, 
src_mac=MachineA_mac, dst_mac=machineB-mac.  
But machine B  sends an ARP request for 192.168.9.1, which does not exist in 
this topology.  
How do we overcome this issue ?

-Ratheesh
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to