Elasticsearch connection error on server

hi,

I am using putty server . I downloaded ES 2.3.3 and I installed java. After I tried to connection of ES. My ıp number:187.45.254.52
Also I changed network.host:187.45.254.52 in elasticsearch.yml

[root@elasticsearch ~]# service elasticsearch start
Starting elasticsearch (via systemctl):  ok

After:

[root@elasticsearch ~]# curl -XGET 'http://187.45.254.52:9200'

{
  "name" : "Coldfire",
  "cluster_name" : "elasticsearch",
  "version" : {
    "number" : "2.3.3",
    "build_hash" : "218bdf10790eef486ff2c41a3df5cfa32dadcfde",
    "build_timestamp" : "2016-05-17T15:40:04Z",
    "build_snapshot" : false,
    "lucene_version" : "5.5.0"
  },
  "tagline" : "You Know, for Search"
}

However when I writed on browser 187.45.254.52:9200 but it is not working. I don't understand? It says:

This site can not be reached
  187.45.254.52 took too long to respond to the main machine.
Make a search on Google on 187 254 9200
ERR_CONNECTION_TIMED_OUT

What is the problem?

My log file:

[2016-06-07 03:16:36,665][WARN ][env                      ] [Mephisto] max file descriptors [65535] for elasticsearch process likely too low, consider increasing to at least [65536]
[2016-06-07 03:16:38,636][INFO ][node                     ] [Mephisto] initialized
[2016-06-07 03:16:38,636][INFO ][node                     ] [Mephisto] starting ...
[2016-06-07 03:16:38,707][INFO ][transport                ] [Mephisto] publish_address {187.45.254.52:9300}, bound_addresses {187.45.254.52:9300}
[2016-06-07 03:16:38,711][INFO ][discovery                ] [Mephisto] elasticsearch/eWTz-qKKTkeKxMrVt5dmQQ
[2016-06-07 03:16:41,757][INFO ][cluster.service          ] [Mephisto] new_master {Mephisto}{eWTz-qKKTkeKxMrVt5dmQQ}{187.45.254.52}{187.45.254.52:9300}, reason: zen-disco-join(elected_as_master, [0] joins received)
[2016-06-07 03:16:41,771][INFO ][http                     ] [Mephisto] publish_address {187.45.254.52:9200}, bound_addresses {187.45.254.52:9200}
[2016-06-07 03:16:41,771][INFO ][node                     ] [Mephisto] started
[2016-06-07 03:16:41,797][INFO ][gateway                  ] [Mephisto] recovered [0] indices into cluster_state

156.58.145.48:9200

Firewall maybe?

No I closed Firewall. It is not working still.

I reinstalled my server.
I installed java and ES 2.3.3. So I started ES and it worked.
After I installed Vesta Panel and I try to connect ES. However ES didn't work.
Why?

I don't know what Vesta Panel is so I can't help sorry.