Re: [openwisp] openwisp l2 Network

2023-10-13 Thread Federico Capoano
Yes, it looks correct. Federico On Thu, 12 Oct 2023 at 22:03, 'Xavier Aizaga' via OpenWISP < openwisp@googlegroups.com> wrote: > Xavier Aizaga > 2:50 PM (3 minutes ago) > to openwisp > Hi Federico, > > Thanks for your help, I used this conf. in the playbook. Is this correct? > > > - hosts: openw

Re: [openwisp] openwisp l2 Network

2023-10-12 Thread 'Xavier Aizaga' via OpenWISP
Xavier Aizaga 2:50 PM (3 minutes ago) to openwisp Hi Federico, Thanks for your help, I used this conf. in the playbook. Is this correct? - hosts: openwisp2 become: "{{ become | default('yes') }}" roles: - openwisp.openwisp2 vars: openwisp2_default_from_email: "u...@dominio.com"

Re: [openwisp] openwisp l2 Network

2023-10-12 Thread 'Xavier Aizaga' via OpenWISP
Hi Federico, I used this conf. in the playbook. Is this correct? - hosts: openwisp2 become: "{{ become | default('yes') }}" roles: - openwisp.openwisp2 vars: openwisp2_default_from_email: "u...@dominio.com" openwisp2_network_topology: true # in the playbook variables add:

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] openwisp l2 Network

2023-10-11 Thread 'Xavier Aizaga' via OpenWISP
Hi Everybody, im new in openwip so i want to configure this: OpenWISP locally in the same L2 network where devices are located, you can set: OPENWISP_MONITORING_MANAGEMENT_IP_ONLY = False in the django settings.py and restart OpenWISP with "supervisorctl restart all". but i want to Know the