Is there anyone who already try Google CloudVPS? I just get it yesterday as I want to try the hosting and thinking about to run rAthena Emu with this VPS. I've tried many times in creating the project and it worked. I mean delete, resetting the storage and the other things work just fine but unfortunately I couldn't make a connection with MySQL and Char server keep showing the error.
Char_athena.conf
// Athena Character configuration file.
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
// Server Communication username and password.
userid: rathuser
passwd: rathpasswd
// 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: rAthena
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Server
// 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: VPS WAN-IP
// 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: VPS WAN-IP
// Character Server Port
char_port: 6121
Map_athena.conf
//--------------------------------------------------------------
//rAthena Map-Server Configuration File
//--------------------------------------------------------------
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
//--------------------------------------------------------------
// Configuration Info
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: rathuser
passwd: rathpasswd
// 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: VPS WAN-IP
// 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: VPS WAN-IP
// Map Server Port
map_port: 5121
Subnet_athena.conf
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet (max 16)
// check is if((net-submask & char_ip ) == (net-submask & servip)) => ok
subnet: 255.0.0.0:VPS WAN-IP:VPS WAN-IP
*I also try to change subnet from 255.255.255.0 and result remain the same. No changes at all.*
Inter_athena.conf
// MySQL Login server
login_server_ip: 127.0.0.1
login_server_port: 3306
login_server_id: root
login_server_pw: YourPassword
login_server_db: rathena_rag
login_codepage:
login_case_sensitive: no
ipban_db_ip: 127.0.0.1
ipban_db_port: 3306
ipban_db_id: root
ipban_db_pw: YourPassword
ipban_db_db: rathena_rag
ipban_codepage:
// MySQL Character server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: root
char_server_pw: YourPassword
char_server_db: rathena_rag
// MySQL Map Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: root
map_server_pw: YourPassword
map_server_db: rathena_rag
// MySQL Log Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: YourPassword
log_db_db: rathena_log
log_codepage:
log_login_db: loginlog
*Same goes to this, I try already switch the IP to VPS WAN-IP and much worst I get is, I never get connect to the server.*
IPtables -L
I'm using centos 6 and followed everything in detail what must and what mustn't to complete the emu installation. It's kinda weird for me because I never face such an error when installing an emu on a VPS.
Well, this is my first year after being away from Ragnarok about 6 years. Well, specifically is not entire Ragnarok world, I also following, reading and talking about Ragnarok in that days.
I hope someone will help me to solve my problem. I'm thinking to make a Beta Test Server for the beginning.
Question
Dracula
Is there anyone who already try Google CloudVPS? I just get it yesterday as I want to try the hosting and thinking about to run rAthena Emu with this VPS. I've tried many times in creating the project and it worked. I mean delete, resetting the storage and the other things work just fine but unfortunately I couldn't make a connection with MySQL and Char server keep showing the error.
Char_athena.conf
Map_athena.conf
Subnet_athena.conf
*I also try to change subnet from 255.255.255.0 and result remain the same. No changes at all.*
Inter_athena.conf
*Same goes to this, I try already switch the IP to VPS WAN-IP and much worst I get is, I never get connect to the server.*
IPtables -L
17 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.