What port should i open if the locator port is -9500?

Results 1 to 3 of 3
  1. #1
    Member LGPaul is offline
    MemberRank
    Jul 2013 Join Date
    62Posts

    What port should i open if the locator port is -9500?

    Hello, is there any way to unblock a port called -9500? title says all, i've installed one firewall and i dont know how to unblock -9500 port, any suggestion?


  2. #2
    Retired. Don't PM. SecretsOThePast is offline
    DeveloperRank
    Jan 2009 Join Date
    643Posts

    Re: What port should i open if the locator port is -9500?

    -9500 is not a valid port number. Ports range from 0-65535.

    That being said, signed short is 0x0251 in hex, which is 593.

    You should just change your source to read port 593 in matchserver and open port 593, because it's the exact same thing except... you know, actually a valid port number.

    Ports cannot be negative.

  3. #3
    Member LGPaul is offline
    MemberRank
    Jul 2013 Join Date
    62Posts

    Re: What port should i open if the locator port is -9500?

    Thanks, i found out!
    Last edited by LGPaul; 10-11-14 at 10:02 PM.



Advertisement