Skip to content
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

Automatic Redirection When IP Changes to Fixed #174

Open
lucasdellasantina opened this issue Aug 20, 2024 · 3 comments
Open

Automatic Redirection When IP Changes to Fixed #174

lucasdellasantina opened this issue Aug 20, 2024 · 3 comments
Labels
question Further information is requested

Comments

@lucasdellasantina
Copy link

Description:

By default, the device is configured to obtain its IP via DHCP. However, when DHCP is disabled and a fixed IP is assigned to the device, a restart is required. After the restart, it is observed that the browser continues to attempt to connect to the previously DHCP-assigned IP instead of automatically redirecting to the newly configured fixed IP.

Proposed Solution:

Implement an automatic redirection so that after restarting the device, the browser searches for the device's page at the newly assigned fixed IP.

This will improve the user experience by eliminating the need to manually find or remember the new IP.

image
image
image

@gtxaspec gtxaspec added the question Further information is requested label Sep 30, 2024
@gtxaspec
Copy link
Collaborator

you mean, when a static IP is set, redirect to the static IP after x seconds?

@lucasdellasantina
Copy link
Author

Exactly, the idea is not to lose the device after the change

@nicolasroche898
Copy link
Contributor

this can cause redirect loops, better to let the user change the URL manually.

note: openwrt also doesn't switch automatically when router IP is modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants