No te entendi bien, mira asi esta mi char_athena. Lo estoy haciendo siguiendo los pasos de esta guia
Solo miembros registrados pueden ver links, por favor registrate es solo un momento.
Registro o
LoginP.D.: No se si tenga que ver que en esa guia diga "Nota: Basado en version 9811"
// 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