Hi Soroush,

I believe Amazon disables multicast between AWS instances.  This would
prevent the OTA channel communication between your NEMs.  I believe
there may be work-arounds to get multicast working such as by setting
up a VPN.  Hope this helps.

James Baril


> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 11 Jan 2016 09:38:38 -0800
> From: [REDACTED] <[email protected]>
> Subject: [emane-users] running multiple NEM on two or more physical
>         machines
> To: emane-users <[email protected]>
> Message-ID:
>         <CA+yXOhN1TSaNOt2=-EOEA5e4AAcAskFSUM=pDc=0x9jvvuh...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I have two amazon instances that they are able to communicate and reach
> through their network .
> I would like to run 48 NEM . but I want to distribute my NEM on 2 physical
> machine . for instance have NEM 1 through NEM 24 running on one machine and
> have NEM 25 through NEM 48 on second machine.
> I've setup this simple network but I'm not able to reach NEMs from one
> machines to NEMs on other machines.
>  I've searched the mailing list archives quite a bit to see a similar
> scenario,
> the closest I seem to have found was this:
> https://www.mail-archive.com/[email protected]&q=subject:%22%5C%5Bemane%5C-users%5C%5D+Distributed+EMANE%22&o=newest&f=1
>
> I would like to mention that on both physical machine I have node-server
> 10.99.0.100 as emanenode0 interface .
> also nodes network is 10.99.0.0/24 like 10.99.0.1 through 10.99.0.24 on
> fist machine and 10.99.0.25 through 10.99.0.48 on second machine .
>
> I've enable OTA but still I can't reach NEMs's radio on different machine.
> I would like to mention that I'm running democtls-host and eventservice.xml
> on both machine. is it cause problem?
> would you please instruct me how to resolve this issue?
>
> here is my platform.xml configuration . for example for NEM 21 which is
> located in first machine:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE platform SYSTEM "file:///usr/share/emane/dtd/platform.dtd">
> <platform>
>   <param name="otamanagerchannelenable" value="on"/>
>   <param name="otamanagerdevice" value="eth1"/>
>   <param name="otamanagergroup" value="224.1.2.8:45702"/>
>   <param name="eventservicegroup" value="224.1.2.8:45703"/>
>   <param name="eventservicedevice" value="eth1"/>
>   <param name="controlportendpoint" value="0.0.0.0:47000"/>
>
>   <nem id="21" definition="srw.xml">
>     <transport definition="transvirtual.xml">
>       <param name="address" value="10.135.0.21"/>
>       <param name="mask" value="255.255.0.0"/>
>     </transport>
>      <phy>
>       <param name="frequencyofinterest" value="1.755G"/>
>       <param name="frequency" value="1.755G"/>
>     </phy>
>     </nem>
> </platform>
>
> platform.xml configuration for NEM 30 which is located in second machine:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE platform SYSTEM "file:///usr/share/emane/dtd/platform.dtd">
> <platform>
>   <param name="otamanagerchannelenable" value="on"/>
>   <param name="otamanagerdevice" value="eth1"/>
>   <param name="otamanagergroup" value="224.1.2.8:45702"/>
>   <param name="eventservicegroup" value="224.1.2.8:45703"/>
>   <param name="eventservicedevice" value="eth1"/>
>   <param name="controlportendpoint" value="0.0.0.0:47000"/>
>
>   <nem id="30" definition="srw.xml" >
>     <transport definition="transvirtual.xml">
>       <param name="address" value="10.7.1.30"/>
>       <param name="mask" value="255.255.255.0"/>
>     </transport>
>      <phy>
>       <param name="frequencyofinterest" value="1.755G"/>
>       <param name="frequency" value="1.755G"/>
>     </phy>
>     </nem>
> </platform>
>
> Eventservice.xml configuration:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE eventservice SYSTEM
> "file:///usr/share/emane/dtd/eventservice.dtd">
> <eventservice>
>   <param name="eventservicegroup" value="224.1.2.8:45703"/>
>   <param name="eventservicedevice" value="emanenode0"/>
>   <generator definition="eelgenerator.xml"/>
> </eventservice>
>
> transvirtual.xml configuration
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE transport SYSTEM "file:///usr/share/emane/dtd/transport.dtd">
> <transport library="transvirtual"/>
>
> Thanks for your help!

> ******************************************
_______________________________________________
emane-users mailing list
[email protected]
http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users

Reply via email to