Azure Inbound and outbound ports are not working

sai kumar kadiveti 46 Reputation points
2021-08-15T14:26:28.91+00:00

Hi

Opened the ports from the Azure portal for 9200. When I do telnet it shows no route found for the host.

But when I do telnet for 22 it is able to show the details like connected.

Could you please help me with this?

Thanks,
Sai

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,311 questions
{count} votes

Accepted answer
  1. SUNOJ KUMAR YELURU 14,021 Reputation points MVP
    2021-08-15T14:36:54.047+00:00

    Hi @sai kumar kadiveti

    Telnet it shows no route found for the host
    Service is not listening or host is offline

    sudo systemctl status SERVICENAME  
    

    Please make sure port 9200 is listening in the OS level.

      netstat -anp | grep 9200  
    

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful