I have a question, do the ports to open your server really work?

Lobolokoconobo 1 Reputation point
2022-03-01T01:03:32.24+00:00

I have a problem and it is that I have a windows server in azure and I wanted to open the ports 3000 3001 2096 I saw that I could check on your page if they are open or not, with all the steps I created the entry and exit rules of those ports and in azure tells me that they are open however they are not thanks to this page it tells you if the ports were opened or not and it tells me no.
Now, I already opened the ports in firewall rules from the windows server instance
and it still doesn't work178671-image.png

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,779 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,336 Reputation points
    2022-03-01T10:31:30.653+00:00

    @Lobolokoconobo Thank you for reaching out to Microsoft Q&A. I understand that you are having issues with opening ports to your Windows server, please correct me otherwise.

    I would encourage you to look at this document about Diagnosing a VM Network traffic filter problem. Here are some things to look out for to troubleshoot this issue:

    • You can associate an NSG to a subnet in an Azure virtual network, a network interface attached to a VM, or both. The effective security rules applied to a network interface are an aggregation of the rules that exist in the NSG associated to a network interface, and the subnet the network interface is in. Rules in different NSGs can sometimes conflict with each other and impact a VM's network connectivity. Please Diagnose the rules by looking into them in the Portal as given here.
    • Please verify the Effective Security Rules for the VM to look at the aggregate rules being applied to the Network Interface. Here is how to do the same:

    178846-2022-03-01-02-21-27-appgwvm-microsoft-azure-and-5.png

    • You can also run a quick test to determine if traffic is allowed to or from a VM, use the IP flow verify capability of Azure Network Watcher. IP flow verify tells you if traffic is allowed or denied. If denied, IP flow verify tells you which security rule is denying the traffic. If there are no security rules causing a VM's network connectivity to fail, the problem may be due to:
    • Firewall software running within the VM's operating system
    • Routes configured for virtual appliances or on-premises traffic. Internet traffic can be redirected to your on-premises network via forced-tunneling. If you force tunnel internet traffic to a virtual appliance, or on-premises, you may not be able to connect to the VM from the internet. To learn how to diagnose route problems that may impede the flow of traffic out of the VM, see Diagnose a virtual machine network traffic routing problem. Hope this helps.

    Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

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.