-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
How to set IP address? #50
Comments
The application automatically selects the device's IP address. You can only choose between localhost, IPv4, IPv6 in "Settings - Server settings - IP" where "All" is automatic. The method for determining the IP looks like this
In the next version I will experiment and try to give the user a list of all available IPs. (I don't know how successful this will be) |
Would it be possible to use the IP address already assigned to the device for WIFI? Or add that selection as an option. |
10.0.0.24 |
The IP address is being assigned and I can't figure out how to change it. Problem is my netmask is 255.225.0.0 with machines being on 10.0.X.X. But HTTP-FS is picking 10.12.125.48 as the IP address for the server. Is there a way to change it?
The text was updated successfully, but these errors were encountered: