- cp feeds.conf.default feeds.conf - echo "src-git openwisp https://github.com/openwisp/OpenWISP-Firmware.git" >> feeds.conf - ./scripts/feeds update - ./scripts/feeds install openwisp-fw - make menuconfig # (choose your arch and include openwisp-fw package and submodule if appropriate) - export OPENWISP_CONF="overlay.tar.gz" - make -j 1 V=sOnce I load this openWISP -firmware supported image I expect discovery of AP by OPENWISP-manager, but hard luck I dont see anything happening at both the ends.
4. Overlay.tar.gz I am exporting but I dont have it anywhere );
etc ├── config │ └── owispmanager ├── openvpn │ ├── ca.crt │ ├── client.crt │ └── ta.key └── shadow
3 export OPENWISP_CONF= "/home/overlay.tar.gz"4.make V=s
--
You received this message because you are subscribed to a topic in the Google Groups "OpenWISP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openwisp/cNsZNyzFGjc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openwisp+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Code for openWISP firmware is compiled with overlay configuration file after loading the image I see following logs.Few questions:- Do I need openvpn on openWISP1- manager side ?
- Once the openWISP -firmware comes up I dont see cerificates though I got as part of openfirmware compilation.
- When both openWISP-manager and firmware comes up how the handshake starts , how can I get to know,is it through ethernet or wireless ?
- When both openWISP-manager and firmware comes up how the handshake starts , how can I get to know,is it through ethernet or wireless ?
tail -n 100 /tmp/owispmanager.statusTo install openvpn, you could use:
https://github.com/Stouts/Stouts.openvpn
I use it on a couple of deployments and I even contributed to it to add a few use cases.
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+u...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to openwisp+unsubscribe@googlegroups.com.
--
For more options, visit https://groups.google.com/d/optout.
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to openwisp+unsubscribe@googlegroups.com.
Take a look at the log in /tmp/owispmanager.status
See also the openvpn log on the server side.
Report what you find here.
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+u...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to openwisp+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
The VPN cannot establish correctly, most common causes are either misconfiguration or firewalls blocking the vpn.
The textyou posted is from the status file, not the vpn. Please check che vpn log.
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+u...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to openwisp+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
OpenWISP2 communicates over HTTPS and does not require a VPN.
You can and probably should use some kind of management vpn with openwisp2, but you can do this in a later step. The setup of openwisp2 should be easier: learning from the difficulties experienced in deploying openwisp1, I paid particular attention to make openwisp2 simpler. That's why I am suggesting everyone to use it, your feedback will help us improve it quickly so we can deprecate openwisp1 manager asap.
F.
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+u...@googlegroups.com.
/usr/lib/lua/luci/controller/openwisp/actions.lua:12: attempt to call global 'post' (a nil value) stack traceback: /usr/lib/lua/luci/controller/openwisp/actions.lua:12: in function 'v' /usr/lib/lua/luci/dispatcher.lua:536: in function 'createtree' /usr/lib/lua/luci/dispatcher.lua:201: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:168: in function </usr/lib/lua/luci/dispatcher.lua:167>
Thanks
Regards,
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+unsubscribe@googlegroups.com.
As you suggested openwisp2 controller relatively simpler and better documented.
Currently I am facing couple of issue with openwisp2 firmware-- Openwisp2 firmware is not able to communicate with the controller. Can you please suggest the location of the logs, I am not able to find it in the /tmp/openwisp directory
--Luci GUI interface throws below error. Any probable suggestions, as I am not much aware/usr/lib/lua/luci/controller/openwisp/actions.lua:12: attempt to call global 'post' (a nil value) stack traceback: /usr/lib/lua/luci/controller/openwisp/actions.lua:12: in function 'v' /usr/lib/lua/luci/dispatcher.lua:536: in function 'createtree' /usr/lib/lua/luci/dispatcher.lua:201: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:168: in function </usr/lib/lua/luci/dispatcher.lua:167>
--
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+unsubscribe@googlegroups.com.
--
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+unsubscribe@googlegroups.com.
Can you reach the openwisp2 web application at:
And can the device do that too (try with curl)?
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
--
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+u...@googlegroups.com.
--
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+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+unsubscribe@googlegroups.com.
--
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+unsubscribe@googlegroups.com.
The registration of the device is successful now.
The issue was that the script was not able to extract the MAC Address from the interface. I have hardcoded the MAC in the openwisp_config file.