I have a conduit which I am using as a Network Server. My LORA Modules connect to the Conduit based on the App-Key and the App-EUI.
I want to have unique App-Key and App-EUI for each LORA module. 
For eg. I set my LORA modules with the unique App-key and App-EUI and maybe populate the node list of the conduit using the lora-query add-node command.
lora-query -a
Can this be done? I tried doing it but communication did not happen with the gateway with the modified App-Key and App-EUI. Is there a way to do it?