Re: [openwisp] Device id, key, name and vendor-specific device fields

2018-10-02 Thread Federico Capoano
On Monday, October 1, 2018 at 5:13:42 PM UTC+2, Oliver Kraitschy wrote: > > On Mon, Oct 01, 2018 at 11:20:16AM +0200, Federico Capoano wrote: > > > The human readable label and the help text of the field should be > configurable, > > by default we could use something l

Re: [openwisp] Re: Wi-Fi Hotel Project

2018-10-02 Thread Federico Capoano
On Monday, October 1, 2018 at 11:52:00 AM UTC+2, Carlo Cangiotti wrote: > > Hi Federico, > I ask for an advice on what type of access point I need to use (brand and > model .. I had a recommendation for Lyncsys or Ubiquiti... what do you > think?). We have thick walls in a building and normal wal

Re: [openwisp] Device id, key, name and vendor-specific device fields

2018-10-03 Thread Federico Capoano
ould work for our needs as well. Could we also have a > template variable available for the serial number/hardware ID? This way we > could use the serial number for RADIUS/LDAP usernames and various other > things. > > On Tue, Oct 2, 2018, 01:45 Federico Capoano > wrote: > >

Re: [openwisp] Device id, key, name and vendor-specific device fields

2018-10-03 Thread Federico Capoano
Main issues created: - https://github.com/openwisp/django-netjsonconfig/issues/86 - https://github.com/openwisp/openwisp-config/issues/70 -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving em

Re: [openwisp] Device id, key, name and vendor-specific device fields

2018-10-04 Thread Federico Capoano
ANGO_NETJSONCONFIG_HARDWARE_ID_OPTIONS', {})) # model field then is initialized like: hardware_id = CharField(**HARDWARE_ID_OPTIONS) On Thu, Oct 4, 2018 at 9:59 AM Oliver Kraitschy wrote: > On Tue, Oct 02, 2018 at 01:45:14AM -0700, Federico Capoano wrote: > > > So what about

Re: [openwisp] Re: OpenWISP on Raspberry Pi 3 B+ - Web page not loading after 'successful' install

2018-10-06 Thread Federico Capoano
Welcome Eric, from your last email it seems you are trying to ping "openwisp2.mydomain.com" which is, as indicated in the documentation (many times), an example domain which is meant to be substituted with the hostname you are really using. "Substitute openwisp2.mydomain.com with your production

Re: [openwisp] Re: Google Code-In 2018: ROCK ON!

2018-10-06 Thread Federico Capoano
Hi everyone, we have 64 proposed tasks (the text of some tasks need further details and or needs to be completed) which is starting to look good. There are many issues open on github that we could promote to GCI tasks so if anyone wants to help out with that it would be very helpful. I think we

Re: [openwisp] Re: Using custom test script and main agent logic

2018-10-08 Thread Federico Capoano
On Monday, October 8, 2018 at 9:19:10 AM UTC+2, BlancLoup wrote: > > Hello. > > Yes, you're right. I overthought this and missed variant of endless > reboots with wrong config. > Glad you arrived to the same conclusion. To make the config test script more robust you could insert some loops that

Re: [openwisp] Re: OpenWISP on Raspberry Pi 3 B+ - Web page not loading after 'successful' install

2018-10-08 Thread Federico Capoano
igh standard of civil discussions that always has distinguished this community, I won't allow similar non-constructive comments to be published on this discussion. Best regards Federico Capoano On Sunday, October 7, 2018 at 4:42:22 AM UTC+2, Eric Van Dam wrote: > > Hi Fred

[openwisp] Re: Correct way to link device ant template programmatically

2018-10-18 Thread Federico Capoano
Hi Arthur, sorry for my delayed response. Here's the code to add a template to a device. device = Device.objects.get(id='') template = Template.objects.get(id='') device.config.templates.add(template) You can also add more templates in the same call. device.config.templates.add(t1, t2, t3) if

[openwisp] Re: Correct way to link device ant template programmatically

2018-10-18 Thread Federico Capoano
On Thursday, October 18, 2018 at 3:06:37 PM UTC+2, Federico Capoano wrote: > > The base templates of openwisp-controller are listed here: > https://github.com/openwisp/django-netjsonconfig/tree/master/django_netjsonconfig/base > > template.py, device.py and config.py are the rele

[openwisp] Re: OpenMesh-grade (commercial) portal deployment

2018-10-18 Thread Federico Capoano
Hi Stuart and welcome! Thanks for reporting your thoughts here. Sorry for my delayed response, it took me a while to reply because I was away and busy for the Google Mentor Summit. I think your thoughts resonate with many of us here and are surely received with appreciation. I will surely help

Re: [openwisp] Re: OpenWISP on Raspberry Pi 3 B+ - Web page not loading after 'successful' install

2018-10-18 Thread Federico Capoano
The following error: On Sat, Oct 13, 2018 at 6:53 PM Eric Van Dam wrote: > [ERROR 2018-10-06 03:12:34,059] module: server, process: 9949, thread: > 1995612176 > > Error trying to receive message: Error 111 connecting to localhost:6379. > Connection refused. > > Looks like the same error describ

Re: [openwisp] Re: Device registration failed.

2018-10-18 Thread Federico Capoano
MAC address as your Device1 in the > openwisp panel. Don't do this, put 00:00:00:00:00:00 in that device and > then '/etc/init.d/openwisp_config restart' on your device. it will > register then. > > On Thursday, November 16, 2017 at 5:11:20 PM UTC+5:30, Federico

Re: [openwisp] Re: Using custom test script and main agent logic

2018-10-18 Thread Federico Capoano
On Monday, October 15, 2018 at 9:37:29 AM UTC+2, BlancLoup wrote: > > Hello. > On server side: controller's GUI allows to create new openwisp config that > will rewrite /etc/config/openwisp (to replace "option url", "option > verify_ssl"). With tricks, but it works. In any case, we created addi

[openwisp] Re: Tasks for NetJSON Templates Website

2018-10-18 Thread Federico Capoano
> you had one setup in the video, but I think that site is different now. In > particular, it would be nice to get some of the 802.11s templates posted > somewhere if they aren't already. > > Thank you much, > Stuart > > On Friday, December 29, 2017 at 4:20:37 AM U

[openwisp] Re: Push vs Pull netjson useage

2018-10-18 Thread Federico Capoano
Nice discussion here guys, sorry for my late reply, I was away and busy at the Google Mentor Summit. On Sunday, October 14, 2018 at 11:12:18 AM UTC+2, Pim Janssen wrote: > > Hi everyone, > > I am looking and playing with Openwisp and Netjson. I hope i can ask u > some questions. > > Currently

[openwisp] Re: openwisp-config feature Discussion: increase check interval after initial configuration

2018-10-18 Thread Federico Capoano
Hi Oliver, the easiest way you can do what you want is to have a template in OpenWISP which modifies the interval of the agent with the following template (flagged as default): { "openwisp": [ { "config_name": "controller", "config_value": "http",

Re: [openwisp] Re: Small actions that will help OpenWISP

2018-10-18 Thread Federico Capoano
Hi Eric, it shouldn't be required to pre-install anything on the server, unless something is missing (which would be a bug of the ansible-openwisp2 role). We can make this as well as hardware requirements more clear in the docs, I noted this down here: https://github.com/openwisp/ansible-openwisp

[openwisp] GCI pre-kickoff sprint!

2018-10-18 Thread Federico Capoano
Hi everyone, as many of you may know, the Google Code-In contest starts on October 23 and OpenWISP is participating . This is an invite for everyone to take part in the Google Code-In Sprint we will be hold

Re: [openwisp] Re: openwisp-config feature Discussion: increase check interval after initial configuration

2018-10-19 Thread Federico Capoano
I guess the reload_service function in the init.d script is not working as expected :( Il ven 19 ott 2018, 13:21 Oliver Kraitschy ha scritto: > On Thu, Oct 18, 2018 at 09:31:35AM -0700, Federico Capoano wrote: > > > the easiest way you can do what you want is to have a template i

Re: [openwisp] GCI pre-kickoff sprint!

2018-10-19 Thread Federico Capoano
I see Oliver, don't worry, have fun! We'll sync in the next days before the contest starts. Fed On Friday, October 19, 2018 at 8:34:28 AM UTC+2, Oliver Kraitschy wrote: > > On Thu, Oct 18, 2018 at 05:48:09PM -0700, Federico Capoano wrote: > > > This is an invite

Re: [openwisp] Re: Push vs Pull netjson useage

2018-10-19 Thread Federico Capoano
On Thursday, October 18, 2018 at 9:36:47 PM UTC+2, Pim Janssen wrote: > > On 10/18/2018 6:19 PM, Federico Capoano wrote: > > Nice discussion here guys, sorry for my late reply, I was away and busy at > the Google Mentor Summit. > > On Sunday, October 14, 2018 at 11:12:18

[openwisp] Re: GCI pre-kickoff sprint!

2018-10-19 Thread Federico Capoano
Guys, it would be exceptionally useful if you could think about more training tasks. Also spend time in coming up with catchy titles for tasks which will capture the attention of students. I think we should also prefix easy tasks and training tasks with [easy] and [training] respectively, which

Re: [openwisp] Re: Push vs Pull netjson useage

2018-10-19 Thread Federico Capoano
On Friday, October 19, 2018 at 8:43:05 PM UTC+2, Pim Janssen wrote: > > On 10/19/2018 7:23 PM, Federico Capoano wrote: > > On Thursday, October 18, 2018 at 9:36:47 PM UTC+2, Pim Janssen wrote: >> >> On 10/18/2018 6:19 PM, Federico Capoano wrote: >> >> Nic

Re: [openwisp] Re: openwisp-config feature Discussion: increase check interval after initial configuration

2018-10-19 Thread Federico Capoano
ll. > > I will have a look as soon as I have the time. > > Greetings, > Oliver > > On Fri, Oct 19, 2018 at 03:38:13PM +0200, Federico Capoano wrote: > > I guess the reload_service function in the init.d script is not working > as > > expected :( >

Re: [openwisp] Using Variables for e.g. static IP addresses

2018-10-22 Thread Federico Capoano
Welcome Klocken, at the moment you can do the following: 1. create the template or templates you want to use 2. in each device, override the specific interface with the minimum required fields and add the ip there In the near future we could avoid step 2 with the device context feature

Re: [openwisp] Interface with ip6assign but no manually configured IP address

2018-10-22 Thread Federico Capoano
Hi Klocken, the configuration widget has a couple of ways with which you can remove sections you don't need, look for "object properties" and uncheck the configuration keys you don't need or go into advanced mode and edit NetJSON directly. I hope this helps. Fed On Sun, Oct 21, 2018 at 7:36 PM

[openwisp] Re: GCI pre-kickoff sprint!

2018-10-22 Thread Federico Capoano
Hi everyone, tasks are imported in the system! From now on please use the Google Code-In system to propose and edit tasks (I had many problems in importing the CSV, the google import tool doesn't report errors properly and it was incredibly time-consum

Re: [openwisp] Django-FreeRadius

2018-10-25 Thread Federico Capoano
Hi Bino and welcome, we use the rml-rest module of freeradius to authorize users via a REST API , although it is still possible to use radius checks as well as described here: https://django-freeradius.readth

Re: [openwisp] Django-FreeRadius

2018-10-25 Thread Federico Capoano
ord from > Freeradius call ... we need to 'count' it. So I will not able to use > 'django.contrib.auth.authenticate' to authenticate user agains django user > table. > > Sincerely > -bino- > > On Thursday, October 25, 2018 at 4:22:07 PM UTC+7, Federico C

[openwisp] Default permisions: administrators and operators

2018-10-25 Thread Federico Capoano
Hi everyone, with the great help of Ajay [1] and Aarnav [2] we are going to make OpenWISP able to allow non superadmin users to manage the users of their organizations and to have some default permission groups that define 2 different level of permissions. [1]: https://github.com/openwisp/open

[openwisp] Re: Default permisions: administrators and operators

2018-10-26 Thread Federico Capoano
isp-users>. Thanks Ajay! F. On Thursday, October 25, 2018 at 3:24:49 PM UTC+2, Federico Capoano wrote: > > Hi everyone, > > with the great help of Ajay [1] and Aarnav [2] we are going to make > OpenWISP able to allow non superadmin users to manage the users of their > organiza

Re: [openwisp] Re: Tasks for NetJSON Templates Website

2018-10-27 Thread Federico Capoano
some Wiki area to make this easier for people if you would > care to share what you have already. > > Thanks for all you do, > Stuart > > On Thursday, October 18, 2018 at 9:11:23 PM UTC+5:30, Federico Capoano > wrote: >> >> Hi Stuart, >> >> a template library

Re: [openwisp] Django-FreeRadius

2018-10-27 Thread Federico Capoano
h may want to help implementing it. Fed On Saturday, October 27, 2018 at 5:18:29 PM UTC+2, Bino Oetomo wrote: > > > > On Thursday, October 25, 2018 at 7:52:04 PM UTC+7, Federico Capoano wrote: >> >> Passwords get to freeradius in clear over TLS (these are also encrypted

Re: [openwisp] Django-FreeRadius

2018-10-27 Thread Federico Capoano
of django-freeradius to avoid storing password in clear. Fed On Saturday, October 27, 2018 at 5:53:44 PM UTC+2, Federico Capoano wrote: > > I'm not sure how to implement that with the rml-rest module. > > There may be a way, if you find it please let me know, if we have a clear &

[openwisp] Re: Device id, key, name and vendor-specific device fields

2018-10-28 Thread Federico Capoano
Here's an update on this. Oliver has started to work on the patches needed to implement this feature: - https://github.com/openwisp/django-netjsonconfig/pull/95 - https://github.com/openwisp/openwisp-controller/pull/49 - https://github.com/openwisp/openwisp-config/pull/75 I think we'

[openwisp] Re: Default permisions: administrators and operators

2018-11-01 Thread Federico Capoano
, Federico Capoano wrote: > > Hi everyone, > > with the great help of Ajay [1] and Aarnav [2] we are going to make > OpenWISP able to allow non superadmin users to manage the users of their > organizations and to have some default permission groups that define 2 > different level o

Re: [openwisp] Making netjsonconfig easier to extend

2018-11-07 Thread Federico Capoano
Hey Aarnav, On Mon, Nov 5, 2018 at 5:55 PM Aarnav Bos wrote: > As the issue https://github.com/openwisp/netjsonconfig/issues/112 goes, > It'd be ideal to be able to easily extend the backends. Since the use-case > of adding support for an OpenWRT package is very common, this > implementation pri

Re: [openwisp] Re: Making netjsonconfig easier to extend

2018-11-07 Thread Federico Capoano
Hi Edoardo, thank you for your feedback and I appreciate your concerns. See below. On Tue, Nov 6, 2018 at 10:54 AM Edoardo Putti wrote: > I already voiced my concern regarding this on the issue but I can tell you > more. > > You want to extend the schema of a backend and tha's a very interesti

Re: [openwisp] Re: Using custom test script and main agent logic

2018-11-07 Thread Federico Capoano
ion.tar.gz'...os.execute('tar >> -zxf '..downloaded_conf..' -C '..check_dir)* >> > Result: restore is not working. > четверг, 18 октября 2018 г., 20:33:09 UTC+5 пользователь Federico Capoano > написал: >> >> >> >> On Monday, October 15,

[openwisp] Re: Redundancy OpenWisp and LEDE.

2018-11-07 Thread Federico Capoano
Hi Mateus, I remember you asked this before, some time ago we discussed the possibility of allowing the agent to have multiple URLs set . Arthur wrote some draft code but we

[openwisp] Re: Device id, key, name and vendor-specific device fields

2018-11-07 Thread Federico Capoano
On Sunday, October 28, 2018 at 3:16:25 PM UTC+1, Federico Capoano wrote: > > Here's an update on this. > > Oliver has started to work on the patches needed to implement this feature: > >- https://github.com/openwisp/django-netjsonconfig/pull/95 >- https://gi

[openwisp] Re: Dynamic assignment of primary IP for 802.11s

2018-11-09 Thread Federico Capoano
Stuart, an ipam system for what you need to do is overkill. I also want to make openwisp able to be used by anyone, (not a 10 years old maybe :-P) and I assure you that if I had the resources to do it I would have already done it .. but hey if it was so easy to build a system so complex that is

Re: [openwisp] Re: Dynamic assignment of primary IP for 802.11s

2018-11-10 Thread Federico Capoano
ow it is just too complicated, and maybe it is all in your head and > that is great, but down here in the trenches, we are not much smarter than > the 10-year-olds that this needs to serve in these underdeveloped regions > where this technology needs to land. > > Thanks for your con

Re: [openwisp] Re: Dynamic assignment of primary IP for 802.11s

2018-11-10 Thread Federico Capoano
Hey Stuart, On Saturday, November 10, 2018 at 2:00:39 PM UTC+1, Stuart Trusty wrote: > > Hi Federico, > > You might be misunderstanding my tone, as I am certainly not complaining. > Then you need to tone down your emails and focus on technical issues instead of bringing up political / commerc

Re: [openwisp] Re: django-freeradius setup: not quite right, need some help.

2018-11-17 Thread Federico Capoano
The current django-freeradius docs show a full authorize section in the sample configuration: https://django-freeradius.readthedocs.io/en/latest/general/freeradius.html#configure-the-site At the end of the page the docs also state: *Customizing your configuration* You can further customize your

[openwisp] Re: Redundancy OpenWisp and LEDE.

2018-11-17 Thread Federico Capoano
to register the same AP again, but in another OpenWisp? or just > resetting the AP and setting everything up again? > > > > Thank you for your help. > > > Att, Mateus. > > Em quarta-feira, 7 de novembro de 2018 18:30:12 UTC-2, Federico Capoano > escreveu: >>

[openwisp] Re: Incomplete file

2018-11-17 Thread Federico Capoano
Hey Henrique, I'm trying to replicate this issue but I can't. does that show up in the preview? If not, what other steps can be done to reproduce it? Thanks Federico On Friday, November 16, 2018 at 5:49:06 PM UTC+1, henriqsc wrote: > > Hi, I'm trying to transfer a shell script to my devices b

Re: [openwisp] Re: django-freeradius setup: not quite right, need some help.

2018-11-17 Thread Federico Capoano
; replace it with that? > > I don't think that's a bug per se, or maybe it is, but when I manually > curl that json up with > a filled password attribute it 'works', but the User-Password attribute > always expands to > '' in the wild. >

Re: [openwisp] Re: django-freeradius setup: not quite right, need some help.

2018-11-17 Thread Federico Capoano
PS: On Saturday, November 17, 2018 at 8:28:29 PM UTC+1, Marty Plummer wrote: > > So is that authorize section the entire thing? as in, comment out/delete > the defaults and > replace it with that? > Yes -- You received this message because you are subscribed to the Google Groups "OpenWISP" gr

Re: [openwisp] Re: django-freeradius setup: not quite right, need some help.

2018-11-18 Thread Federico Capoano
t; 0x0000: 000f ac01 >>>>>>>> Framed-MTU Attribute (12), length: 6, Value: 1400 >>>>>>>> 0x: 0578 >>>>>>>> EAP-Message Attribute (79), length: 15, Value: .. >>>

Re: [openwisp] Re: django-freeradius setup: not quite right, need some help.

2018-11-18 Thread Federico Capoano
November 18, 2018 at 3:10:27 AM UTC-6, Federico Capoano wrote: > >> Are you using WPA2 Enterprise on the devices? >> >> Fed >> > Il dom 18 nov 2018, 07:02 A Stanley <2st...@2stacks.net> ha scritto: >> > Openwrt docs make me think its a client (not nas)

[openwisp] Growth: organizational changes needed

2018-11-18 Thread Federico Capoano
I'll try to be brief because I don't want to use too much of your time. The community is growing and some of the ways which were working up to now are not working so well anymore. Here's how I propose to address the issues, let me know what you think. *Git repositories: branch protection and wr

Re: [openwisp] Re: Growth: organizational changes needed

2018-11-18 Thread Federico Capoano
On Sun, Nov 18, 2018 at 9:53 PM Oliver Kraitschy wrote: > Hi Federico, > > > On Sun, Nov 18, 2018 at 05:40:44AM -0800, Federico Capoano wrote: > > > > I just implemented the following change: most of the important > repositories of > > the OpenWISP 2 modules an

Re: [openwisp] Re: Growth: organizational changes needed

2018-11-19 Thread Federico Capoano
On Mon, Nov 19, 2018 at 6:39 AM Oliver Kraitschy wrote: > > Am Sonntag, 18. November 2018 22:21:20 UTC+1 schrieb Federico Capoano: > > At the moment I think any core dev can review but only admins or specific >> people can merge. >> For example, you have permission

Re: [openwisp] Request to Join Organization

2018-11-21 Thread Federico Capoano
Welcome Tathagat, start from here: - http://openwisp.io/docs/general/help-us.html - http://openwisp.io/docs/developer/contributing.html Best Federico On Wed, Nov 21, 2018 at 10:25 PM Tathagat Thapliyal < tathagat.thapli...@gmail.com> wrote: > Hi 😃 > I would love to become a part of OpenWisp Or

Re: [openwisp] Re: Incomplete file

2018-11-22 Thread Federico Capoano
I can send you a file > so you can try to replicate but for now the workaround is ok. > > > Em sábado, 17 de novembro de 2018 17:32:31 UTC-2, Federico Capoano > escreveu: >> >> Hey Henrique, >> >> I'm trying to replicate this issue but I can't. >&

Re: [openwisp] Current Leaders

2018-11-23 Thread Federico Capoano
Hi, please indicate the subject when you talk about something, in this case "Current Leaders in Google Code-In", because many people who are not involved in the Google Code-In read this list. The section Current Leaders in the OpenWISP page on the Google Code-In website

Re: [openwisp] Re: Small actions that will help OpenWISP

2018-11-27 Thread Federico Capoano
Start from here: http://openwisp.io/docs/developer/contributing.html#look-for-open-issues You can ask more questions in the chat if you want. Federico On Tue, Nov 27, 2018 at 6:51 AM mrfzy_ wrote: > > > Pada Kamis, 18 Oktober 2018 23.37.09 UTC+7, Federico Capoano menulis: >

Re: [openwisp] Re: the compleation trophy doesnt work

2018-11-29 Thread Federico Capoano
Guys please don't use the mailing list for this kind of discussion. Use the general chat. Thank you Fed On Thu, Nov 29, 2018 at 9:11 PM SHAIK NOORHASAN (N170683) < n170...@rguktn.ac.in> wrote: > 35 th video in udemy > > > On Wed, Nov 28, 2018 at 1:34 PM will ponsonby < > will.ponso...@codeslaugh

Re: [openwisp] Google code In task- [easy] Learn to use python virtual enviroments

2018-11-30 Thread Federico Capoano
Hey, good job! Keep in mind to please avoid using the mailing list to ask for Google Code-In reviews, use the general chat . Thank you Fed On Fri, Nov 30, 2018 at 9:20 AM wrote: > I have completed the beginner task. my github account link is - > https://githu

[openwisp] Re: Captive portal for use with django-freeradius

2018-12-07 Thread Federico Capoano
Hi Marty, there's is no preferred way because it really depends on your requirements, I see mainly 2 options: - coova-chilli for distributed captive portal (sitting on the AP) - PfSense, OpnSense, PacketFence for a centralized solution (will need layer2 VPN if APs are distributed in di

[openwisp] Re: trouble setting up freeradius server

2018-12-07 Thread Federico Capoano
As the log says, freeradius is trying to reac http://127.0.0.1:8007, this fails and hence it halts. To fix it you must ensure it can connect. Is freeradius sitting on the same host where django-freeradius/openwisp-radius is installed? Is this a production or development environment? If it's a

Re: [openwisp] Re: Incomplete file

2018-12-07 Thread Federico Capoano
I can't replicate this issue but I'm using the development versions of the openwisp modules so it may be for one of the following causes: 1. it's a bug that affects the release of netjsonconfig that is installed on your system, you could try

Re: [openwisp] Re: trouble setting up freeradius server

2018-12-07 Thread Federico Capoano
policy server. > -- Subject: Unit freeradius.service has failed > > Any idea of how it got here? > > On Friday, December 7, 2018 at 2:21:19 PM UTC+5:30, Federico Capoano wrote: >> >> As the log says, freeradius is trying to reac http://127.0.0.1:8007, >> this fail

Re: [openwisp] Re: trouble setting up freeradius server

2018-12-07 Thread Federico Capoano
ecember 7, 2018 at 5:26:01 PM UTC+5:30, Federico Capoano wrote: > >> That's a configuration issue related to "eap". Are you trying to >> configure EAP? >> >> Fed >> >> On Fri, Dec 7, 2018 at 11:55 AM Yash Jipkate wrote: >> > Thanks Feder

Re: [openwisp] Deadline for claiming tasks.

2018-12-07 Thread Federico Capoano
No you can't claim a task in the Google Code In system but YES you can still contribute to the project, infact I encourage every student to keep contributing to improve their skills and improve the project to move forward. At the moment the best thing you can do is to work on low hanging fruits an

Re: [openwisp] Re: trouble setting up freeradius server

2018-12-07 Thread Federico Capoano
Look for IPASS-style 'realm/', and if not found, look for ># '@realm', and decide whether or not to proxy, based on > # that. > # ># Accounting requests are generally proxied to the same ># home server as authentication requests. >

Re: [openwisp] Re: trouble setting up freeradius server

2018-12-11 Thread Federico Capoano
fig part of the django-freeradius docs >> <https://django-freeradius.readthedocs.io/en/latest/general/freeradius.html> >> I am currently using the development environment. >> >> Thanks. >> >> >> On Friday, December 7, 2018 at 9:50:05 PM UTC+5:30

Re: [openwisp] Re: trouble setting up freeradius server

2018-12-11 Thread Federico Capoano
lp in order to move the project forward. Federico On Tue, Dec 11, 2018 at 9:22 AM Federico Capoano wrote: > Glad you solved it, I couldn't reply because we are still finishing the > Google Code In and these last days have been crazy. > > Fed > > > Il mar 11 dic 2018,

Re: [openwisp] Re: trouble setting up freeradius server

2018-12-11 Thread Federico Capoano
s. > > On Tue, 11 Dec 2018, 2:21 pm Federico Capoano wrote: > >> PS: I opened an issue with a reminder to make the documentation more >> explicit about the fact that the django application (if in prod) or >> development server (if in dev mode) must be running before fr

[openwisp] Google Code-in 2018 wrap up

2018-12-12 Thread Federico Capoano
is rhythm and I believe the OpenWISP community will have achieved most of the goals of the project <http://openwisp.io/docs/general/values.html#goals>! Best regards Federico Capoano -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To

[openwisp] Re: Google Code-in 2018 wrap up

2018-12-13 Thread Federico Capoano
g > new things and helping others to learn new things and of course to bring > the OpenWISP project forward! > > I hope to see a lot of you again on the mailing list and in the chat! > > Greetings, > Oliver > > Am Mittwoch, 12. Dezember 2018 13:07:49 UTC+1 schrieb Federico

Re: [openwisp] OpenWISP2 on Raspbian - ansible / pip SSLError

2018-12-16 Thread Federico Capoano
Welcome Dirk, python packages are installed in a python virtual environment, that's why if you install a package it won't affect the OpenWISP python virtual environment (which by default is located in /opt/openwisp2/env). The problem you are experiencing popped up recently and it been has fixed i

Re: [openwisp] Netjsonconfig to uci help

2018-12-21 Thread Federico Capoano
Can you try using the configuration UI in the openwisp web app to do this? It should work. Federico On Fri, Dec 21, 2018 at 4:49 PM henriqsc wrote: > Need to generate some configuration but I'm finding some issues. I need > tot bridge both eth0 and eth1 in a lan. As well as disable the existin

Re: [openwisp] Netjsonconfig to uci help

2019-01-08 Thread Federico Capoano
No worries, in the future the UI will be more intuitive. At the moment we have to use what we have. Federico On Friday, December 21, 2018 at 11:54:40 AM UTC-5, henriqsc wrote: > > Great, that worked for me. > > I've been using openwisp for so long that sometimes I forget there is a > basic mo

Re: [openwisp] Re: Need Help to Start Contributing for GSOC 2019

2019-01-11 Thread Federico Capoano
You can also read something interesting in this page: http://openwisp.io/docs/developer/hacking-openwisp-python-django.html On Fri, Jan 11, 2019 at 1:50 PM Ajay Tripathi wrote: > Hello Varsha Kukreja, > > On Saturday, January 12, 2019 at 12:16:04 AM UTC+5:30, varsha kukreja > wrote: >> >> Which

[openwisp] Re: GSoC 2019

2019-01-29 Thread Federico Capoano
Hi Mafany and welcome, you can get started by reading the information available in our documentation, these are good pages to get started with: - http://openwisp.io/docs/general/values.html - http://openwisp.io/docs/general/help-us.html - http://openwisp.io/docs/developer/contributing.html Best

Re: [openwisp] Re: OpenWISP2 Debian Virtualbox error incorrect su Password

2019-02-04 Thread Federico Capoano
Try to set the become related config in the playbook.yml, eg: - hosts: become: true become_user: root roles: - openwisp.openwisp2 vars: # your vars here... Log in via SSH into your VM and set the password of the user ricky with the passwd command. Then use: *ansible-playbook -i

Re: [openwisp] Re: OpenWISP2 Debian Virtualbox error incorrect su Password

2019-02-05 Thread Federico Capoano
;'"'"'"'"'"'/bin/sh -c > '"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"&#x

Re: [openwisp] Re: OpenWISP2 Debian Virtualbox error incorrect su Password

2019-02-07 Thread Federico Capoano
ete, right? I'm able to open web page at 192.168.56.2/admin. > Thank you very much Ajay, Federico, for your help. I'm much apreciated. Now > I'm gonna try OpenWRT on VirtualBox and try the OpenWISP controller. Once > again, thank you very much. If my trial is success, I wan

Re: [openwisp] Re: Integration with OpenWRT Attitude_Adjustment (12.09)

2019-02-07 Thread Federico Capoano
Hi Harshul Garg, the oldest version I've been able to make OpenWISP 2 work with is Barrier Breaker, I'm not sure if it's possible to backport it to Attitude Adjustment. I believe some work would be needed to adapt some parts of the code, but I can't say with 100% certainty if it would work or not.

Re: [openwisp] Publicity measures

2019-02-08 Thread Federico Capoano
It's a good idea Shashwat, I think we should do it at some point in the future when the project has more maintainers. I would try to focus such a blog more on technical aspects or news about the community. Right now adding a blog would translate in more burden to the core team which is already ove

Re: [openwisp] Q: Radius Installation on OpenWISP with Ansible

2019-02-13 Thread Federico Capoano
Hi Andrei, that playbook configuration is not correct, please read the comments in the README regarding what each of that variable does: https://github.com/openwisp/ansible-openwisp2#role-variables # you may replace the values of these variables with any URL # supported by pip (the python

Re: [openwisp] Q: Radius Installation on OpenWISP with Ansible

2019-02-14 Thread Federico Capoano
It's more complicated than that, you need to install django-freeradius and openwisp-radius (eg: pip install https://github.com/openwisp/openwisp-django-freeradius/tarball/master and do the same for openwisp-radius), modify the django settings.py file to add the settings to add openwisp_radius to th

Re: [openwisp] Q: Python2 or 3? Which distro used by OpenWISP developers ?

2019-02-15 Thread Federico Capoano
I think you are not correcly cheking what version of python OpenWISP uses. Here's how to do it (commands copied from one of the instances I manage): federico@ow2-controller:~$ cd /opt/openwisp2/ federico@ow2-controller:/opt/openwisp2$ source env/bin/activate (env) federico@ow2-controller:/opt/ope

Re: [openwisp] Q: Python2 or 3? Which distro used by OpenWISP developers ?

2019-02-15 Thread Federico Capoano
HI Michael, if you're using self signed SSL certificate there's 2 things you can do: 1. set verify_ssl to 0, I suggest this option only for development and testing purposes because is not secure 2. add the CA which signed the certificate to the list of trusted CAs, I'm not 100% sure of how to do

Re: [openwisp] problems with OpenWRT and network topology

2019-02-15 Thread Federico Capoano
Hi Michael, the warning about service_identity is just a warning, it is not causing the ParserError of the Topology. If you want you can fix it by installing that module in the virtualenv of OpenWISP: cd /opt/openwisp2 source env/bin/activate pip install service_identity Regarding "Failed to per

[openwisp] Re: Q: Redis Error 111 connecting to localhost:6379. Connection refused.

2019-02-15 Thread Federico Capoano
On which distro is this happening? Are you using the latest version of the ansible role? Ensure is up to date. We had a problem with redis a few months ago. Federico On Thursday, February 14, 2019 at 10:36:01 AM UTC-3, andreil1 wrote: > > Hi ! > > I have fresh install of OpenWISP on Ubuntu 18.

Re: [openwisp] Re: django-freeradius update radusergroup

2019-02-28 Thread Federico Capoano
Yes, you're correct. On Wed, Feb 27, 2019 at 10:43 PM A Stanley <2sta...@2stacks.net> wrote: > I think I have it figured out but please check my understanding. I was > confused with the groupname vs group field. It looks like if I update the > foriegn key field group the groupname field will u

Re: [openwisp] Network-topology conecting to openwrt router boards

2019-02-28 Thread Federico Capoano
Hi Michael, I think the easiest is to receive the "RECEIVE" function, but you have to create a script that sends the topology and put that in cron. Here's an example with OLSRd, but it should be pretty similar to do it with Batman-adv: http://wiki.ninux.org/TopologyVisualizer#Esempio_script_per_R

Re: [openwisp] Openwisp solution required

2019-03-13 Thread Federico Capoano
Hi Naisamuddin, your question is very broad and cannot be answered exhaustively in one email. I will try to point you in the right direction though. See below. On Mon, Mar 11, 2019 at 1:31 PM Naisamuddin pk wrote: > Hi Team, > > I would like to use OpenWisp for following requirement. Please su

Re: [openwisp] OpenVPN configuration

2019-03-19 Thread Federico Capoano
Hey Karol, what happens if you save? Do you get a validation error? I had the same problem recently and it was because of the new "context" field, I sent a fix for it last month: https://github.com/openwisp/django-netjsonconfig/commit/59dbd8691b66ba7c947593b829583a57b7ba5313 Is your code up to dat

Re: [openwisp] OpenVPN configuration

2019-03-19 Thread Federico Capoano
> works properly or openwisp will handle that? > > On Tue, 19 Mar 2019 at 16:07, Federico Capoano > wrote: > >> Hey Karol, >> >> what happens if you save? Do you get a validation error? >> I had the same problem recently and it was because of the new "con

Re: [openwisp] Openwisp solution required

2019-03-19 Thread Federico Capoano
gt; Thanks a lot for detailed reply. > I would like to install OpenWisp on Public cloud and centrally manage > access point . > How can i achieve captive portal on this case.? I don't want to implement > captive portal locally on the AP.? > > Thanks, > Naisam > >

[openwisp] Re: GSOC 2019

2019-03-19 Thread Federico Capoano
Hi Yogya, just send your questions here. I will update the ideas page in the next days or over the weekend. Federico On Monday, March 11, 2019 at 10:12:58 AM UTC-5, yogya.me...@gmail.com wrote: > > *Hello Openwisp,* > > My name is Yogya. I am a Computer Science Engineer from ,DELHI,INDIA. >

[openwisp] Re: GSoC 2019 project

2019-03-19 Thread Federico Capoano
Hi Noumbissi, just send your questions here. I will update the ideas page in the next days or over the weekend. Federico On Saturday, March 2, 2019 at 3:29:34 AM UTC-5, Noumbissi Valere wrote: > > Hello World > I am Noumbissi Valere a Computer Engineering student from the university > of Bu

Re: [openwisp] OpenVPN configuration

2019-03-21 Thread Federico Capoano
rong please correct me) > > On Tue, 19 Mar 2019 at 20:44, Federico Capoano > wrote: > >> Are you changing the configuration of a Device, Template or VPN Server? >> >> Since from your config it looks like you are dealing with a client VPN, I >> think it's eit

Re: [openwisp] GSoC 2019 pre-submission review

2019-03-21 Thread Federico Capoano
Ajay, is good to see that you're working hard on this. Since is very early to send submissions, I suggest to wait for the final phase of the review stage to submit it and focus now on understanding the problem we're trying to solve with questions, prototyping, testing and so on. I also do not sug

<    2   3   4   5   6   7   8   9   10   11   >