Elastic Search 7.3 not working with ip address in redhat 7 server

issue resolved ::

port 9200 is disabled so just i enabled now it is working

iptables -I INPUT -p tcp --dport 9200 --syn -j ACCEPT

iptables -I INPUT -p udp --dport 9200 -j ACCEPT