You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Novikov (JIRA)" <ji...@apache.org> on 2018/01/12 02:16:00 UTC

[jira] [Comment Edited] (IGNITE-5697) Web Console should be configurable for IPv4 connections

    [ https://issues.apache.org/jira/browse/IGNITE-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323432#comment-16323432 ] 

Andrey Novikov edited comment on IGNITE-5697 at 1/12/18 2:15 AM:
-----------------------------------------------------------------

This problem was fixed by adding host parameter in settings: {code}srv.listen(settings.server.port, settings.server.host){code}
By default settings.server.host = '127.0.0.1', settings.server.port = 3000


was (Author: anovikov):
This problem was fixed by adding host parameter to settings: {code}srv.listen(settings.server.port, settings.server.host){code}
By default settings.server.host = '127.0.0.1', settings.server.port = 3000

> Web Console should be configurable for IPv4 connections
> -------------------------------------------------------
>
>                 Key: IGNITE-5697
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5697
>             Project: Ignite
>          Issue Type: Bug
>          Components: wizards
>    Affects Versions: 2.0
>            Reporter: Michael Griggs
>            Assignee: Michael Griggs
>             Fix For: 2.3
>
>
> When an IPv6 network interface is available, NodeJS will always prefer that to an IPv4 interface.  This causes problems if IPv6 is not fully operational on the network.  
> This fix will add the ability to specify that IPv4 should be used.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)