<div dir="ltr">Hi folks,<div><br></div><div>I disabled ipv6 on Rhel7 since I had some problems with proxies, </div><div>for some reasons jabberd-router listens only on tcp6 during startup, I check config files and didn't find anything suspicious,</div><div><br></div><div><div> <!-- Local network configuration --></div><div>  <local></div><div>    <!-- IP address to bind to (default: 0.0.0.0) --></div><div>    <ip>::</ip></div><div><br></div><div>    <!-- Port to bind to (default: 5347) --></div><div>    <port>5347</port></div><div><br></div><div>    <!-- File containing the user table. This is where the router gets</div><div>         its component and secret information from for component</div><div>         authentication.--></div><div>    <users>/etc/jabberd/router-users.xml</users></div><div><br></div><div>    <!-- Shared secret used to identify XEP-0114 components (that is,</div><div>         "jabber:component:accept" components that authenticate using</div><div>         the Jabber Component Protocol's "handshake", for example</div><div>         mu-conference). If this is commented out, support for XEP-0114</div><div>         components will be disabled. --></div><div>    <secret>cfd1bee12672e7f7e6abe34c4aec00f6b5963259</secret></div><div><br></div><div>    <!-- File containing an SSL certificate and private key for client</div><div>         connections. From SSL_CTX_use_certificate_chain_file(3):</div><div>         "The certificates must be in PEM format and must be sorted</div><div>         starting with the subject's certificate (actual client or</div><div>         server certificate), followed by intermediate CA certificates</div><div>         if applicable, and ending at the highest level (root) CA"</div><div>         (the latter one being optional).</div><div>         If this is commented out, connecting components will not be able</div><div>         to request an SSL-encrypted channel. --></div><div>    <!--</div><div>    <pemfile>/etc/jabberd/server.pem</pemfile></div><div>    --></div><div>  </local></div></div><div><br></div><div>Any thoughts? </div></div>