Why can't anyone connect to my VM through port 43594

Socom 0 Reputation points
2023-06-19T02:45:44.1966667+00:00

I recently just activatet my VM and I went into my Firewall and made a new rule allowing incoming connections through port 43594 TCP & UDP but upon testing am still not able to connect. I am clearly missing something but I can't figure out what it is. Any help would be greatly appreciated.

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,776 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2023-06-19T03:28:29.3+00:00

    First place to check is at Effective security rules from Network settings to see the external connection on port 43594 is working or not. Make necessary changes so that the same port is not blocked for outbound connections.

    From the VM, do a telnet to the port.

    telnet localhost 43594

    Telnet ok status means that the port is listening and no issues in the VM configuration

    Then it could be an issue with ISP also. The following url is an online tool to check the open ports. Use your public IP and port to test it remotely

    https://www.yougetsignal.com/tools/open-ports/

    If it looks blocked, I guess ISP is blocking the port and need their support


    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. msrini-MSFT 9,291 Reputation points Microsoft Employee
    2023-06-19T07:29:42+00:00

    Hi, Can you try to execute netstat -ano and check if the port which you wanted to connect is listening ? Then check your guest os firewall - Windows firewall or IP tables to see if that port is allowed or not.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.