I want to open port 14445 to create a game sever Microsoft Azure VM

Tín Tòn 0 Reputation points
2023-08-02T14:45:46.43+00:00

When i check on ping.eu it said that ip:14445 port is closed, what can i do

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,380 questions
{count} votes

2 answers

Sort by: Most helpful
  1. vipullag-MSFT 26,436 Reputation points
    2023-08-02T15:52:12.29+00:00

    Hello Tín Tòn

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Make sure that the Network Security Group associated with your Azure VM allows incoming traffic on port 14445. If you have already created an inbound rule that allows traffic on this port and ping.eu on the public IP of VM is showing as closed, then check Windows Firewall (or any other firewall software you are using) allows incoming traffic on port 14445.

    Hope this helps.

    0 comments No comments

  2. Dillon Silzer 57,636 Reputation points
    2023-08-02T17:45:47.4033333+00:00

    Hello Tin,

    Have a look at the following documentation (screenshots provided):

    https://serverhealers.com/blog/open-ports-to-a-virtual-machine-in-microsoft-azure

    Steps:

    1. Go to the Azure portal and find your Resource group with your Azure VM. Click your Azure VM.
    2. Click on the "Networking" section.
    3. Click on "Add inbound port rule" to create a new rule for the port you want to open.
    4. Choose the protocol (TCP or UDP) and specify the port number that you want to open.
    5. Select the source IP address or range of IP addresses that you want to allow access to the port.
    6. Choose the action you want to take on the traffic (allow or deny).
    7. Click on "Add" to create the new inbound rule.

    Cited from https://learn.microsoft.com/en-us/answers/questions/1190066/how-can-i-open-a-port-in-azure-so-that-a-constant


    If this is helpful please accept answer.

    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.