Hi All,
I am new to this Project.We are trying to setup the Openwisp2 service with openwisp-monitoring on digital ocean server, I followed the below link to install openwisp server
Also I installed Openvpn server using below link
Now I am able to register my device to the server and able to change the configuration of the router and also my Openvpn tunnel is up.
But the issue is I am not getting the Management ip: in the server and also in checks ping is failing as shown in status image.And the device is always in Critical state.The configuration on my openwrt device is
/etc/config/openwisp
config controller 'http'
option interval '120'
option verify_ssl '0'
option mac_interface 'eth0.1'
option uuid 'XXXX'
option key 'XXXX'
option management_interface 'tun0'
list unmanaged 'network.loopback'
config monitoring 'monitoring'
option included_interfaces 'tun0'
Can you please help me to solve this problem.
Thank you,