There's no integration yet. If you need to automate some aspects of the WPA2 enterprise configuration, you may want to use django signals to fill configuration variables <https://github.com/openwisp/openwisp-controller/#how-to-use-configuration-variables> (eg: nasid) for new devices and use a configuration template that makes use of these variables. This is the fastest way right now.
For more info see How to use configuration variables <https://github.com/openwisp/openwisp-controller/#how-to-use-configuration-variables> . F. On Monday, August 24, 2020 at 1:13:07 AM UTC-5, [email protected] wrote: > > > In the current RADIUS server, we have to give access to all routers that > wants to atuthenticate through it, so if yo add another device, you have to > configure the RADIUS server for it. With a RADIUS proxy, all routers will > got to it, and only one access (the proxy) will need to be configured in > the main RADIUS. > > "You're talking about the OpenWRT configuration now?" > No, I was asking what is the integration beetween openwisp-radius and > openwisp-controller. If we have configured a RADIUS, when making a WPA2 > enterprise template will the data to enter in the RADIUS section be > suggested (the configured trought openwisp-radius)? I don't know if > openwisp-radius can configure for example the nas-id or secret. > El lunes, 24 de agosto de 2020 a las 0:01:32 UTC+2, [email protected] > escribió: > >> >> On Thursday, August 20, 2020 at 1:53:14 AM UTC-5, [email protected] wrote: >>> >>> No, what a I want is the host of Openwisp to also be a RADIUS proxy, not >>> the RADIUS which will be called by a RADIUS proxy. >> >> >> Ah ok, I have never tried this. >> >> Would be interesting ot find out. >> >> >>> I dont know how openwisp-radius works, although looked in >>> https://openwisp-radius.readthedocs.io/en/latest/index.html. Does it >>> configures the ips of the auth_server and acct_server when configuring a >>> template with WPA Enterprise encryption? >>> >> >> You're talking about the OpenWRT configuration now? >> That's a topic for openwisp-controller, openwisp-radius is focused on >> freeradius. >> >> Once you have a working freeradius/openwisp-radius configuration working, >> you have to create a WPA2 enterprise template, sure it can be done and you >> may also automate some aspects if you need by using django signals and >> custom receiver functions >> <https://docs.djangoproject.com/en/3.1/topics/signals/>. >> > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/83e2122a-a19f-4e49-badd-c2e110c00347o%40googlegroups.com.
