THey there, i have weird problem again
I'm trying to run multiple servers like that
DB > xxx.xxx.xxx.158
auth > xxx.xxx.xxx.155
DB server up and running in .158 but auth server cant connect .158 db and giving this print "connect: Connection Refused"
There is auth config;
HOSTNAME: Ephixa_Auth
CHANNEL: 1
PORT: 31009
P2P_PORT: 41100
DB_PORT: 11000
DB_ADDR: xxx.xxx.xxx.158
TABLE_POSTFIX:
ITEM_ID_RANGE: 000000001 000000002
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
AUTH_SERVER: master
PLAYER_SQL: xxx.xxx.xxx.158 username strongpassword account
COMMON_SQL: xxx.xxx.xxx.158 username strongpassword common
LOG_SQL: xxx.xxx.xxx.158 username strongpassword log
LOCALE_SERVICE: turkey
MARK_SERVER: 1
CheckClientVersion: 1
ClientVersion: 1215955521
And There is db conf.txt;
WELCOME_MSG = "DB Server has been started"
SQL_ACCOUNT = "localhost account localusername strongpassword 0"
SQL_PLAYER = "localhost player localusername strongpassword 0"
SQL_COMMON = "localhost common localusername strongpassword 0"
SQL_HOTBACKUP = "localhost hotbackup localusername strongpassword 0"
TABLE_POSTFIX = ""
BIND_PORT = 11000
DB_SLEEP_MSEC = 10
CLIENT_HEART_FPS = 10
HASH_PLAYER_LIFE_SEC = 600
BACKUP_LIMIT_SEC = 3600
PLAYER_ID_START = 100
PLAYER_DELETE_LEVEL_LIMIT = 15
PLAYER_DELETE_CHECK_SIMPLE = 1
ITEM_ID_RANGE = 2000000000 2100000000
MIN_LENGTH_OF_SOCIAL_ID = 6
SIMPLE_SOCIALID = 1
NO_TXT = 1
There is no problem in MySQL server, only problem is db connection idk why
#Edit Auth server syserr
SYSERR: Jun 8 05:41:39 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:41:42 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:41:45 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:41:48 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:41:51 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:41:54 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:41:57 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:42:00 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:42:03 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:42:06 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.
SYSERR: Jun 8 05:42:09 :: socket_connect: HOST xxx.xxx.xxx.158:11000, could not connect.