Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

About KRYFILTER

Junior Spellweaver
Joined
Aug 18, 2010
Messages
159
Reaction score
2
Hi guys
Can someone tell me how to configure this part?

pablitto15 - About KRYFILTER - RaGEZONE Forums


Ports:
pablitto15 - About KRYFILTER - RaGEZONE Forums


pablitto15 - About KRYFILTER - RaGEZONE Forums


Code:
[BACKEND]
	# Allow KRYLFILTER to send statistic data(to our web database)
		# Note: What are we sending? (Server name, Players online, Maxplayers, Server status, Shard ID)
		BACKEND_ENABLE=true
		
[CLIENTLESS]
	# KRYLFILTER Account
		USERNAME=2
		
	# KRYLFILTER Password
		PASSWORD=1
		
	# KRYLFILTER Locale
		LOCALE=22
		
	# KRYLFILTER ClientVersion
		VERSION=191
		
	# KRYLFILTER ShardID
		SHARDID=64
		
	# KRYLFILTER Character
		# Note: You cannot change this if you are FREE user.
		CHARNAME=KRYLFILTER
		
[SQL]
	# SQL server name
		SERVER=SRO-1\SQLEXPRESS
	
	# SQL login name
		LOGIN=sa
	
	# SQL login password
		PASSWORD=***********
		
	# SQL database name
		DATABASE=FILTER
		DATABASE_SHARD=SRO_VT_SHARD
		DATABASE_ACC=SRO_VT_ACCOUNT
		DATABASE_LOG=SRO_VT_LOG
	
[GENERAL]
	# Language
		LANG=ENGLISH

	# Server opcodes (Whitelisted)
		# Note: Do not touch this unless you know what you are doing, scrub.
		OPCODES=0x5000,0x9000,0x2113,0x2001,0x3080,0x706D

	# Server files
		# Note: vSRO188, vSRO274, BR, JSRO is only supported.
		FILES=vSRO188
		
	# Rules
		# RULE(For exploiting, flooding):
		# 0 = disabled;
		# 1 = continue;
		# 2 = disconnect;
		# 3 = firewall block;
		RULE=2
		
[DOWNLOAD]
#Note: This is only for spoofing download server.
	# Download spoofed ip
		DOWNLOAD_IP=10.128.0.2
		
	# Download spoofed port
		DOWNLOAD_PORT=15881
		
[GATEWAY]
#Note: This ports must be forwarded in Windows firewall.
	# Gateway remote ip
		REMOTE_IP=10.128.0.2
		
	# Gateway remote port
		REMOTE_PORT=1337
		
	# Filter listening IP
		LISTEN_IP=10.128.0.2
	
	# Filter listening PORT
		LISTEN_PORT=15779
	
	# Automatic captcha code entry
		CAPTCHA_CODE=
	
	# Packet protection/second settings
		PACKET_COUNT=50
	
	# Packet reset time in milliseconds
		PACKET_RESET=500
	
	# Flood limitation
		FLOOD_DETECTION=30
	
	# Agent redirect count
		AGENT_COUNT=1
	
	
	# Foreach agent you add you will do like this:
		# http://prntscr.com/cin6xe
		# http://prntscr.com/cin6zj
	# Dont forgot to set this to higher when more agents:
		# http://prntscr.com/cin72w
		
[AGENT_0]
#Note: LISTEN_PORT must be forwarded in Windows firewall.
	
	# Filter ip
		LISTEN_IP=10.128.0.2
	
	# Filter port
		LISTEN_PORT=15884
	
	# Remote ip
		REMOTE_IP=10.128.0.2
	
	# Remote port
		REMOTE_PORT=1338
 
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
that's how to configure any filter generally
the point of using filter is the client connects to "Listen Port" that filter is listening to connections from client through it so that filter can filter packets then send them to server through "Remote Port" that real server is listening to connections through it

Still not getting it ?

Listen port = fake port
Remote port = port in certification ini files [ Real one ]
Note: listenin, remote ports have to be different
srNodeData.ini..
[Entry2] -- > gateway port
[Entry7] -- > agent port

Open fake ports in firewall and block remote ports
 
Upvote 0
Initiate Mage
Joined
Jun 6, 2012
Messages
28
Reaction score
8
So as NourAyman said.

KRYLFILTER is a TCP proxy, it opens 2 ports (normally) 15779, 15884 the whole idea is to change and block your server ports [Entry2] & [Entry7] in normal a standard SrNodeData.ini

KRYLFILTER setup
CLIENT <> KRYLFILTER <> GATEWAYSERVER
CLIENT <> KRYLFILTER <> AGENTSERVER

Instead of
CLIENT <> GATEWAYSERVER
CLIENT <> AGENTSERVER

So you can say KRYLFILTER is a client in-front of your Silkroad Client.

LISTEN_IP is normally your server pc.
LISTEN_PORT is KRYLFILTER'S port you can check with , the LISTEN_PORT from Gateway Config should be inside Client media.pk2

REMOTE_IP in (normal) situations REMOTE_IP is equal to LISTEN_IP.
REMOTE_PORT is your GatewayServer.exe and AgentServer.exe real port (which should be closed in windows firewall and changed in SrNodeData.ini to 1337 and 1338)


(KRYLFILTER GatewayFilter) 127.0.0.1:15779 > (GatewayServer) 127.0.0.1:1337
(KRYLFILTER AgentFilter) 127.0.0.1:15884 > (AgentServer) 127.0.0.1:1338
 
Upvote 0
Junior Spellweaver
Joined
Aug 18, 2010
Messages
159
Reaction score
2
can you re-upload version, i need all settings files

I have this saved, and I do not even use them, I hope it serves you.

KRYLFILTER_V28 Last Version
Another old Versions
KRYLFILTER_V27
KRYLFILTER_18
KRYLFILTER
 
Upvote 0
Initiate Mage
Joined
Nov 7, 2020
Messages
2
Reaction score
0
do you solved this? my private server have problem, sbot can not login. i think it's about KrylFilter, but i don't know how to config. please helpe me
[17:16:43] * Info: Now connecting to [G: 103.89.84.19 : 15779]
[17:16:43] * Info: Connection successful
[17:16:43] * Checking for updates...
[17:16:43] * Connection to Silkroad Server terminated (0).
 
Upvote 0
Back
Top