Linux Azure VM Local address configuration

Hi,
I have to followed the linux eventstore installtion;

https://github.com/EventStore/EventStore/wiki/Setup-EventStore-on-Windows-Azure

I have been able to log in.

My problem is, I have configured the endpoints in azure.

I can log in to the admin dashboard, but I am unable to connect to the eventstore using ipaddress and port.

I have run the following command netstat -tnl

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address Foreign Address State

tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN

tcp 0 0 127.0.0.1:1113 0.0.0.0:* LISTEN

tcp 0 0 127.0.0.1:2113 0.0.0.0:* LISTEN

tcp 0 0 10.128.0.20:16001 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN

tcp6 0 0 :::22 :::* LISTEN

How is the Local address 1.27.0.1:2113 set?

Regards

Michael

127.0.0.1 is localhost which is the default setting.

See http://docs.geteventstore.com/server/3.1.0-pre/command-line-arguments/

--int-ip=ip
--ext-ip=-ip

you can also set ports similarly.