I have a situation, I create a server that is working correctly via local.
I want to play with some friends so I try to make it work online but it ddnt.
Notes:
I make the Port
And I make 2 Inbound rules one for TCP and other for UDP
Also I make 2 OutBound rules rules one for TCP and other for UDP
This is mi server info in the start file
Serverkey: XXXXXXXXXXXXXXXX
GameDSM: 2
GameIP: localhost
GamePort: 4977
ServerCFG=ZM-Dedicated-Server.cfg
And In the Dedicated server I only put a password and name
sv_hostname "TEST ONLINE 1234"
g_password "123"
Any idea why isn't working?