Re: [ovs-discuss] Flow problem

2016-03-06 Thread Wilson Kwok
0", "eth_type":"0x0800", "ip_proto":"6", "tp_dst":"80", "ipv4_src":"192.168.0.10", "ipv4_dst":"192.168.0.20", "active":"true", "actions":""}' http://192.

Re: [ovs-discuss] Flow problem

2016-03-06 Thread Wilson Kwok
:00:00:0c:29:6c:4a:8f", "name":"host2-host1", "cookie":"0", "priority":"0", "eth_type":"0x0800", "ip_proto":"0x00", "ipv4_src":"192.168.0.20", "ipv4_dst":"192.1

Re: [ovs-discuss] Flow problem

2016-03-06 Thread Wilson Kwok
Asking them, thanks 2016-03-05 0:49 GMT+08:00 Justin Pettit : > > > On Mar 3, 2016, at 8:48 AM, Wilson Kwok wrote: > > > > Hello all, > > > > I am newbie of Openflow, the following syntax want to block ping from > host1 to host2, but this flow has is

[ovs-discuss] Flow problem

2016-03-04 Thread Wilson Kwok
Hello all, I am newbie of Openflow, the following syntax want to block ping from host1 to host2, but this flow has issue when run, I think is eth_type or ip_proto has problem. curl -X POST -d '{"switch": "00:00:00:0c:29:6c:4a:8f", "name":"host1-host2", "cookie":"0", "priority":"0", "eth_type":"0

[ovs-discuss] Question about PCs connect to OVS

2016-02-26 Thread Wilson Kwok
Hello all, I am newbie of OVS, my lab using VMware Workstation 11 that created one OVS and two Linux hosts. OVS has three interface eth0-eth2 and one bridge br-int 192.168.0.241, and VMware network is bridged eth0 for internet and ODL connection, Vnet1 with eth1 no IP address and Vnet2 with eth2

[ovs-discuss] About connect to Floodnight controller

2016-02-24 Thread Wilson Kwok
Hello all, I have a problem connect to Floodnight controller, the Openvswitch setup one bridge "br-int" with three network card eth0-eth2 already, and can ping the controller IP 192.168.0.202. I used "ovs-vsctl set-controller br-int tcp:192.168.0.202:6633", but do not display is_connected: true i