<div dir="ltr">Hi,<div><br></div><div>That&#39;s because Wildfly binds to 127.0.0.1 by default. Define system property jboss.bind.address to override the setting, for example: </div><div><br></div><div><div>export JAVA_OPTS=&quot;-Djboss.bind.address=0.0.0.0&quot;</div></div><div><br></div><div>Best regards,</div><div>Thomas</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 21, 2015 at 6:52 PM, Aritz Maeztu <span dir="ltr">&lt;<a href="mailto:amaeztu@tesicnor.com" target="_blank">amaeztu@tesicnor.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    I am launching keycloak 1.7.0.Final using the default configuration
    on a Windows 7 machine (standalone.bat). However, when I try to
    access it with some host name different than localhost (let&#39;s say
    <a href="http://myhostname.mycompany.com:8080/auth/" target="_blank">http://myhostname.mycompany.com:8080/auth/</a> or
    <a href="http://192.168.0.155:8080/auth/" target="_blank">http://192.168.0.155:8080/auth/</a>), the server doesn&#39;t respond. This
    makes some client I have configured work properly when I login in my
    host machine but not when I am in another one, since I need to have
    <a href="http://localhost:8080/auth/" target="_blank">http://localhost:8080/auth/</a> as &quot;auth-server-url&quot; in my client, but
    when performing redirection the url is not available obviously from
    a remote machine. <br>
    <br>
    That could sound a trivial question, but still I don&#39;t know how to
    solve it having looked the documentation up.<br>
    <br>
    Thanks in advance.<span class="HOEnZb"><font color="#888888"><br>
    <div>-- <br>
      
      <div>
        <table style="width:600;border-collapse:collapse">
          <tbody>
            <tr>
              <td style="border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#989898"> <span style="font-weight:bold">Aritz Maeztu Otaño</span><br>
                <span style="font-size:12px">Departamento Desarrollo
                  de Software</span> </td>
              <td style="border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#989898;padding-left:20px"> <a href="https://www.linkedin.com/profile/preview?vpa=pub&amp;locale=es_ES" target="_blank">
                  <img src="cid:part1.09090305.06090907@tesicnor.com" border="0">
                   </a> </td>
            </tr>
            <tr>
              <td> <a href="http://www.tesicnor.com" target="_blank"> <img src="cid:part3.02050908.08030509@tesicnor.com" border="0" width="143">
                  
                </a> </td>
              <td style="font-size:12px">
                <p style="padding-left:20px"> <span>Pol. Ind.
                    Mocholi.</span> <span>C/Rio Elorz, Nave 13E </span><span style="font-weight:bold">31110 Noain (Navarra)</span><br>
                  <span>Telf.: 948 21 40 40</span> <br>
                  <span>Fax.: 948 21 40 41</span> <br>
                </p>
              </td>
            </tr>
            <tr>
              <td colspan="2"> <span style="color:#009900;font-size:12px">Antes de imprimir este e-mail piense bien si es
                  necesario hacerlo: El medioambiente es cosa de todos.</span>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </font></span></div>

<br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></blockquote></div><br><div><br></div>
</div></div>