- Joined
- Nov 29, 2009
- Messages
- 370
- Reaction score
- 26
Hey,
I am trying to add a second cluster to try expand my server, i have it all working (2 dedicated servers completely fit to work for 2 clusters)
The only problem is when you get to character selection you can't actually enter the world
I origionally followed this guide http://forum.ragezone.com/f651/add-new-cluster-channel-imansos-704381/
and it didn't work, well not completely, i have the same start up as him with a slight twist
My start up is as followed:
Main Cluster:
1-AccountServer.exe
2-Certifier.exe
3-DatabaseServer.exe
4-CoreServer.exe
5-LoginServer.exe
6-CacheServer.exe
7-WorldServer1.exe
8-WorldServer2.exe
9-WorldServer3.exe
Secondary Cluster:
1-DatabaseServer.exe
2-CoreServer.exe
3-LoginServer.exe
4-CacheServer.exe
5-WorldServer1.exe
6-WorldServer2.exe
7-WorldServer3.exe
My ini's are as followed on my Cluster 2:
DatabaseServer.ini
CoreServer.ini
LoginServer.ini
CacheServer.ini
WorldServer.ini
If you spot anything wrong here please inform me, also i have had this working before (Under VMWare as a test server) i know i am either missing something or just being plain stupid
All ports between the 2 ip's are open (TCP AND UDP (Scope Remote Ip Address only) ) as well as all ports required to make a normal connection to the main cluster have been opened on TCP and UDP on the second cluster.
I am not using any form of server sided anti-hack to re-route ports at all (like tom's anti-hack does) so that isn't the problem.
Any help will be appreciated
Thanks
Nick
I am trying to add a second cluster to try expand my server, i have it all working (2 dedicated servers completely fit to work for 2 clusters)
The only problem is when you get to character selection you can't actually enter the world
I origionally followed this guide http://forum.ragezone.com/f651/add-new-cluster-channel-imansos-704381/
and it didn't work, well not completely, i have the same start up as him with a slight twist
My start up is as followed:
Main Cluster:
1-AccountServer.exe
2-Certifier.exe
3-DatabaseServer.exe
4-CoreServer.exe
5-LoginServer.exe
6-CacheServer.exe
7-WorldServer1.exe
8-WorldServer2.exe
9-WorldServer3.exe
Secondary Cluster:
1-DatabaseServer.exe
2-CoreServer.exe
3-LoginServer.exe
4-CacheServer.exe
5-WorldServer1.exe
6-WorldServer2.exe
7-WorldServer3.exe
My ini's are as followed on my Cluster 2:
DatabaseServer.ini
Code:
Sys 2
ResourceFolder "C:\Program Files\Flyff V17 working\Resource"
Account "Main Server IP"
DSN_NAME_CHARACTER "character01"
DB_ADMIN_ID_CHARACTER ""
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG ""
DB_PWD_LOG ""
DB_PWD_CHARACTER ""
DB_PWD_BACKEND ""
DB_PWD_ITEMUPDATE ""
CoreServer.ini
Code:
Sys 2
Database "127.0.0.1"
201
{
1 0 0 30 30 00 00
2 0 0 5 5 00 00
3 0 0 5 5 00 00
4 0 0 5 5 00 00
21 0 0 1 1 00 00
22 0 0 1 1 00 00
23 0 0 1 1 00 00
24 0 0 1 1 00 00
25 0 0 1 1 00 00
100 0 0 1 1 00 00
101 0 0 1 1 00 00
102 0 0 1 1 00 00
103 0 0 1 1 00 00
121 0 0 1 1 00 00
122 0 0 1 1 00 00
123 0 0 1 1 00 00
124 0 0 1 1 00 00
125 0 0 1 1 00 00
126 0 0 5 5 00 00
127 0 0 5 5 00 00
128 0 0 5 5 00 00
129 0 0 5 5 00 00
130 0 0 12 5 00 00
131 0 0 10 10 00 00
132 0 0 5 5 00 00
133 0 0 5 5 00 00
134 0 0 10 10 00 00
135 0 0 5 5 00 00
151 0 0 1 1 00 00
152 0 0 1 1 00 00
153 0 0 1 1 00 00
154 0 0 1 1 00 00
155 0 0 1 1 00 00
156 0 0 1 1 00 00
157 0 0 1 1 00 00
158 0 0 1 1 00 00
159 0 0 1 1 00 00
160 0 0 1 1 00 00
161 0 0 1 1 00 00
162 0 0 1 1 00 00
163 0 0 1 1 00 00
164 0 0 1 1 00 00
165 0 0 1 1 00 00
166 0 0 1 1 00 00
167 0 0 1 1 00 00
120 0 0 1 1 00 00
200 0 0 1 1 00 00
201 0 0 1 1 00 00
202 0 0 1 1 00 00
203 0 0 1 1 00 00
204 0 0 1 1 00 00
205 0 0 1 1 00 00
206 0 0 1 1 00 00
207 0 0 1 1 00 00
208 0 0 1 1 00 00
209 0 0 1 1 00 00
211 0 0 1 1 00 00
212 0 0 1 1 00 00
213 0 0 1 1 00 00
214 0 0 1 1 00 00
210 0 0 1 1 00 00
220 0 0 1 1 00 00
230 0 0 1 1 00 00
231 0 0 5 5 00 00
232 0 0 3 3 00 00
233 0 0 5 5 00 00
241 0 0 1 1 00 00
242 0 0 1 1 00 00
243 0 0 1 1 00 00
244 0 0 1 1 00 00
}
blahblahblash
LoginServer.ini
Code:
DB "127.0.0.1"
Core "127.0.0.1"
// CACHE
AddCache( "127.0.0.1" );
AddCache( "MAIN SERVER IP" );
MSG_VER "2012120501"
//NPROTECT
CacheServer.ini
Code:
Core "127.0.0.1"
Port "12412"
WorldServer.ini
Code:
Sys 2
ResourceFolder "C:\Program Files\Flyff V17 working\Resource"
Key 201
Core "127.0.0.1"
DB "127.0.0.1"
LANG 1
Heartbeat 10101
18
GUILDWAR 1
WORMON 1
DROPITEM_REMOVE
GUILDCOMBAT1TO1 1
GUILDCOMBAT 1
ARENA 1
SCHOOL 1
RECOMMEND 0
RAINBOWRACE 0
SECRETROOM 1
Proc 2
NO_TEAM_TRADE 1
If you spot anything wrong here please inform me, also i have had this working before (Under VMWare as a test server) i know i am either missing something or just being plain stupid
All ports between the 2 ip's are open (TCP AND UDP (Scope Remote Ip Address only) ) as well as all ports required to make a normal connection to the main cluster have been opened on TCP and UDP on the second cluster.
I am not using any form of server sided anti-hack to re-route ports at all (like tom's anti-hack does) so that isn't the problem.
Any help will be appreciated
Thanks
Nick

