Re: [ovs-discuss] Wireless OVS

2017-09-11 Thread Raymond Burkholder



On 09/11/17 16:20, S hj wrote:



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?


If you aren't running it, probably isn't needed.  I mention it only 
because you had used the word 'wireless'.  And there is a patch around 
for hostapd to talk properly to ovs.


I only run OVS on each node; however, it seems that I have to configure 
something to allow nodes to know about the mac address of each other


a quick google for 'manet arp' indicates something like:

https://www.ietf.org/mail-archive/web/manet/current/msg08124.html

So depending upon the devices you have, the bridging/repeater mode of 
your node(2) may have issues.


Maybe a manet mailing list might have an answer?


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


Re: [ovs-discuss] Wireless OVS

2017-09-11 Thread Christian Esteve Rothenberg
you may want to have a look into how Mininet-WiFi uses OVS in such
scenarios. There is code to reproduce a number of MANET use cases,
plus an active mailing list (cc:)

https://github.com/intrig-unicamp/mininet-wifi/wiki


On Mon, Sep 11, 2017 at 1:58 PM, Raymond Burkholder  wrote:
>
>> I am working with CORE Network Emulator and I implemented a MANET including 
>> three wireless nodes.
>
> I am not familiar with MANET, but if this is hostapd based?
>
>>
>> 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 
>> normal switch (standalone), node(1) can ping node(2), and node(2) can ping 
>> node(3). However, node(1) cannot ping node(3).
>>
>> When I captured the packets, there is no ARP Reply packet to help node (1) 
>> to know the mac address of node(3).
>> (I did not have this problem when I run OVS on the same topology in wired 
>> networks.)
>>
>> Could you help me with this issue? Could you let me know how to configure 
>> OVSs to activate ARP Reply packets and how to see the mac table ?
>>
>> Thank you
>>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> ___
> discuss mailing list
> disc...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


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 address of each other



On Mon, Sep 11, 2017 at 12:58 PM, Raymond Burkholder 
wrote:

>
> > I am working with CORE Network Emulator and I implemented a MANET
> including three wireless nodes.
>
> I am not familiar with MANET, but if this is hostapd based?
>
> >
> > 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 normal switch (standalone), node(1) can ping node(2), and node(2) can
> ping node(3). However, node(1) cannot ping node(3).
> >
> > When I captured the packets, there is no ARP Reply packet to help node
> (1) to know the mac address of node(3).
> > (I did not have this problem when I run OVS on the same topology in
> wired networks.)
> >
> > Could you help me with this issue? Could you let me know how to
> configure OVSs to activate ARP Reply packets and how to see the mac table ?
> >
> > Thank you
> >
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss