Failed to connect to server

Results 1 to 7 of 7
  1. #1
    Novice cryheart is offline
    MemberRank
    Nov 2008 Join Date
    2Posts

    Failed to connect to server

    Hello, i'm getting "Failed to connect to server." error.

    Code:
    char_athena.conf
    Code:
    // Server Communication username and password.
    userid: hello
    passwd: hello
    
    // Server name, use alternative character such as ASCII 160 for spaces.
    // NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
    server_name: hello
    
    // 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.100
    
    // 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: 202.156.14.77
    
    // Character Server Port
    char_port: 6121
    Code:
    map_athena.conf
    Code:
    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: hello
    passwd: hello
    
    // 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: 192.168.1.100
    
    // 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: 6121
    
    // 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: 202.156.14.77
    
    // Map Server Port
    map_port: 5121
    Code:
    login_athena.conf
    Code:
    //bind_ip: 127.0.0.1
     
    // Login Server Port
    login_port: 6900
    Code:
    subnet_athena.conf
    Code:
    subnet: 255.255.255.0:192.168.1.100:192.168.1.100
    Code:
    packet_athena.conf
    Code:
    // IP rules
    //   allow : Accepts connections from the ip range (even if flagged as DDoS)
    //   deny  : Rejects connections from the ip range
    // The rules are processed in order, the first matching rule of each list (allow and deny) is used
    
    // allow: 127.0.0.1
    // allow: 192.168.0.0/16
    // allow: 10.0.0.0/255.0.0.0
    allow: all
    
    // deny: 127.0.0.1
    Code:
    inter_athena.conf
    Code:
    // MySQL Login SQL Server
    login_server_ip: 127.0.0.1
    login_server_port: 3306
    login_server_id: hello
    login_server_pw: hello
    login_server_db: hello
    
    // MySQL Character SQL server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: hello
    char_server_pw: hello
    char_server_db: hello
    
    // MySQL Map SQL Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: hello
    map_server_pw: hello
    map_server_db: hello
    
    // MySQL Log SQL Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: hello
    log_db_pw: hello
    log_db: logs
    
    // for TXT -> SQL convertors
    db_server_ip: 127.0.0.1
    db_server_port: 3306
    db_server_id: hello
    db_server_pw: hello
    db_server_logindb: hello
    Tell me if any more information need.
    Hope that my problem will be solved.
    Thanks in advance.

    cryheart


  2. #2
    Novice cryheart is offline
    MemberRank
    Nov 2008 Join Date
    2Posts

    Re: Failed to connect to server

    Sorry for double posting, i have another error.
    When i log in and create a character, it goes to "Please Wait" for like 1 minute and then give me "Disconnected from server." do you know how can i solve this problem?

    Thanks in advance.

  3. #3
    Apprentice Akinu is offline
    MemberRank
    Oct 2008 Join Date
    In a BoxLocation
    12Posts

    Re: Failed to connect to server

    Ya im new but I think you need to check your sclientinfo.xml and it should be in your data folder.
    and update ill try to help if i can.

  4. #4
    Account Upgraded | Title Enabled! jerrylovewaeyan is offline
    MemberRank
    Jul 2004 Join Date
    PhilippinesLocation
    332Posts

    Re: Failed to connect to server

    Quote Originally Posted by cryheart View Post
    Sorry for double posting, i have another error.
    When i log in and create a character, it goes to "Please Wait" for like 1 minute and then give me "Disconnected from server." do you know how can i solve this problem?

    Thanks in advance.

    be sure that your packetver in the server is same in your client.

  5. #5
    Alpha Member christoper is offline
    MemberRank
    Aug 2007 Join Date
    PhP DecoderLocation
    1,560Posts

    Re: Failed to connect to server

    what your useing Hexed or not?

  6. #6
    [VIP] Bellocan is offline
    [VIP] MemberRank
    Aug 2007 Join Date
    741Posts

    Re: Failed to connect to server

    Have you tried changing everything to 127.0.0.1 first then trying to connect?

    subnet: 255.255.255.0:192.168.1.100:192.168.1.100
    try changing it to this
    subnet: 255.255.255.0:127.0.0.1:127.0.0.1
    Oh your user ID /Pass "hello" have you made one in your MySQL Admin? If you have does it have the Ragnarok Schema privileges? Or do you have a Ragnarok Account names hello with both user/pass?

    I had this error too and a bunch of little things help fix it, Also make a ROCP, i couldn't login w/o making it.

  7. #7
    Apprentice Akinu is offline
    MemberRank
    Oct 2008 Join Date
    In a BoxLocation
    12Posts

    Re: Failed to connect to server

    Actually i use to get this error maybe its because when you extract the fulldatav3 from fox guide you need to copy the files inside fulldatv3 and put them in your data folder and delete fulldatav3 to make it work


    And on the subnet thing i have all of them set to my subnet



Advertisement