Replies: 1 comment 6 replies
|
This image is host-network oriented, so bridged/routed AP behavior is mostly a host networking problem rather than a Docker bridge setting. The README run command uses A dynamic host IP is fine for reaching the web UI if you use DHCP/DNS, but the AP bridge/routing rules still need to match the host interfaces and address plan. I do not see a one-option dynamic bridged-AP mode in this Docker image. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I was wondering if it would be a good idea to introduce a bridged mode with a dynamic IP. I understand from the documentation that you make the case for a static IP address to access the web interface. But in a situation where this will be deployed with local names and local DNS resolution, the requirement for a static IP disappears, does it not? This would also help the case when one tries to deploy this in Docker, where the IP of the Docker host is dynamic as well. Am I missing something? Thank you for this. It is a great piece of software.
All reactions