Jump to content

iFllux

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by iFllux

  1. CHECK 4: If you want both LAN and WAN players. make sure that the subnet_athena is configured correctly. Check ipconfig and copy the data there to the subnet configuration. Basically Checks 1 to 3 takes care of the WAN.

    Can you please give me the example for the subnet configuration, because I want players from both LAN and WAN. With my current subnet configuration only I and WAN player can enter the game, but LAN player stuck at character selection, then 'Failed to connect to server". This is my subnet conf:

    subnet_athena.conf

    subnet: 255.255.255.0:192.168.1.3:192.168.1.3
    

  2. [sOLVED]

    I understand now. I can enter the game now and my friend also can enter the game. I need to use 127.0.0.1 on my clientinfo.xml and I my friend use my WAN IP to connect to the game and it worked.

    Thanks to all for replying and help me.

    One question, if I wanna use client 2011-09-06aRagexeRE.exe, how can I know what packet_db_ver for this client. How can I know what packet db version on each client?.

  3. Like i said earlier. I will get this error if i change char_athena login_ip: 127.0.0.1 to login_ip: flluxro.zapto.org

    then in map_athena edit char_ip: 127.0.0.1 to char_ip: flluxro.zapto.org:

    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.82.50.161:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    

    Is this because there is something wrong with my router.? Because I go canyouseeme.org to check my open port

    and it said that my port is not open but I already open my port.

  4. I have checked everything. This is my conf_athena and map_athena:

    char_athena

    // 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: 127.0.0.1
    // 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: flluxro.zapto.org
    // Character Server Port
    char_port: 6121
    

    map_athena

    // 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: 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: flluxro.zapto.org
    // Map Server Port
    map_port: 5121
    

    With this configuration, when I set my ip address in clientinfo.xml to 127.0.0.1, I can login but only until the character selection, after that I get Failed To Connect Server.

    When I set my IP adress in clientinfo.xml to flluxro.zapto.org, I can't enter the server at all.

    I think this is because the login_server IP is needed to be my WAN IP, because when I use 127.0.0.1 on clientinfo.xml i can login but can't enter the character selection because my char_ip is my WAN IP.

  5. I will get this error when i start the server on charsev-sql.bat and mapserv-sql.bat:

    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.82.51.127:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    

  6. Hello rAthena.

    I got a little problem here. I only can connect my server using 127.0.0.1 or 192.168.1.*. I can create character, play and bla bla bla.

    But when I change to WAN IP, i can't connect in to the server. If this is my setting:

    char_athena

    // 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: 127.0.0.1
    // 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: 6121
    

    map_athena

    // 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: 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: 127.0.0.1
    // Map Server Port
    map_port: 5121
    

    with that, I can play when i set 127.0.0.1 on clientinfo.xml.

    If I change to my WAN IP like this:

    char_athena

    // 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: 127.0.0.1
    // 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: flluxro.zapto.org
    // Character Server Port
    char_port: 6121
    

    map_athena

    // 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: 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: flluxro.zapto.org
    // Map Server Port
    map_port: 5121
    

    and then I change the IP address on clientinfo.xml to flluxro.zapto.org. I can't enter the game. Changing the login_ip on char_athena and char_ip on map_athena to 192.168.1.* doesn't solve the problem. I still can't enter the game.

    Please help me with this problem.

×
×
  • Create New...