Final Step: Connecting to Server (problem)

Results 1 to 5 of 5
  1. #1
    Apprentice Branks is offline
    MemberRank
    Aug 2006 Join Date
    Chicago, ILLocation
    20Posts

    Final Step: Connecting to Server (problem)

    I found out that it is just my char_athena.conf & map_athena.conf that are giving me problems. Everything else connects. I set all the char_ip, login_ip, map_ip on the 3 files to "68.78.143.72", as well as the client xml file, with correct and open ports (they worked on RC3). Right now, Char-server can't connect to Login-server & Map-Server cannot connect to Char-server for some reason... grrr. When I switch all ip's to 127.0.0.1, I can connect just fine and play. It's odd to me, cause when I used RC3, I connected just fine with my IP. I'm using eAthena-SQL-8250[Trunk], and MySQL was set up perfect. Here are my files:

    Login-server
    // Login Server IP
    login_ip: 68.78.143.72

    // The login 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: 68.78.143.72

    // Login Server Port
    login_port: 6900
    Char-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: 68.78.143.72

    // 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: 68.78.143.72

    // Login Server Port
    login_port: 6900

    // Character Server IP
    // The character server exports this IP address to the entire world.
    // NOTE: You should only need to set this if you are running behind a
    // firewall or are on a machine with multiple interfaces.
    char_ip: 68.78.143.72

    // Character Server Port
    char_port: 6121
    Map-server
    // 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: 68.78.143.72

    // 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: 68.78.143.72

    // Character Server Port
    char_port: 6121

    // Map Server IP
    // The map server exports this IP address to the entire world.
    // NOTE: You should only need to set this if you are running behind a
    // firewall or are on a machine with multiple interfaces.
    map_ip: 68.78.143.72

    // Map Server Port
    map_port: 5121
    subnet_athena
    // Subnet support file
    // Format is:
    // subnet: net-submask:char_ip:map_ip
    // you can add more than one subnet

    subnet: 255.255.255.0:68.78.143.72:68.78.143.72
    sclientinfo
    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <desc>Ragnarok Client - English Translated Version</desc>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
    <connection>
    <display>cRO Server</display>
    <desc>Ragnarok Online</desc>
    <address>68.78.143.72</address>
    <port>6900</port>
    <version>20</version>
    <langtype>07</langtype>
    <aid><admin>2000000</admin></aid>
    <registrationweb>Athena</registrationweb>
    </connection>
    </clientinfo>
    Last edited by Branks; 13-08-06 at 09:58 PM.


  2. #2
    Account Upgraded | Title Enabled! Yetsuki is offline
    MemberRank
    Jun 2005 Join Date
    520Posts
    In your sclientinfo.xml YOUR supposed to use 127.0.0.1, other people are supposed to use 68.78.143.72. And the your server's aren't connecting because you fucked up on your subnet_athena.conf :P. Change both the 68.78.143.72's to your LAN ip which can be found by going to Start -> run -> type in cmd and a DOS box should pop up, type in "ipconfig /all" and you should get a bunch of crap. Just look for something like 192.168.X.X (Somethin' along those lines since your LAN ip depends on your connection type). (And the X's are supposed to be digits btw.)

  3. #3
    Apprentice Branks is offline
    MemberRank
    Aug 2006 Join Date
    Chicago, ILLocation
    20Posts
    Yeah umm... I just corrected all of those mistakes and the only thing that connects still, is Login-server. Hmmmmmm... Irritating as hell.
    Last edited by Branks; 14-08-06 at 03:08 AM.

  4. #4
    Account Upgraded | Title Enabled! Yetsuki is offline
    MemberRank
    Jun 2005 Join Date
    520Posts
    Alright, try putting 127.0.0.1 in the login_ip field in char_athena and 127.0.0.1 for char_ip in map_athena. Or you can change them to your LAN ip.

  5. #5
    Apprentice Branks is offline
    MemberRank
    Aug 2006 Join Date
    Chicago, ILLocation
    20Posts
    Well Yetsuki, progress is being made. I got all 3 to connect. I run my client and go to login, then once I enter my into it says, "Unable to connect to server".

    Also says in Log-serv_sql--> (Info): Subnet check (127.0.0.1): WAN



Advertisement