coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
512 stars 258 forks source link

TUN device does not come up #543

Open ashe-senkatuuka opened 2 years ago

ashe-senkatuuka commented 2 years ago

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:

  1. br-guest (which should have the hotspot)
  2. br-lan
  3. 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