Jump to content

jim00x

Members
  • Posts

    6
  • Joined

Community Answers

  1. jim00x's post in two servers same login was marked as the answer   
    second server  conf/char_athena.conf
     // Whatever text is commented will not be parsed by the servers, and serves
    // only as information/reference.
    // Server Communication username and password.
    userid: SS1
    passwd: PP1
    // Server name, use alternative character such as ASCII 160 for spaces.
    // NOTE: Do not use spaces or any of these characters which are not allowed in
    //       Windows filenames \/:*?"<>|
    //       ... or else guild emblems won't work client-side!
    server_name: rAthena_v18.03
    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    wisp_server_name: Server
    // Login Server IP
    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    login_ip: 192.168.1.20
    // The character server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    bind_ip: 127.0.0.1
    // Login Server Port
    login_port: 6900
    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    char_ip: 127.0.0.1
    // Character Server Port
    char_port: 6122
     second server  conf/map_athena.conf
    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: SS1
    passwd: PP1
    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    char_ip: 127.0.0.1
    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    bind_ip: 127.0.0.1
    // Character Server Port
    char_port: 6122
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: 192.168.1.20
    // Map Server Port
    map_port: 5122
     
    login table
    1 S1 P1 S [email protected] 0 0 0 0 244 2018-4-20 19:18:33 192.168.1.20  0  0 0 0
    0 SS1 PP1 S [email protected] 0 0 0 0 8 2018-4-20 19:37:24 192.168.1.20  0  0 0 0       <---  second server           
×
×
  • Create New...