Jump to content

sabdopalon

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by sabdopalon

  1. I manage my client works. but I can't connect to char server. Does anyone know what should I check ?

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

    login_athena

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

    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: 172.21.0.10
    
    // 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: 172.21.0.10
    
    // 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: 172.21.0.10
    
    // 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 (max 16)
    // check is if((net-submask & char_ip ) == (net-submask & servip)) => ok
    
    subnet: 255.0.0.0:127.0.0.1:127.0.0.1
    subnet: 255.255.0.0:172.21.0.10:172.21.0.10

    my network is on /16, so I supposed I could use 255.255.0.0 as subnet.

     

    any help would be appreciated. Thank you

  2. Hi everyone!

    I also had same problem ItsMonoXD. I tried to use the latest version for all server and client. and eventually I landed in this thread.

    I did the same step as ItsMonoXD, but when I tried to use the 20180620 client, I got this error


    ix8lFWr.png

     

    Does anyone know what should I do to fix this ? Any help would be appreciated. Thank youu

×
×
  • Create New...