Jump to content
  • 0

[SOLVED] Can't login after login (reject server) centos 6.9


dimzWorld

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/27/16
  • Last Seen:  

 

Can someone help me in overcoming the failed login as shown in the picture. First I install in VPS centos 6.9 and follow rathena guide

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

Spoiler

W_OlRPTiTBCXodqt26DEEw.png

conf/char_athena.conf
 


// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces or any of these characters which are not allowed in
//       Windows filenames \/:*?"<>|
//       ... or else guild emblems won't work client-side!
server_name: Ragnarok

// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: World

// 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: 128.199.19.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: 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: 128.199.19.10

// Character Server Port
char_port: 6121

conf/map_athena.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: 128.199.19.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: 127.0.0.1

// 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: 128.199.19.10

// Map Server Port
map_port: 5121

conf/subnet_athena.conf

subnet: 255.255.192.0:128.199.19.10:128.199.19.10
subnet: 255.255.255.0:128.199.19.10:128.199.19.10
subnet: 255.0.0.1:128.199.19.10:128.199.19.10

src/common/mmo.h

#ifndef PACKETVER
	#define PACKETVER 20151029
	//#define PACKETVER 20120410
#endif

src/config/core.h

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
//#define PACKET_OBFUSCATION

clientinfo.xml

		<port>6900</port>
      	<version>54</version>
      	<langtype>0</langtype>

packet.db

packet_ver: 54
packet_keys: 0x45B945B9,0x45B945B9,0x45B945B9

whats wrong in here ?
please someone can help me

Edited by dimzWorld
SOLVED
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/27/16
  • Last Seen:  

16 hours ago, hazimjauhari90 said:

So what is ur problem about? U not even state here in this topic what is ur problem..

Any errors / warning on console terminal?


problem solved . any problem in command recompiled , server has error in centos 6.9 (me) 

Uninstall centos from 6 to 7 , and use latest version rathena github 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/27/16
  • Last Seen:  

bump 
someone can help me for solved my problem ?

Edited by dimzWorld
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

On 6/15/2017 at 1:01 PM, dimzWorld said:

bump 
someone can help me for solved my problem ?

So what is ur problem about? U not even state here in this topic what is ur problem..

Any errors / warning on console terminal?

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...