[ovs-discuss] how to configure openvswitch connected to a host

2018-02-28 Thread S hj
Hello, I want to configure the following topology so that host1 can ping host2. host1openvswitch1-openvswitch2---host2 host1(10.0.1.10/24) - (10.0.1.20/24) openvswitch1(10.0.0.1/16) -- --- (10.0.0.2/16) openvswitch2(10.0.2.20/24) (10.0.2.10/24) host2 I want to

[ovs-discuss] OVS doesn't apply action in packet_out message

2018-02-19 Thread S hj
I have some OVSs connected to ONOS controller. OVS1---OVS2OVS3 when OVS1 wants to send packets to OVS3, OVS2 sends packet_in messages to the controller including ARP message and ONOS sends packet_out messages contain OFPP_FLOOD as an action. However, OVS2 doesn't flood the flow toward the

[ovs-discuss] OVS with one interface

2017-11-30 Thread S hj
Hello, I have three openvswitch as follows, ovs1 --- ovs2---ovs3 Each ovs only has *one interface* to communicate with other ovs. I want to add some flow rules to ovs2, to forward ip and arp packets form ovs1 to ovs3 when I run "ip address_ovs1 ping ip address_ovs3". I tried different flows,

[ovs-discuss] Connecting pox controller to openvswitch

2017-10-23 Thread S hj
Hello, I run pox controller in the home route of ubuntu 14.0 and I want to connect an OVS simulated in the CORE emulator to this controller . I checked different ip addresses of pox controller as follows, ovs-vsctl set-controller mybridge tcp:127.0.0.1:6633 ovs-vsctl set-controller mybridge

[ovs-discuss] openvswitch and pox controller in wireless network

2017-10-11 Thread S hj
Hello, I have a network with four wireless nodes as below, All wireless nodes are running openvswitch and one of them also run pox controller (n1). n1 is in range of all nodes. n2 only is in range of n3 (and n1) and n4 is in range of n3 (and n1). When I check wireshark, I can see the openflow

[ovs-discuss] Connection OVS to pox controller

2017-09-27 Thread S hj
Hello, I am planning to connect three openvswitch nodes to the pox controller in ns3. So I connected these three nodes directly to the controller (wired links). In this case, each interface has one IP address so the controller has three different addresses and also I think pox should listen to

Re: [ovs-discuss] Wireless OVS

2017-09-11 Thread S hj
In MANET (mobile ad hoc networks), wireless nodes can communicate together without any access points. Should I still consider hostapd for each wireless node in my simulation? I only run OVS on each node; however, it seems that I have to configure something to allow nodes to know about the mac

[ovs-discuss] Wireless OVS

2017-09-11 Thread S hj
Hello, I am working with CORE Network Emulator and I implemented a MANET including three wireless nodes. I am trying to run OVS on these three nodes. The topology is as follows, node (1) --- node(2) -- -node(3) In this topology, for the first step, when I run OVS on wireless nodes as a