coova / coova-chilli

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

"Sign in for Wi-Fi Network" doesn't appear on Android Notificacion / Iphone never pop up captive portal #390

Open carlosheiras17 opened 7 years ago

carlosheiras17 commented 7 years ago

Im just installed Coova-Chilli and its depencies on raspberry pi 3. The main issue i have is when i connect to the wifi network (using hostapd), android rarely show me the "Sign in ... " notification and IOS dont pop up the captive portal.

Android behaivor: When i click on the notification i get an android webview with "ERR_CONNECTION_RESET" but if i get redirected on port 80 the chilli captive portal appears on my google chrome.

Iphone behaivor: just dont pop up the captive portal but works on redirect trough port 80.

Coova chilli works fine using it trought web explorer, it redirects on port 80 but i need the notification on android.

wlanmac commented 7 years ago

Can you try compiling chilli with ./configure --disable-tcpreset ?

ajanta26 commented 6 years ago

I am facing the same issue, in my case DNS doesn't send response, hence captive portal page is not thrown. Tried "./configure --disable-tcpreset", although it did not help.

haternesto commented 6 years ago

Verify your server, if iptables service is installed. if not installed, do apt-get install iptables (ubuntu)

MarceloPaco commented 6 years ago

@wlanmac Why do you believe that --disable-tcpreset would resolve this issue?