H>error in connecting my server..

Results 1 to 11 of 11
  1. #1
    Member lito06 is offline
    MemberRank
    Oct 2006 Join Date
    ceb cityLocation
    26Posts

    H>error in connecting my server..

    help plss...
    my friends cant connect in my server..i need help in my config..i have tried many steps but still it wont work..

    // Athena Character configuration file.
    // Server Communication username and password.
    userid: admin
    passwd: GM
    // Server name, use alternative character such as ASCII 160 for spaces.
    // NOTE: You should not use spaces in the server name, or guild emblems won't work client-side!
    server_name: litoRO
    // 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: 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 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: 2lits.no-ip.info
    // Character Server Port
    char_port: 6121

    //--------------------------------------------------------------
    // Configuration Info
    //--------------------------------------------------------------
    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: admin
    passwd: GM
    // 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 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: 2lits.no-ip.info
    // Map Server Port
    map_port: 5121

    // Subnet support file
    // Format is:
    // subnet: net-submask:char_ip:map_ip
    // you can add more than one subnet
    subnet: 255.255.255.0:127.0.0.1:127.0.0.1

    whats wrong?..plss help
    Last edited by lito06; 18-10-06 at 12:08 AM.


  2. #2
    Sorcerer Supreme phakorn214 is offline
    Member +Rank
    Jun 2006 Join Date
    MalaysiaLocation
    327Posts
    Have some question.
    1) do you have fixed IP? If not, use no-ip

    2) please show us sclientinfo that you send to ur friend.

  3. #3
    Member lito06 is offline
    MemberRank
    Oct 2006 Join Date
    ceb cityLocation
    26Posts
    i have tried no ip..but still my friends cant conneect..i used 2lits.no-ip.info but my friends still cant connect.

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>

    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
    <hideaccountlist></hideaccountlist>
    <extendedslot>1</extendedslot>

    <connection>
    <display>litoRO</display>
    <desc></desc>
    <address>2lits.no-ip.info
    </address>
    <port>6900</port>
    <version>20</version>
    <langtype>8</langtype>
    <registrationweb></registrationweb>
    <aid><admin>2000001</admin></aid>
    </connection>
    </clientinfo>
    is ther something wrong with the sclient?..

  4. #4
    Member rainblood is offline
    MemberRank
    Aug 2004 Join Date
    Behind YouLocation
    53Posts
    bro pm me ok?? or mack me at shinaori@yahoo.com

  5. #5
    Sorcerer Supreme phakorn214 is offline
    Member +Rank
    Jun 2006 Join Date
    MalaysiaLocation
    327Posts
    Hey man. I am not sure that you using router ornot. If yes, Open the following port 5121,6121,6900 .
    If you are not a router user. Please disable your firewall as it will block the connection.

  6. #6
    Member lito06 is offline
    MemberRank
    Oct 2006 Join Date
    ceb cityLocation
    26Posts
    nop..im not using a router..i will disable my firewall evrytime i run the server..but still it wont work..still my friends cant connect?..what should i do?..plss help..

  7. #7
    Sorcerer Supreme phakorn214 is offline
    Member +Rank
    Jun 2006 Join Date
    MalaysiaLocation
    327Posts
    I think the problem is with ur sclientinfo. Try to make it like this
    Code:
    <?xml version="1.0" encoding="euc-kr" ?> 
    <clientinfo> 
    
    <servicetype>english</servicetype>
    <servertype>sakray</servertype>
    <hideaccountlist></hideaccountlist>
    <extendedslot>9</extendedslot>
    
      <connection>
         <display>litoRO</display>
         <desc>None</desc> 
         <address>2lits.no-ip.info</address>
         <port>6900</port>
         <version>20</version>
         <langtype>8</langtype>
         <registrationweb></registrationweb>
         <aid><admin>2000001</admin></aid>
      </connection>
    </clientinfo>
    Try to do this. And make sure there are sclientinfo in data floder also. Try see.

  8. #8
    Member xieorn is offline
    MemberRank
    Mar 2006 Join Date
    ...Location
    51Posts
    I noticed in your configs you didn't change the login ip or char ips, you left them 127.0.0.1. That's the problem. Change them to the no-ip you provided and it should work fine. You've gotta make sure you use the same ip for all the servers or else you'll never be able to get people online. Also the sclientinfo is fine.

  9. #9
    Member lito06 is offline
    MemberRank
    Oct 2006 Join Date
    ceb cityLocation
    26Posts
    @xieron: bro i tried your suggestion...the char srver cant connect to login server.
    attempt to connect to login server
    make_connection: connection refused

    the same problem also in mapserver..
    what should i do?..

  10. #10
    Member lito06 is offline
    MemberRank
    Oct 2006 Join Date
    ceb cityLocation
    26Posts
    @phakorn:
    ko bro i will try..

  11. #11
    Member rainblood is offline
    MemberRank
    Aug 2004 Join Date
    Behind YouLocation
    53Posts
    Bro go to yahoo messenger.. We can talk about this... ^_^



Advertisement