Ohh God!
I tried everything that was possible.
But I will begin setup of the server from the very beginning.
1. Ifconfig.
Here it is possible to see, that my IP address is 192.168.56.102
2. [Navicat]
2.1 FFAccount --> worlds
2.3 FFDB1 --> serverstatus
3. We modify the file connect.ini:
Server=192.168.56.102,6543
4. Now we change settings on the server:
4.1 GatewayServer --> setup.ini
4.2 HTTPAServer --> setup.ini[Common]AccountDBIP=127.0.0.1
AccountDBName=FFMember
AccountDBUser=postgres
AccountDBPW=123
BillingGatewayPort=5560
HttpServerPort=7878
4.3 LoginServer --> setup.iniBillingGatewayIP=127.0.0.1HttpServerPort=7878
MaxThreadNum=100
IDBillingURL=127.0.0.1/oauth2/oauth2_new.php
IDGameID=FFDB
IDChkPointThreadNum=5
IDBuyItemThreadNum=5
IDLoginThreadNum=10
4.4 TicketServer --> setup.ini[LoginServer]LoginServerPort=6543
4.5 WorldServer101 --> setup.iniTicketServerIP=192.168.56.102
TicketServerPort=7777
4.6 WorldServer102 --> setup.ini[WorldServer]
WorldServerID=1010
4.7 ZoneServer101 --> setup.ini[WorldServer]
WorldServerID=1020
4.8 ZoneServer102 --> setup.ini[ZoneServer]ZoneServerID=1011
ZoneServerLogLevel=1
ZoneServerAssert=0
GMToolPort=10320
CGIPort=20060
CGIKey=0KjaM85BjfqjA
4.9 setup.ini[ZoneServer]ZoneServerID=1021
ZoneServerLogLevel=1
ZoneServerAssert=0
GMToolPort=10320
CGIPort=20060
CGIKey=0KjaM85BjfqjA
In search of a problem I decided to dig more deeply: /etc/sysconfig/iptables[Common]GameDBIP=127.0.0.1
GameDB=FFDB1
GameDBUser=postgres
GameDBPassword=123
Language=X
Locate=TW
LogFile=Test.log
AccountDBIP=127.0.0.1
AccountDBName=FFAccount
AccountDBUser=postgres
AccountDBPW=123
TicketServerIP=127.0.0.1
TicketServerPort=18624
BillingGatewayIP=127.0.0.1
BillingGatewayPort=5560
BillingGatewayPaymentIP=127.0.0.1
BillingGatewayPaymentPort=5560
BillingGatewayWorldIP=127.0.0.1
BillingGatewayWorldPort=5560
PlayerRoomWorldID=1010
PingAlive=1
CrossWorldID=1020
TerritoryWorldID=1020
ColosseumWorldID=1020
FightZoneWroldID=1020
MaintenanceDate=2
RankAward=1
NAT=1
AchievementGroupCheck=0
MaxCharacterNumber=12
[MissionServer]
ReserveDeletedCharDays=90
DBAgentSavePeriod=20
MissionServerLogLevel=1
MissionServerAssert=0
GoldRange=10000.50000.100000.200000.500000.1000000.2000000.3000000.10000000.100000000
RecordGoldvalue=1000000
[WorldServer]
LoadServerStatus=1
WorldServerLogLevel=1
WorldServerAssert=0
FarmWorldID=0
[ZoneServer]
HeartBeat=1
.....
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5432 -j ACCEPT
# Aura Kingdom
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5567 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5568 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6543 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10021 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10022 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT
And now main issue: what here not so? I can't already understand the third day.
Help me please. Maybe I don't see something or I don't understand...
![]()








Reply With Quote


