#ifndef PACKETVER #define PACKETVER 20120410// #define PACKETVER 20130807#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
this is my conf
map-server.conf
// 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: 23.228.xxx.xxxchar_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 Portchar_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: 23.228.xxx.xxx//map_ip: 127.0.0.1// Map Server Portmap_port: 5121
char-server.conf
// 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//login_ip: 23.228.xxx.xxx// 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 Portlogin_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: 23.228..xxx.xxx//char_ip: 127.0.0.1
Everything goes correct
but after login -> select server -> "Rejected From Server"
looks like i can't connect to char-server, no error message
if we change the login_ip (char-server) and char_ip (map-server) to IP public
this was happened
[Info]: Attempt to connect to login-server...[Status]: Connecting to 23.228.xxx.xxx:6900[Error]: Can not connect to login-server.[Error]: The server communication passwords (default s1/p1) are probably invalid.[Error]: Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S.[Error]: The communication passwords are set in /conf/map-server.conf and /conf/char-server.conf[Warning]: Connection to Login Server lost.
Helo guys, i got problem when installing Hercules
Our server:
VPS CentOS
mmo.h
this is my conf
map-server.conf
char-server.conf
Everything goes correct
but after login -> select server -> "Rejected From Server"
looks like i can't connect to char-server, no error message
if we change the login_ip (char-server) and char_ip (map-server) to IP public
this was happened
--------------------------------------------------------------------------------------------------
it only happends on hercules, with same setting we can run rA server
does hercules need additional config?
Thank You
--- SOLVED ---
after the VPS guy give us new IP, it work
Edited by KichiShare this post
Link to post
Share on other sites