Skip to content

Default to IPv6 wildcard #83

@Be-El

Description

@Be-El

Hi,

(not sure whether this should be fixed in this repo or in the omero web repository itself)..

within the docker image the web services is binding to 0.0.0.0:4080 by default (defined in /opt/omero/web/config/00-omero-web.omero).

This leads to a number of hard to debug problems if you want to run your setup IPv6 only. External requests won't work.

The solution is switching to the IPv6 wildcard "[::]" instead of 0.0.0.0. Since this wildcard also covers the IPv4 range, I would propose to either

a) change the default to the IPv6 wildcard

or

b) add a paragraph for IPv6 support to the documentation, explicitly pointing out the need to change the binding address.

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions