Jump to content
  • 0

how is this happen need help


Diss

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

Untitled_zpsdc8001f6.png

how is this happen ill only follow this guide

 

 http://rathena.org/board/topic/59529-setting-up-a-centos-vps-w-rathena-vnc/

 

char_athena.conf

// Server Communication username and password.
userid: myuser
passwd: mypass

// 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: 192.**.***.**

// 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: 192.**.***.**

map_athena.conf

// Interserver communication passwords, set in account.txt (or equiv.)
userid: myuser
passwd: mypass

// 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: 192.**.***.**

// 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: 192.**.***.**

inter_athena.conf

// Global SQL settings
// overriden by local settings when the hostname is defined there
// (currently only the login-server reads/obeys these settings)
sql.db_hostname: 127.0.0.1
sql.db_port: 3306
sql.db_username: root
sql.db_password: secretpassword
sql.db_database: rathena_rag
sql.codepage:

// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: root
char_server_pw: secretpassword
char_server_db: rathena_rag

// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: root
map_server_pw: secretpassword
map_server_db: rathena_rag

// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: secretpassword
log_db_db: rathena_log
log_codepage:
log_login_db: loginlog

subnet_athena.conf

subnet: 255.0.0.0:192.**.***.**:192.**.***.**

and update my sql/login to myuser and mypass

 

ill try many times 

 

reboot compile and service mysqld restart

 

hope someone can help me 

 

thanks in advance

Edited by Diss
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  143
  • Reputation:   15
  • Joined:  12/25/13
  • Last Seen:  

Hello,

 

try this..

 

on your mysql database

add/insert

account id

1 userid: myuser passwd: mypass then account type should be "S"

 

and try to restart your server again..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

sex/gender set as S but still the same

Edited by Diss
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

bump 

 

i try to reconfigure but still the same and also i see DDos attack is that related to this problem ..

 

help me please ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  244
  • Reputation:   17
  • Joined:  11/19/11
  • Last Seen:  

Ignore the DDOS attack message. Check if the gender 'S' is account ID '1'

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...