Hello,
How did you release the door? was it on the NSG? on the Interface?
Can you send a print?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Hello,
How did you release the door? was it on the NSG? on the Interface?
Can you send a print?
what do you mean by releasing the door?
and yes, it is on the NSG
Hi @BoozyAF
Have you allowed incoming port 7777 (TCP/UDP) in the local firewall on the VM hosting your game server?
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