ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.67k stars 2.98k forks source link

How to restrict authentication in wisun #15179

Closed mcuxmx closed 2 years ago

mcuxmx commented 2 years ago

Description of defect

I have two wisun BR (BR1, BR2) and several routers (A1,A2... An, B1,B2...BN). Their default network parameters are the same (e.g. network name, certificate, etc.)

sometimes Ax is connected to BR2 and Bx is connected to BR1, I want limit Ax connect to BR1 and Bx to BR2, but don't want to modify the parameters of each router. Can I change the parameters of BR , or limit it in radius server? How to do it?

Target(s) affected by this defect ?

N/A

Toolchain(s) (name and version) displaying this defect ?

N/A

What version of Mbed-os are you using (tag or sha) ?

N/A

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

N/A

How is this defect reproduced ?

N/A

0xc0170 commented 2 years ago

@artokin would you be able to help?

artokin commented 2 years ago

@mikter , would you please help?

mikter commented 2 years ago

There are multiple ways to balance devices to the different networks.

Different configuration based options

Internal Wi-SUN features

Pelion features

Then there is this one where everything is done outside of Wi-SUN

So I suggest you change the network name for the devices and border routers or trust in randomness.

mcuxmx commented 2 years ago

@mikter, Thanks for your reply