Am running OpenWrt 19.07.7 on a glinet mini router. I have used opkg update and opkg install coova-chilli to get coova chilli running
Here is output of /var/run/chilli_cfgXXXXXX.conf
tundev="tun0"
net="192.168.180.0/22"
uamlisten="192.168.182.1"
lease="86400"
leaseplus="600"
ipup="/etc/chilli/up.sh"
ipdown="/etc/chilli/down.sh"
dhcpif="br-guest"
uamserver="https://radius.chillispot.org/hotspotlogin"
The router has three active network interfaces:
- br-guest (which should have the hotspot)
- br-lan
- eth0 (inernet link)
According to the documentation on: OpenWrt Documentation only the /etc/config/chilli file needs to be edited to get the TUN device running
However after following the guide and issue ifconfig, the TUN device is not available