ideascube / ansiblecube

Ansible playbook to quickly deploy an ideascube server and much more !
MIT License
5 stars 9 forks source link

Remove dnsmasq spoof #171

Closed fheslouin closed 6 years ago

fheslouin commented 6 years ago

When Internet connexion is absent, we spoof DNS entry and answer to all name request by koombook.lan / 192.168.2.1

This is quite handy but this lead to some issue. When connected to our AP, Android device got all name resolution resolve to koombook.lan, even when the device is 3G connected which is quite annoying for the end user.

Our device should then behave as when the device is connected to Internet : All connexion are redirect to our captive portal at the first time, then end-user can visit any website.

This PR should solve this issue

swbsf commented 6 years ago

Before going too much into the technical stuff, I'd rather try to understand better your issue :

fheslouin commented 6 years ago

After some test this PR does not improve anything. Closing