Hi,
To set the bind address explicitly, start brooklyn with something like:
brooklyn launch --bindAddress 0.0.0.0
If you run `brooklyn help launch` you'll see all the available options.
You should also configure your brooklyn.properties to have some security
(it defaults to loopback if that is missing, and no bind address has
been explicitly set):
brooklyn.webconsole.security.users=admin
brooklyn.webconsole.security.user.admin.password=password
Aled
On 16/06/2014 16:52, Jesus arteche wrote:
Hey gys,
I´m new in Brooklyn, I´m deploying brooklyn on cloud, and I would like to
access to the web console using the external network interface, not the
loopback...anyone can help me to change it?
Thanks