Port not open to public

BoozyAF 1 Reputation point
2022-12-15T21:01:37.673+00:00

Hello,

I'm having issues connecting to my server. I have made a game server that requires the use of port 7777, but when making a rule for that in TCP, UDP and Any, the port is still closed to the public.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Rudinei Correa 76 Reputation points
    2022-12-15T21:09:47.91+00:00

    Hello,

    How did you release the door? was it on the NSG? on the Interface?
    Can you send a print?

    0 comments No comments

  2. BoozyAF 1 Reputation point
    2022-12-15T21:11:44.2+00:00

    271211-image.png

    what do you mean by releasing the door?
    and yes, it is on the NSG

    0 comments No comments

  3. Anders Jensen 106 Reputation points
    2022-12-18T03:14:39.527+00:00

    Hi @BoozyAF
    Have you allowed incoming port 7777 (TCP/UDP) in the local firewall on the VM hosting your game server?

    0 comments No comments

  4. dkrishnaveni-MSFT 1,961 Reputation points Microsoft Employee
    2022-12-26T15:41:22.42+00:00

    Hi,

    Please make sure that Port 7777 is allowed in the NSG Inbound Rule. I see that is allowed.
    Make sure that the IP tables have an allow rule for port 7777.
    Do a "netstat -ano" to see if the service is listening on port 7777.

    Regards,
    Divya

    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.