-
Notifications
You must be signed in to change notification settings - Fork 55
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
Quiestion - access to internet in AP mode #208
Comments
If the Ethernet connection has an upstream connection and is using DHCP, then it will configure to use that when connected. |
Note that this capability is part of the Comitup image, not the package itself. |
Thanks for the reply. I have already been able to make it work, the only thing I added is this command Tranks! |
The current DNS behavior is key to make the captive portal work. Changing the DNS IP would break that. You probably would be interested in the proposed enhancement in #168 |
Upon reflection, there are multiple strategies for implementing the captive portal - both defined in dns-hotspot.conf. Option 160 explicitly defines a captive portal url. Option 6 defines a dns server to be used, which, in this case, returns the IP of the device for all requests. You MAY be able to switch option 6 to a real dns server and still have a working captive portal, relying on option 160. I have no idea which platforms would break from this. If it does work "correctly", you probably won't like it. It will still show the portal pages for all web requests (in HOTSPOT mode), while routing all other traffic over the external connection. It's been several years since I worked through this, and, at the time, determined that I needed both. Bottom line, #168. |
Hi!
It´s possible have internet access if the ethernet cable is connected. In some cases, i want to access to internet.
Thanks!
The text was updated successfully, but these errors were encountered: