coova / coova-chilli

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

Tun.c not found. #431

Closed doguskysilva closed 4 years ago

doguskysilva commented 6 years ago

When i run the coova-chilli in my openWRT in logs after start show this tun.c: 551: 2 (No such file or directory) open() failed

jobezic commented 6 years ago

Do you have the tun module loaded on your system?

lsmod | grep tun

If not install the kmod-tun package.