Locator port change

Results 1 to 5 of 5
  1. #1
    Apprentice Quassar is offline
    MemberRank
    Sep 2004 Join Date
    RomaniaLocation
    5Posts

    Locator port change

    Hello guys, is long time since my last post, anyway, i came back to Gunz server after a long time, i discovered i have a problem not with the server or client, cause in LAN i can play with no problem, me and my friends, the problem is : The Locator Port is filtered by many ISP cause is used by a worm to propagate.
    here is the link to one page showing that: https://forums.speedguide.net/port.php?port=8900;

    I was talking with te ISP and they dont want to quit the filter because is a security risk, so i am forced to change the port of Locator from 8900 to other port. If any one can give me a hint regarding this problem is welcome. Thank you all for your efforts and for the work done here on the Ragezone.


  2. #2
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: Locator port change

    thats kinda stupid for an isp to block it because whoever made the worm could just simply edit 8900
    in there source and rerelease

  3. #3
    The beer?? Its here !!! Rotana is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    1,733Posts

    Re: Locator port change

    Quote Originally Posted by Quassar View Post
    Hello guys, is long time since my last post, anyway, i came back to Gunz server after a long time, i discovered i have a problem not with the server or client, cause in LAN i can play with no problem, me and my friends, the problem is : The Locator Port is filtered by many ISP cause is used by a worm to propagate.
    here is the link to one page showing that: https://forums.speedguide.net/port.php?port=8900;

    I was talking with te ISP and they dont want to quit the filter because is a security risk, so i am forced to change the port of Locator from 8900 to other port. If any one can give me a hint regarding this problem is welcome. Thank you all for your efforts and for the work done here on the Ragezone.
    You can change the port of the locator in the locator.ini

    Code:
    [NETWORK]
    IP="192.168.1.4"
    PORT="6050"
    see I setted mine to port 6050

    now comes the hard part. Open theduel.exe in ollydbg
    and search for the command , CTRL + S , push 22c4

    you will find one, change that one to push 17a2.

    Now you client will connect to port 6050 on UDP for the Locator.

    Greetz Rotana

  4. #4

    Re: Locator port change

    Rotana, how do you find the "Push <number>" numbers?

  5. #5
    The beer?? Its here !!! Rotana is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    1,733Posts

    Re: Locator port change

    Quote Originally Posted by Linear88 View Post
    Rotana, how do you find the "Push <number>" numbers?
    Open it with ollydbg
    Go to the first line,
    Press CTRL + S
    type in the command you want to search.



Advertisement