I’ve put together this little experiment of mine, https://github.com/mastoj/winpuppet, where I plan to provision a windows server with event store (and elasticsearch and other stuff). As of know I can’t access the event store or elasticsearch service due to the firewall on the windows server which I discovered I need to turn off right before I went to work this morning. After turning the firewall off in the virtual windows server I can access the elasticsearch service, but I still can’t access the event store service even though I do port forward 2113. I’ve checked that the event store service is running, it’s accessible if I log into the virtual machine and visit localhost/127.0.0.1:2113, but I can’t do the same from my local machine. Why is it so?
I know I can fix this by configuring the network of the virtual machine and adding some configuration parameters to event store in my config here: https://github.com/mastoj/winpuppet/blob/master/modules/eventstore/files/eventstore.json, but I want to do if I do something wrong since I can’t access event store on the virtual server from my hosting machine, or if it is so be design?