Hi,
Recently signed up to the Preview program now that you have Azure support, so keen to trial this.
I’ve created my first network, cluster and peered with existing infrastructure in my Azure subscription. However, I’m not able to reach any of the esdb endpoints from the VNET.
I have a Linux VM connected to the remote network on the same address space as defined in the Peering within the Cloud console. I can ping the following address (and get a reply), but receiving Connection Refused when attempting to reach the TCP ports as detailed in the Cloud Console:
Endpoints:
c05d7girh41gfmogum8g.mesdb.eventstore.cloud:1113
https://c05d7girh41gfmogum8g.mesdb.eventstore.cloud:2113/
esdb://c05d7girh41gfmogum8g.mesdb.eventstore.cloud:2113
ping c05d7girh41gfmogum8g.mesdb.eventstore.cloud
PING c05d7girh41gfmogum8g.mesdb.eventstore.cloud (10.0.0.4) 56(84) bytes of data.
64 bytes from 10.0.0.4 (10.0.0.4): icmp_seq=1 ttl=64 time=2.18 ms
64 bytes from 10.0.0.4 (10.0.0.4): icmp_seq=2 ttl=64 time=1.85 ms
64 bytes from 10.0.0.4 (10.0.0.4): icmp_seq=3 ttl=64 time=1.44 ms
64 bytes from 10.0.0.4 (10.0.0.4): icmp_seq=4 ttl=64 time=1.77 ms
64 bytes from 10.0.0.4 (10.0.0.4): icmp_seq=5 ttl=64 time=1.61 ms
64 bytes from 10.0.0.4 (10.0.0.4): icmp_seq=6 ttl=64 time=1.77 ms
^C
— c05d7girh41gfmogum8g.mesdb.eventstore.cloud ping statistics —
6 packets transmitted, 6 received, 0% packet loss, time 5008ms
rtt min/avg/max/mdev = 1.440/1.772/2.182/0.230 ms
telnet c05d7girh41gfmogum8g.mesdb.eventstore.cloud 1113
Trying 10.0.0.4…
telnet: Unable to connect to remote host: Connection refused
curl https://c05d7girh41gfmogum8g.mesdb.eventstore.cloud:2113
curl: (7) Failed to connect to c05d7girh41gfmogum8g.mesdb.eventstore.cloud port 2113: Connection refused
I’m unsure where to go next with this, anyone have any ideas?
John