-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use hotspot and captive portal without internet (eth0) #455
Comments
What are the DNS servers set in chilli conf ? |
"208.67.222.222" and "208.67.220.220", the default of the script I'm using. OpenDNS I beliave
|
How can I solve the problem of not poping up? |
You should use local DNS in the same network than your internal webserver : 192.168.10.X If no internet access, chilli cannot resolve anything with your current DNS config. |
Can't I make the raspberry "auto-resolve" chilli itself? |
Chilli and the client need to resolve the portal page URL to start and get redirected. I've used dnsmasq to build a black hole for every dns request and answer it with the captive-portal-ip. |
Can you send me some links/more info? |
@acujl : maybe something like that : https://serverfault.com/questions/351108/using-dnsmasq-to-resolve-all-hosts-to-the-same-address ? |
Heya!
I've installed coova-chilli on a raspberry pi 3 using this script: https://github.com/pihomeserver/Kupiki-Hotspot-Script
I'm trying to use the hotspot and captive portal without internet but when I disconect the device (unplug eth) the captive portal stops working (Dosen't pop up on the phone for example).
I'm running a custom wordpress website as captive portal.
More detailled information here:
pihomeserver/Kupiki-Hotspot-Script#75 (comment)
The text was updated successfully, but these errors were encountered: