Jump to content

Metin2 Server with RadminVPN


Recommended Posts

  • Active+ Member

I started to create a server yesterday, i downloaded a server file from this forum,set it up and the pc that is hosting the server i can connect with no trouble, but i want for my main pc to also be able to connect, using radmin since hamachi cause a bit of problems, i also thought of Ngrok or something similar, but idk how i would set it up since if im not wrong ngrok does tcp/udp forward for a specific port, and idk what port is the one i have to use.

The server has a serverinfo.py on the root files and it has this:

SERVER_NAME            = "Metin2"
SERVER_NAME_TEST    = "Servidor de Testes"
SERVER_IP            = "26.81.175.21"
SERVER_IP_TEST        = "127.0.0.1"
CH1_NAME            = "Channel 1"
CH2_NAME            = "Channel 2"
CH3_NAME            = "Channel 3"
CH4_NAME            = "Channel 4"
PORT_1                = 13000
PORT_2                = 13010
PORT_3                = 13020
PORT_4                = 13030
PORT_AUTH            = 11000
PORT_MARK            = 13000

STATE_NONE = "..."

STATE_DICT = {
    0 : "",
    1 : "NORMAL",
    2 : "OCUPADO",
    3 : "CHEIO"
}

SERVER01_CHANNEL_DICT = {
    1:{"key":11,"name":CH1_NAME,"ip":SERVER_IP,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,},
    2:{"key":12,"name":CH2_NAME,"ip":SERVER_IP,"tcp_port":PORT_2,"udp_port":PORT_2,"state":STATE_NONE,},
    3:{"key":13,"name":CH3_NAME,"ip":SERVER_IP,"tcp_port":PORT_3,"udp_port":PORT_3,"state":STATE_NONE,},
    4:{"key":14,"name":CH4_NAME,"ip":SERVER_IP,"tcp_port":PORT_4,"udp_port":PORT_4,"state":STATE_NONE,},
}

SERVER02_CHANNEL_DICT = {
    1:{"key":21,"name":CH1_NAME,"ip":SERVER_IP_TEST,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,},
    2:{"key":22,"name":CH2_NAME,"ip":SERVER_IP_TEST,"tcp_port":PORT_2,"udp_port":PORT_2,"state":STATE_NONE,},
}

REGION_NAME_DICT = {
    0 : "",
}

REGION_AUTH_SERVER_DICT = {
    0 : {
        1 : { "ip":SERVER_IP, "port":PORT_AUTH, },
        2 : { "ip":SERVER_IP_TEST, "port":PORT_AUTH, },

    }
}

REGION_DICT = {
    0 : {
        1 : { "name" :SERVER_NAME, "channel" : SERVER01_CHANNEL_DICT, },
        2 : { "name" :SERVER_NAME_TEST, "channel" : SERVER02_CHANNEL_DICT, },
    },
}

MARKADDR_DICT = {
    10 : { "ip" : SERVER_IP, "tcp_port" : PORT_MARK, "mark" : "10.tga", "symbol_path" : "10", },
    20 : { "ip" : SERVER_IP_TEST, "tcp_port" : PORT_MARK, "mark" : "20.tga", "symbol_path" : "20", },
}
 

What can i do to be able to connect to the server?

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Active+ Member
1 hour ago, V0lvox said:

jesus. Just buy a 5€ Cloud VPS and dont think about all these problems

I already solve the problem, its going to be a server only for friends, and im not willing to pay for a vps maybe if i put it for public

Link to comment
Share on other sites

  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 2

      Feeding game source to LLM

    2. 0

      Target Information System

    3. 2

      Feeding game source to LLM

    4. 2

      anti exp explanation pls

    5. 2

      Feeding game source to LLM

    6. 2

      anti exp explanation pls

    7. 0

      [GR2] Positioning an object added with "Attach"

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.