-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
IP [::1] makes the instance unusable #13943
Comments
Does it work if you start the webserver like:
|
when I started it with 0.0.0.0 it worked just fine |
@danielkesselberg
The address 0:0:0:0:0:0:0:0 is called the unspecified address. It The unspecified address must not be used as the destination address Edit due to fast saving. edit 2: edit 3: |
is not a valid value for inet_pton (this function is leading to the fatal error) . |
inet_pton works with addresses only. [something] is no address while something would be the address. AFAIR notation [address] is to help some software like browsers. There is no real technical reason to have braces when using IP v6. Address is inside braces there and braces have to be removed before using address. If memory servs well there are some additional pitfalls like leading 0s (i.e. 0:0:0:0:172:...). |
Steps to reproduce
Expected behaviour
Have a working instance
Actual behaviour
Fatal error. My address is shown as
[::1]
.Server configuration
Nextcloud version:
happened on stable15 and current master
Updated from an older Nextcloud/ownCloud or fresh install:
fresh
The text was updated successfully, but these errors were encountered: