Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-15 Thread Federico Capoano
Restart the openwisp processes with: supervisorctl restart all F. On Wed, 15 Nov 2023 at 15:57, Michele Salerno wrote: > I try but source env/bin.. > this is the error when run the script > > root@controller:opt # tail /opt/openwisp2/log/openwisp2.log > > diff = self.diff(data) > > File

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-15 Thread Michele Salerno
I try but source env/bin.. this is the error when run the script root@controller:opt # tail /opt/openwisp2/log/openwisp2.log     diff = self.diff(data)   File "/opt/openwisp2/env/lib/python3.9/site-packages/openwisp_network_topology/base/topology.py", line 140, in diff     if isinstance(data

Re: [openwisp] openwisp-radius & freeradius only PAP

2023-11-15 Thread Federico Capoano
The password in the DB is hashed by Django (the framework on which OpenWISP is based), for more info on this, see https://docs.djangoproject.com/en/4.2/topics/auth/passwords/. We have no way to calculate a different hash, that would mean having to store the password in clear text which we do not do

[openwisp] openwisp-radius & freeradius only PAP

2023-11-15 Thread Tommaso Feola
I'll start by saying that I'm new to openwisp: after reading various documentation and some help in chat, I managed to install Openwisp with the RADIUS module. I did several tests with radtest: the authorization only works if I use PAP. If I try to use chap or mschap , rest (using the freeradiu

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-15 Thread Federico Capoano
Try this: cd /opt/openwisp2 source bin/env/activate pip install https://github.com/openwisp/openwisp-network-topology/tarball/master pip install https://github.com/openwisp/netdiff/tarball/master Federico On Tue, 14 Nov 2023 at 18:04, Michele Salerno wrote: > root@controller:~ # pip install