Nicolas Carvallo
Forum Replies Created
-
AuthorPosts
-
Nicolas CarvalloParticipant
Thank you Steve,
I don’t know if you work for Multitech, but it would be much help to add this on http://www.multitech.net/developer/software/lora/lora-network-server/
or on the help page of the AEP version that is embedded on the GTW.
Regards,
Nicolas CarvalloParticipantHello,
But why it ask for :
– Network ID (AppEUI)
– Network Key (AppKey)
under Local Network Settings ?
What is this for?https://drive.google.com/file/d/1g8rz1gZ7dO0ccQVoD1UkL_05advovSSG/view?usp=sharing” alt=”https://drive.google.com/file/d/1g8rz1gZ7dO0ccQVoD1UkL_05advovSSG/view?usp=sharing
- This reply was modified 5 years, 3 months ago by Nicolas Carvallo.
Nicolas CarvalloParticipantHello I second this post.
After looking on all the web avilable material I cannot find a “good explanation” of how to configure the key management on local.
The best I found is this:The first one to succeed will provide the appkey and configuration used for creating the session keys.
1- Network ID and Network Key are checked if the JoinEUI/AppEUI in the Join Request matches the NetworkID
2- If Join Server Location is set to Local Keys, or in mLinux whitelist is enabled
The whitelist is searched for the DevEUI and the AppKey and Class setting are used for the device
3- If Join Server Location is set to Cloud Key Store, or in mLinux whitelist is disabled and Lens settings are correct
The Join Request is sent to the Join Server to be authenticated, the Lens end-device configuration is returned to the Conduit including the Class setting.Can somebody please explain me what means point 1?
And when I’m on the conduit AEP 5.0.0, they ask me for :
Network ID (AppEUI)
Network Key (AppKey)
Why it’s asking this? Each device has it’s own AppEUI and AppKey, why the network server need a unique value?Thanks
Nicolas CarvalloParticipantHello Jason,
How can I know the hw and sw version with SSH? My gtw is 12.000 km away at the client’s site.
How can I see if it is a scheduling conflict or duty-cycle limits?
Thanks
NicoalasNicolas CarvalloParticipantyou need to first setup the server. I followed this instructions and it worked.
https://help.ubuntu.com/14.04/serverguide/openvpn.htmlfor the config files:
https://github.com/OpenVPN/openvpn/blob/master/sample/sample-config-files/server.conf
https://github.com/OpenVPN/openvpn/blob/master/sample/sample-config-files/client.confNicolas CarvalloParticipantHi,
I had to fix 2 things:
First add the gateway ip (router)
second fix the DNS problemI added the two following lines in /etc/network/interface after ip-adress and netmask:
ipaddress 192.168.2.1
netmask 255.255.255.0
gateway 192.168.2.254
post-up echo “nameserver 8.8.8.8″ > /etc/resolv.confNicolas CarvalloParticipantHello,
Didi you solve the problem? I have the same issue. I use to have internet connexion and now it doesn’t work any more.
Thanks.
-
AuthorPosts