Re: [openwisp] Doubt on process running as a root: reg

2024-09-16 Thread Federico Capoano
root *when I do the ls -alrt. > *Does it cause/affect anything on openwisp2?* > > Regards, > Logu > > > On Tue, Sep 10, 2024 at 7:13 AM Federico Capoano > wrote: > >> I think you may be confusing python package files with processes. >> What's the command y

Re: [openwisp] Doubt on process running as a root: reg

2024-09-09 Thread Federico Capoano
write on disk, the attacker wouldn't be able to change much because most important files are not writable by www-data. That's why many files are owned by root and writable only by the owner. Best regards Federico Capoano On Mon, 9 Sept 2024 at 06:01, Logunath K wrot

Re: [openwisp] Openwisp Radius

2024-09-05 Thread Federico Capoano
you please expand on what you mean with the following? >> >> - "not displaying table regarding the accounting sessions" >> - "but the detailed view does not align with the expected data" >> >> A screenshot of what you see accompanied with a description of w

Re: [openwisp] Error TLS FreeRadius certbot

2024-09-04 Thread Federico Capoano
Permission denied should be the issue here. Ensure freeradius has access to that file. F. On Tue, 3 Sept 2024 at 15:46, Michele Salerno wrote: > Hi, > I use acme for certificates but I have error with freeradius. > To get the certificates I used this script. > > #!/bin/bash > .acme.sh/acme.sh -

Re: [openwisp] Openwisp Radius

2024-09-04 Thread Federico Capoano
7;re expecting would help. Best regards Federico Capoano On Tue, 3 Sept 2024 at 08:44, Pragati Dumre wrote: > Hi, > I hope this message finds you well. > > I am writing to bring to your attention an issue we are experiencing with > the OpenWISP interface related to accounting s

Re: [openwisp] Error when install on debian 12

2024-08-31 Thread Federico Capoano
The main error is "[Errno 13] Permission denied: '/var/www/.ansible'". Ensure you are escalating to root privileges with --become, more info at https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_privilege_escalation.html . F. On Sat, 31 Aug 2024 at 13:11, Al-fatih Esport wrote: >

Re: [openwisp] info openwisp-wifi-login-pages

2024-08-28 Thread Federico Capoano
I attach my file, i run with playbook ansible. > > Michele > > > Il 28/08/24 00:17, Federico Capoano ha scritto: > > I checked the latest version locally and I can't replicate this issue, > > it's working fine. > > If you can, please try cloning the re

Re: [openwisp] info CaptivePortal

2024-08-23 Thread Federico Capoano
That's what we have now. It can be improved, yes, but my main purpose in adding it was to show it can be done. Coova-chilli needs to be compiled with SSL and redir support, unfortunately that's not the case with the default OpenWrt package. There's no secrets here, everything can be easily audited,

[openwisp] Re: Security Fix for WiFi Login Pages

2024-08-20 Thread Federico Capoano
The link to the cloudflare blog was cut short, here's the full working link: https://blog.cloudflare.com/automatically-replacing-polyfill-io-links-with-cloudflares-mirror-for-a-safer-internet F. On Tue, 20 Aug 2024 at 15:59, Federico Capoano wrote: > Hi everyone, > > I was infor

[openwisp] Security Fix for WiFi Login Pages

2024-08-20 Thread Federico Capoano
has been blocked by internet authorities, but it's nonetheless advised to upgrade. For more info see: https://blog.cloudflare.com/automatically-replacing-polyfill-io-links-with. https://github.com/openwisp/openwisp-wifi-login-pages/pull/810 Best regards *Federico Capoano* -- You received

Re: [openwisp] Menu Items appear locally but not in deployment

2024-08-20 Thread Federico Capoano
What does your playbook look like? Are Django settings being updated if you change the extra settings variables? Federico On Tue, 20 Aug 2024 at 08:41, Dillonsw wrote: > I have added some menu items to openwisp-utils, previously this was > working perfectly fine but now suddenly it seems like w

Re: [openwisp] Re: Info for join notebook to openwisp and zerotier

2024-08-09 Thread Federico Capoano
steps and still encounter issues, consider checking the ZeroTier community forums for further assistance or troubleshooting specific to your setup. Best regards Federico Capoano On Thu, 8 Aug 2024 at 16:16, Michele Salerno wrote: > Hi, I can do the join but on the notebook I don't get the

[openwisp] Re: Suggestions for Optimizing Redis Memory Settings

2024-08-06 Thread Federico Capoano (nemesisdesign)
Thanks for the information Muhammad. I want to add that similar optimizations can be done to pretty much any component used by the OpenWISP application, eg: - Linux OS settings about networking, memory, swap usage - Redis - InfluxDB - SQL DB (depending on which one you're using) - Management VPN

[openwisp] Re: New Unified OpenWISP Documentation

2024-08-06 Thread Federico Capoano
est regards Federico Capoano On Thu, 25 Jul 2024 at 22:30, Federico Capoano wrote: > Hi everyone! > > We are almost done with the first phase of the new unified documentation > website for OpenWISP, in the coming days I'll be doing the last refinements > and preparing the

Re: [openwisp] Failing to do fresh install Ubuntu 24 LTS

2024-08-04 Thread Federico Capoano
won't work on Ubuntu 24 LTS, even if you resolve that error. I recommend installing the latest github master of the playbook as explained here: https://openwisp.io/docs/dev/ansible/user/quickstart.html#ansible-deploying-development-version Best regards Federico Capoano On Sat, 3 Aug 2024 at

[openwisp] New Unified OpenWISP Documentation

2024-07-25 Thread Federico Capoano
agree with this statement please let me know. Best regards Federico Capoano -- 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 openwisp+unsubscr...@googl

Re: [openwisp] device details storing in openwisp and automating templates

2024-07-17 Thread Federico Capoano
give some more advice. Best regards Federico Capoano On Tue, 16 Jul 2024 at 11:28, AlphaGhost wrote: > > Hi all, > > I am understanding what you have explained. I wanted to get clear > on my understanding. Do we need to write a separate script and to integrate >

Re: [openwisp] nginx error on docker

2024-07-17 Thread Federico Capoano
Try pulling the latest images tagged with the "edge" tag from either Docker Hub <https://hub.docker.com/u/openwisp> or Git Container Registry <https://gitlab.com/openwisp/docker-openwisp/container_registry>. That error was already resolved. Best regards *Federico Capoano*

Re: [openwisp] Re: SOCIAL CAPTIVE PORTAL module 'rlm_authorize'

2024-07-15 Thread Federico Capoano
Try using the new version, look for "Deploying the upcoming release" in the ansible role of OpenWISP. Best regards Federico Capoano On Sat, 13 Jul 2024 at 17:43, François Noah wrote: > hello @notovn > how do you solved that, i have the same issue > > Regards > Le mard

[openwisp] OpenWISP Forum on Github Discussions

2024-07-13 Thread Federico Capoano
newer generations. I would prefer to use discourse but we don't have much bandwidth now to maintain a self hosted discourse instance. Best regards Federico Capoano -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from

Re: [openwisp] router unreachable

2024-07-12 Thread Federico Capoano
Refer to the OpenWrt documentation: Failsafe mode, factory reset, and recovery mode . F. On Fri, 12 Jul 2024 at 09:30, Piviul wrote: > Hi all, I have installed openwisp and changed some parameters in a > openwisp t

Re: [openwisp] WPA2 Enterprise

2024-07-12 Thread Federico Capoano
It *MAY* be due to the fact WPA Enterprise configuration settings in OpenWrt have changed in the last versions. We had to update the config library of OpenWISP: https://github.com/openwisp/netjsonconfig/commit/8396e4fcf8cc24e5c3135991c2939c0f3603677f These changes are not released yet, so you would

Re: [openwisp] device details storing in openwisp and automating templates

2024-07-09 Thread Federico Capoano
. Best regards Federico Capoano On Mon, 8 Jul 2024 at 11:29, AlphaGhost wrote: > Hi all, > > I am new to openwisp. right now i am monitoring 4 openwrt > devices through openwisp. I was trying templates for pushing ipsec > configuration for all the openwrt devices, I

Re: [openwisp] Ansible target version for openWisp

2024-07-02 Thread Federico Capoano
we meant the minimum ansible version, you should be able to use something more recent. I will update the README, thanks for reporting this. Best regards Federico Capoano On Tue, 2 Jul 2024 at 10:10, Piviul wrote: > Hi all, I would like to install openwisp and in the openWisp > documen

Re: [openwisp] OPENWISP RADIUS

2024-06-22 Thread Federico Capoano
regards Federico Capoano On Fri, 21 Jun 2024 at 13:32, Tommaso Feola wrote: > I would need to install openwisp with just the radius module. If I follow > the instructions in https://github.com/openwisp/openwisp-radius where I > read "It can be used as a standalone application or i

Re: [openwisp] Openwisp2 modules

2024-06-17 Thread Federico Capoano
The ansible role was designed mainly to deploy OpenWISP Controller and other optional modules that are aimed at network management and visualization. At a later stage we added the RADIUS module, but the Controller module is still the default module installed. In this case, you could add some custo

Re: [openwisp] Openwisp2 modules

2024-06-16 Thread Federico Capoano
o the architecture documentation: https://openwisp.io/docs/general/architecture.html I hope this helps. Let us know if you have any further questions. Best regards Federico Capoano On Sun, 16 Jun 2024 at 17:09, Tommaso Feola wrote: > > I installed Openwisp2: it works correctly, but I would like to

Re: [openwisp] Default Web Gui Language

2024-06-16 Thread Federico Capoano
translations for the admin interface of OpenWISP at this time. The admin interface is primarily intended for tech-savvy users who are generally proficient in English. I hope this helps. Best regards Federico Capoano On Sat, 15 Jun 2024 at 14:17, Tommaso Feola wrote: > a simple question: how

Re: [openwisp] When I m trying to add device in the devices tab, I m getting Please correct the errors below.

2024-06-06 Thread Federico Capoano
register will be rejected. See also How to edit Django settings: https://openwisp.io/docs/user/django-settings.html Best regards Federico Capoano On Thu, 6 Jun 2024 at 09:16, Kolla Honey wrote: > In the openwisp server, I want to create a list of devices for that only > registration has

[openwisp] Re: Great advancement but at what cost? Where's the support of the community?

2024-06-05 Thread Federico Capoano
ss in the coming weeks. It will be great to have more feedback from our user base. Thanks for your attention! Best regards Federico Capoano On Fri, 24 May 2024 at 20:04, Federico Capoano wrote: > Dear OpenWISP users, > > I'm reaching out to encourage more involvement from our commun

Re: [openwisp] OpenWisp monitoring tool documentation

2024-05-24 Thread Federico Capoano
Hi, You can look into the tasks executed by the ansible-openwisp2 role to find out the steps you need to take to deploy on any OS: https://github.com/openwisp/ansible-openwisp2/blob/master/tasks/main.yml If you have any specific problem and need help, please post the details of the error you're g

Re: [openwisp] Re: OpenWISP case studies & success stories, share yours!

2024-05-20 Thread Federico Capoano
It was reported that the Sucess Story <https://bit.ly/openwisp-success-stories-form> form wasn't accessible publicly, I fixed that, sorry for the misunderstanding! Federico On Thu, 16 May 2024 at 17:45, Federico Capoano wrote: > Hi everyone! > > *Share your OpenWISP Succe

Re: [openwisp] Re: OpenWISP case studies & success stories, share yours!

2024-05-16 Thread Federico Capoano
helps build a stronger OpenWISP community. I hope you can help us! Federico Capoano On Wed, 8 May 2024 at 19:00, f.capoano wrote: > Hi, > > If you have deployed OpenWISP in any situation that deals with digital > divide, internet access, education or network automation in general, ple

Re: [openwisp] OPENWISP RADIUS

2024-05-11 Thread Federico Capoano
If I was you I wouldn't bother to do that and would simply get a valid SSL certificate from Letsencrypt . For anything about freeradius, refer to the freeradius documentation

Re: [openwisp] OPENWISP RADIUS

2024-05-10 Thread Federico Capoano
If you open the URL of the OpenWISP admin web interface, do you see any SSL certificate warning? If so, you're using an untrusted certificate. You can still use it, but will have to configure freeradius to either not verify the validity of the certificate or trust it. Best regards *Fed

[openwisp] Google Summer of Code 2024 Starting

2024-05-06 Thread Federico Capoano
interested in following the developments on these two projects, please follow the openwisp-gsoc mailing list: https://groups.google.com/g/openwisp-gsoc Best regards Federico Capoano -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe

[openwisp] Help OpenWISP to Improve its Usability

2024-05-02 Thread Federico Capoano
meet your needs and those of our community. Thank you in advance for your time and input. Best regards Federico Capoano -- 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, se

[openwisp] OpenWISP case studies & success stories, share yours!

2024-05-02 Thread Federico Capoano
k you in advance. Best regards Federico Capoano -- 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 openwisp+unsubscr...@googlegroups.com. To view this discus

Re: [openwisp] Cannot change the configuration status from modified to appiled in the device tab of openwisp server

2024-04-25 Thread Federico Capoano
ISP server: logread -f The log should help you to understand what's going on. I hope this helps. Best regards Federico Capoano On Thu, 25 Apr 2024 at 09:41, Kolla Honey wrote: > Hello, I m new to openwisp, I have installed openwisp controller in my > ubuntu system. I have done

[openwisp] FAQ page suggestions

2024-04-03 Thread Federico Capoano
Hi everyone, I am preparing a draft for a potential FAQ page, which is currently not available on the website. I would like to take this opportunity to ask if there were any questions that crossed your mind while learning about OpenWISP. Having these questions answered in a FAQ page could have pot

Re: [openwisp] Feature proposal : Schedule a reboot upon next device connection on interval.

2024-03-29 Thread Federico Capoano
Hi Muhammed, This is one of those custom behaviours which I always recommend users to build on their own. Given OpenWISP openness and programmability, it's not hard at all to do this, the application gives a lot of tools to do that. If every time someone needs something like this we'd build it as

Re: [openwisp] Re: WI-FI sessions

2024-03-27 Thread Federico Capoano
The WiFi sessions data is not exportable right now from the web UI. You may be able to export it from the command line using the django dump data command: https://docs.djangoproject.com/en/4.2/ref/django-admin/#dumpdata cd /opt/openwisp2 source env/bin/activate ./manage.py dumpdata device_monitor

[openwisp] Re: Health status issues:reg

2024-03-22 Thread Federico Capoano (nemesisdesign)
It's definitely an anomaly, I have never seen this. If you find a way to replicate this issue on a new instance or in the dev environment let us know. I would start looking at the logs in /opt/openwisp2/log to see if there's any error being logged. F. On Thursday, March 21, 2024 at 1:51:19 AM

[openwisp] Re: WI-FI sessions

2024-03-22 Thread Federico Capoano (nemesisdesign)
This feature is not released yet but you can get it by deploying the upcoming release of OpenWISP, more info here: https://github.com/openwisp/ansible-openwisp2?tab=readme-ov-file#deploying-the-upcoming-release-of-openwisp F. On Thursday, March 21, 2024 at 12:07:34 AM UTC-3 Gowtham Krishna Ravel

Re: [openwisp] Custom interface to the device 'status' menu

2024-03-16 Thread Federico Capoano
Hi Daniele, OpenWrt doesn't "see" interfaces which are not defined in its network configuration. Try defining a new interface called "bond0" and set it to "proto" none. That may help OpenWrt to see this interface and allow openwisp to report its address to the controller. I hope it helps. Feder

Re: [openwisp] Custom interface to the device 'status' menu

2024-03-15 Thread Federico Capoano
Hi Daniele, Could you share the OpenWrt UCI configuration sample for your use case so we can better understand what you're trying to do? What do you mean by "main ip address"? Is this the management interface address? Or what exactly? The library which deals with configurations is here: https://g

Re: [openwisp] fping command understanding: reg

2024-03-15 Thread Federico Capoano
Each task sends a ping to one specific device, if there's a timeout it will be retried according to the configuration. The default configuration is here: https://github.com/openwisp/openwisp-monitoring/blob/master/openwisp_monitoring/check/classes/ping.py#L20-L41 (Count: 5, Interval: 25, Timeout: 8

Re: [openwisp] run openwisp on different ports

2024-03-14 Thread Federico Capoano
Hi Michele! It is possible, however, I don't think it can be done easily via the ansible-openwisp2 role because the port is not configurable: https://github.com/openwisp/ansible-openwisp2/blob/master/templates/nginx/site-conf.j2#L12-L13 So you would have to do this change on your own. Changing th

Re: [openwisp] Subdivision rule

2024-03-14 Thread Federico Capoano
At the moment what you can do is choose a /31. I created a couple of issues which should make this use case possible: https://github.com/openwisp/openwisp-controller/issues/842 https://github.com/openwisp/openwisp-controller/issues/843 I hope this is better than nothing. F. On Thu, 14 Mar 2024

Re: [openwisp] Subdivision rule

2024-03-14 Thread Federico Capoano
You can try instructing the rule to create very small subnets (eg: /32 or /31) and get 1 IP. I remember there was an issue with subnets sized /32 which would not allow to get 1 IP but I don't remember if this bug is still there. Let me know if you try and if the bug is still there we should open an

Re: [openwisp] Subdivision rule

2024-03-12 Thread Federico Capoano
The help text tries to explain this: "indicates how many addresses will be created for each subnet." So if you have 2 subnets, you will get 1 ip for each subnet, so you get a total of 2 IP addresses reserved for each device. We currently have 2 built-in subnet division rules: 1. device: the ru

Re: [openwisp] registering device in openwisp

2024-03-12 Thread Federico Capoano
Please share the relevant log lines. F. On Tue, 12 Mar 2024 at 10:23, AlphaGhost wrote: > Hi , > > I am new to openwisp. I started the agent in openwrt, I checked the > logs, it is stoped at the stage of registering the device like , failed to > reach the controller while registering the

[openwisp] Looking for GSoC 24 mentors

2024-03-12 Thread Federico Capoano
Hi everyone! We have a list of 5 great potential GSoC projects this year! https://openwisp.io/docs/developer/gsoc-ideas-2024.html We're looking for mentors who are willing to help us with code review, testing and assisting the contributors during their project. Anybody interested in helping out

Re: [openwisp] Firmware upgrade related :reg

2024-03-06 Thread Federico Capoano
Hi, I have not noticed issues in which the new configuration is not applied after a firmware upgrade. Make sure the agent is running after the upgrade. Federico On Sun, 3 Mar 2024 at 13:37, Manukumar NM wrote: > Greetings... > Dear team, >

Re: [openwisp] Re: openwisp server unique device key regarding

2024-03-06 Thread Federico Capoano
regards *Federico Capoano* On Wed, 6 Mar 2024 at 11:36, AlphaGhost wrote: > Hi all, > > can anyone help on this. > > Thanks, > Thrisha > > On Monday, March 4, 2024 at 6:38:57 PM UTC+5:30 AlphaGhost wrote: > >> Hi everyone, >> >>

Re: [openwisp] Installation bug to be fixed

2024-02-29 Thread Federico Capoano
Thanks for reporting, I increased the minimum recommended version of ansible: https://github.com/openwisp/ansible-openwisp2/commit/cef94b4d6fbb72fe3f9f8b0c3ba46021deef7f15 Best regards Federico Capoano On Wed, 28 Feb 2024 at 15:09, Radu Rambet wrote: > Its difficult to replicate now as i h

Re: [openwisp] Installation bug to be fixed

2024-02-26 Thread Federico Capoano
Welcome back Radu, Can you share the error you were getting please? Federico On Mon, 26 Feb 2024 at 10:29, Radu Rambet wrote: > Hi all after so many years I turned back to OpenWisp only to find much has > been improved . > > There is a small bug in the installation instruction as is it states

Re: [openwisp] Firmware upgrade or Templates conf applying issue through SSH: reg

2024-02-26 Thread Federico Capoano
Templates will be applied anyway by the agent. For firmware upgrades there's no other way than enabling SSH. Federico On Thu, 22 Feb 2024 at 13:18, Manukumar NM wrote: > Greetings... > Dear team, > What If the *devices SSH is not > enabl

[openwisp] GSoC 24, Improve OpenWISP General Map: Indoor, Mobile, Linkable URLs

2024-02-12 Thread Federico Capoano
https://github.com/openwisp/openwisp2-docs/pull/186 Feedback and mentors are welcome! Best regards Federico Capoano -- 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 ema

Re: [openwisp] Re: Data location for mobile devices

2024-02-10 Thread Federico Capoano (nemesisdesign)
; > Il giorno ven 9 feb 2024 alle ore 12:32 Federico Capoano < > f.ca...@openwisp.io> ha scritto: > >> We have issues with the generation of the README documentation of some >> modules on github, so I'll point out to the README text which explains how >>

Re: [openwisp] Re: Data location for mobile devices

2024-02-09 Thread Federico Capoano
3 The UUID and Key are available in /etc/config/openwisp. The general map doesn't update the coordinates in real time yet, but the map in the device page does. Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT: EE101989729 *openwisp.io* <http://openwisp

Re: [openwisp] Getting error while installin SSL certificate: pyOpenSSL: "unable to get local issuer certificate"

2024-02-07 Thread Federico Capoano
odule on its own? What is your goal in adding these CA and certs in this system? Best regards Federico Capoano On Wed, 7 Feb 2024 at 10:19, Andrei Vaganov wrote: > Hi Guys, > > I'm truing to apply SSL from ssls.com or Comodo. > While appling CA certificate or bundle all is fine,

Re: [openwisp] Re: python setup.py error development did not run successfully

2024-02-06 Thread Federico Capoano
Try: pip install -e . >From the directory where you're running "python setup.py install". Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT: EE101989729 *openwisp.io* <http://openwisp.io> On Tue, 6 Feb 2024 at 12:57, '

Re: [openwisp] info for ZeroTier IPv4 and IPv6

2024-01-29 Thread Federico Capoano
Hi Michele, We focused our testing mostly on IPv4. I would try to create an IPv6 subnet and see what happens. Federico On Sun, 28 Jan 2024 at 19:49, Michele Salerno wrote: > Hi, > > Is it possible from OpenWisp to assign both IPv4 and IPv6 on ZeroTier? > > Best regards, > > Michele > > > -- >

Re: [openwisp] PING check: reg

2024-01-20 Thread Federico Capoano
Certainly setting a higher interval will result in the system being slower to show a device as online, but the device recovery detection mechanism should help here. This mechanism sends a ping if the system notices activity from a device which it thinks as unreachable. Federico On Fri, 19 Jan 202

Re: [openwisp] Re: Reboot command timeout: reg

2024-01-18 Thread Federico Capoano
`` | +--+-+ Configure timeout on blocking read/write operations when executing a command in a SSH connection. Once changing this value you need to restart all the openwisp processes, (if you deploy with ansible-openwisp2, with: supervisorctl restart all). Best regards *Federico Capoano

Re: [openwisp] Arabic support

2024-01-16 Thread Federico Capoano
Sounds like a bug. I'd try to replicate this issue in the netjsonconfig library: https://github.com/openwisp/netjsonconfig If it can be replicated we can open an issue. Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT: EE101989729 *openwisp.io*

Re: [openwisp] OpenWisp Device limit? NginX throwing errors with 700 devices.

2024-01-16 Thread Federico Capoano
Capoano On Tue, 16 Jan 2024 at 09:43, Manukumar NM wrote: > Hii @Federico Capoano > As you communicated earlier, If I increase the intervals in > the openwisp-config and openwisp-monitoring configuration files, Do we need > to urgest the PING check intervals on server side to red

Re: [openwisp] Arabic support

2024-01-13 Thread Federico Capoano
Hi Muhammed, If you mean translations, at the moment we don't have the bandwidth nor the necessary funding or structure to maintain translations of the openwisp admin. If you mean being able to write Arabic SSIDs only, that's a technical matter I am not familiar with, if it's not possible we shoul

Re: [openwisp] OpenWisp Device limit? NginX throwing errors with 700 devices.

2024-01-12 Thread Federico Capoano
, but these steps are complex and the exact way to implement them depends on your infrastructure and deployment specific so I cannot explain it here in detail. Best regards Federico Capoano On Thu, 11 Jan 2024 at 14:56, Dieter Lubbe wrote: > I've installed Openwisp as a POC to monito

[openwisp] Re: How to work with OpenWISP RADIUS for WPA Enterprise EAP-TTLS-CHAP authentication

2023-12-11 Thread Federico Capoano (nemesisdesign)
Hi, if you look CHAP in the search tool of this group, you'll find previous threads about this subject. Best regards Federico Capoano On Friday, December 8, 2023 at 11:50:39 AM UTC-3 justin...@gmail.com wrote: > This question may not be about WISP, but about freeradius. > I follow

Re: [openwisp] Database measurements {device_data and config_applied}: reg

2023-12-06 Thread Federico Capoano
The data saved in the device_data measurement uses the short retention policy: select * from short.device_data; Not sure about config_applied, maybe that too, double checking the code may be needed. I hope this helps. Federico On Mon, 4 Dec 2023 at 02:06, Manukumar NM wrote: > Hiii team, >

[openwisp] Re: [Community Networks] [Tech Talks] OpenWISP CoP Session

2023-11-30 Thread Federico Capoano (nemesisdesign)
The recording is available here: https://videos.apc.org/u/apc/m/openwisp-communities-of-practice-session-fe0b/ On Thursday, November 23, 2023 at 7:37:18 PM UTC-3 Federico Capoano wrote: > [image: Screenshot from 2023-11-23 19-18-00.png] > > The session will be on November 29th, at 14U

[openwisp] Re: Doubt on disaster recovery: reg

2023-11-28 Thread Federico Capoano (nemesisdesign)
See also: *Documentation: Disaster Recovery* https://github.com/openwisp/ansible-openwisp2/issues/427 On Tuesday, November 28, 2023 at 6:49:12 AM UTC-3 okr...@arcor.de wrote: > If you want to use a different DBMS than SQlite, you have to configure it > through role variables: > https://github.c

Re: [openwisp] NAS in OpenWisp-Radius - unknown client (freeradius log)

2023-11-28 Thread Federico Capoano
to: read_clients = yes The freeradius docs and mailing list can further help you if you need. I hope this helps. Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT: EE101989729 *openwisp.io* <http://openwisp.io/> -- You received this message becaus

Re: [openwisp] UCI Configuration values - netjson

2023-11-27 Thread Federico Capoano
Yes, please read here: http://netjsonconfig.openwisp.org/en/latest/backends/openwrt.html#all-the-other-settings Best regards Federico Capoano On Sun, 26 Nov 2023 at 12:16, Wit wrote: > Hi > Can Openwisp templates control over UCI configuration values for Chilli ? > or the only supp

[openwisp] Fwd: [Community Networks] [Tech Talks] OpenWISP CoP Session

2023-11-23 Thread Federico Capoano
ion on OpenWISP, facilitated by its core contributor and founder, Federico Capoano. One of the leading open source network management tools for ISPs, OpenWISP is a programmable system which allows a small group of users to provision, maintain and monitor large networks of OpenWrt based devices. It

Re: [openwisp] NAS in OpenWisp-Radius - unknown client (freeradius log)

2023-11-21 Thread Federico Capoano
Yes. On Tue, 21 Nov 2023 at 10:30, Tommaso Feola wrote: > *"Freeradius can be configured to use the sql modules to read the NAS > clients from the DB":* > > *Are you refer to Openwisp DB ?* > > Il giorno mar 21 nov 2023 alle ore 12:27 Federico Capoano < >

Re: [openwisp] NAS in OpenWisp-Radius - unknown client (freeradius log)

2023-11-21 Thread Federico Capoano
Freeradius can be configured to use the sql modules to read the NAS clients from the DB. The important point to keep in mind is that it reads it only at startup, so if you add any client afterwards you'll need to restart/reload it. Fedrico On Mon, 20 Nov 2023 at 12:43, Tommaso Feola wrote: > I

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

2023-11-17 Thread Federico Capoano
> which is incompatible. > openwisp-monitoring 1.1a0 requires urllib3~=2.0.3, but you have urllib3 2.1.0 > which is incompatible. > > Il 17/11/23 14:16, Federico Capoano ha scritto: > > Verify that in the python virtualenv, the netdiff module has this file: > https://github.c

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

2023-11-17 Thread Federico Capoano
/openwisp-network-topology/tarball/master https://github.com/openwisp/netdiff/tarball/master Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT: EE101989729 *openwisp.io* <http://openwisp.io> On Thu, 16 Nov 2023 at 17:47, Michele Salerno wrote: > I have

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

2023-11-15 Thread Federico Capoano
import_string(self.parser) > > File > "/opt/openwisp2/env/lib/python3.9/site-packages/django/utils/module_loading.py", > line 32, in import_string > > raise ImportError( > > ImportError: Module "netdiff" does not define a "ZeroTierParser&q

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

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

2023-11-15 Thread Federico Capoano
ine 627, in _load_backward_compatible > > File "", line 259, in load_module > > File > "/usr/share/python-wheels/urllib3-1.26.5-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py", > line 50, in > > File "/usr/lib/python3/dist-packages/OpenSS

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

2023-11-14 Thread Federico Capoano
e/topology.py", > line 140, in diff > > if isinstance(data, self.parser_class): > > File > "/opt/openwisp2/env/lib/python3.9/site-packages/django/utils/functional.py", > line 57, in __get__ > > res = instance.__dict__[self.name] = self.func(insta

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

2023-11-14 Thread Federico Capoano
sp.io/docs/user/network-topology.html > > This is my output: > > root@controller:~ # /opt/send-zt-topology.sh > Server Error > (500)Server Error > (500)root@controller:~ # > > What could be the problem? > > Thanks. > > Beste regards, > > Michele Salerno

Re: [openwisp] openwisp-radius

2023-11-09 Thread Federico Capoano
Hi, Freeradius talks to OpenWISP mostly via the REST API, the setup process is explained here: https://openwisp-radius.readthedocs.io/en/stable/developer/freeradius.html https://openwisp-radius.readthedocs.io/en/stable/developer/freeradius_wpa_enterprise.html Best regards *Federico Capoano

Re: [openwisp] Floor plan

2023-10-25 Thread Federico Capoano
onmap-indoormap.html We need to implement the backend part and integrate. Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT: EE101989729 *openwisp.io* <http://openwisp.io> On Wed, 25 Oct 2023 at 12:52, harish divase wrote: > Yes it is possible >

Re: [openwisp] openwisp l2 Network

2023-10-13 Thread Federico Capoano
rue > > # in the playbook variables add: > openwisp2_extra_django_settings_instructions: > - | > OPENWISP_MONITORING_MANAGEMENT_IP_ONLY = False > > Regards, > > > > On Thu, Oct 12, 2023 at 2:58 AM Federico Capoano > wrote: > >> Hi! >> >>

Re: [openwisp] openwisp l2 Network

2023-10-12 Thread Federico Capoano
Hi! It's explained here: https://openwisp.io/docs/user/django-settings.html F. On Wed, 11 Oct 2023 at 22:32, 'Xavier Aizaga' via OpenWISP < openwisp@googlegroups.com> wrote: > Hi Everybody, > im new in openwip so i want to configure this: > > OpenWISP locally in the same L2 network where devic

[openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-10-11 Thread Federico Capoano
f Code under the guidance of Gagan Deep, Ajay Tripathi and myself. I am proud of the result we have achieved, as the first iteration I think it's really good. I am eager to see this work deployed all around the world! Best regards Federico Capoano -- You received this message because you are

Re: [openwisp] Error on server : reg

2023-10-06 Thread Federico Capoano
in order to investigate a bug we need to have information like version of the openwisp modules (eg: pip freeze | grep openwisp) and steps to replicate the issue. Try upgrading to the latest master of openwisp-controller and monitoring to see if it goes away. Federico -- You received this message

Re: [openwisp] Error on server : reg

2023-10-06 Thread Federico Capoano
What are the steps you are following to replicate this issue? Federico On Fri, 6 Oct 2023 at 07:04, Manukumar NM wrote: > Greetings... > Dear team, > I am getting error in > openwisp2.log like I have attached below. Why this error com

Re: [openwisp] Status bar data storage/database: reg

2023-07-24 Thread Federico Capoano
It's stored in influxdb, the measurement is called device_data and by default the retention policy is 24 hours. F. On Sun, 23 Jul 2023 at 12:26, Manu Kumar wrote: > Greetings... >Dear team, > May I know where the STATUS menu bar > data is

Re: [openwisp] Radius attribute bandwidth

2023-07-21 Thread Federico Capoano
batch generation tool, the system keeps a copy of the passwords <https://openwisp-radius.readthedocs.io/en/stable/user/generating_users.html>. This feature is meant to be used when generating users for events. Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT:

Re: [openwisp] OpenWisp Radius Enforcing Session Limit

2023-07-20 Thread Federico Capoano
te it supports or it expects another attribute. Best regards Federico Capoano On Thu, 20 Jul 2023 at 08:27, Mindf wrote: > Hi Federico, > > Thank you for your response. > > 1. I am using OPNsense as a captive portal. I tested logged in using a > test user with 5 MB limit, use a

Re: [openwisp] OpenWisp Radius Enforcing Session Limit

2023-07-19 Thread Federico Capoano
Hi, 1. Whether the user is disconnected or not depends on the NAS and what attribute it uses. What NAS are you using? Coova-chilli, Pfsesne, Hostapd (WPA Enterprise) a PPPoE server, or what else? What I have seen with popular open source captive portals is that users are disconnected close to the

Re: [openwisp] Chart vs Status menu values differ: reg

2023-07-18 Thread Federico Capoano
The value shown below the chart is not the current value, but usually an average and in some cases it's a sum of all the values (eg: the unique wifi clients), put your mouse over it to find out more, a tooltip will appear. Federico On Tue, 18 Jul 2023 at 06:49, Manukumar NM wrote: > Greetings..

Re: [openwisp] Radius attribute bandwidth

2023-07-17 Thread Federico Capoano
Hi, The way each attribute works depends on the NAS (Network Access Server) equipment/software you're using. What kind of NAS are you looking into? Are you using a captive portal, a pppoe server, a wifi authenticator like hostapd (WPA enterprise) or what else? And what's the name of the software?

Re: [openwisp] Ping Check/Uptime chart logic (How PING is happening from server to Device): reg

2023-07-14 Thread Federico Capoano
n the code, but it's using -i (interval) which is only regulating the output, which is not what we want. I opened an issue for this https://github.com/openwisp/openwisp-monitoring/issues/527 Thank you for making me read this code one more time and catch this! B

  1   2   3   4   5   6   7   8   9   10   >