Jump to content
  • 0

[HELP] L2 Client Problem


Demon152

Question

hey all again...

i hawe a problem when try to make server public, with l2file edit, changed in l2 .ini file IP to my IP, and when try to launch l2.exe it shows error File are corrupted, Pleas eFull Check!

Why and how to fix???

interlude pack.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

or maybe i fcked up smtin with IP's in configs?

 

#============================================
#               Login Server
#============================================

# This is transmitted to the clients connecting from an external network,
# so it has to be a public IP or resolvable hostname.
ExternalHostname = 81.198.206.66

# This is transmitted to the client from the same network,
# so it has to be a local IP or resolvable hostname.
InternalHostname = 81.198.206.66

# Bind ip of the loginServer, use * to bind on all available IPs.
LoginserverHostname = 81.198.206.66
# Loginserver port.
LoginserverPort = 2106

# How much time must elapse after the incorrect password before IP will get banned.
LoginTryBeforeBan = 10

# The time after which the player will not be able to login.
# Once received a ban (option LoginTryBeforeBan).
# Appointed in seconds. Default = 10min. (600)
LoginBlockAfterBan = 600

# Specify your login server.
LoginHostname = 81.198.206.66
LoginPort = 9014

# If set to True any GameServer can register on your login's free slots.
# Default: False
AcceptNewGameServer = False

# Accounts will be created automatically or not.
AutoCreateAccounts = True

# Show the license (after entering the password).
# Recommended to leave this option enabled as it increases the safety.
ShowLicence = True

# Including protection from flood.
# Put True for server security.
EnableFloodProtection = True

#============================================
#               MySQL Database
#============================================

# Database Options.
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/l2dream
Login = root
Password =root

# Maximum amout of database connections.
MaximumDbConnections = 10

# The timeout before a new connection to the database (in miliseconds).
TimeOutConDb = 0

# Maximum number of requests per connection.
MaximumDbStatement = 100

#============================================
#                Connection
#============================================

# Limit fast connections (input username / password).
FastConnectionLimit = 15

# Time of the normal connection (in ms).
NormalConnectionTime = 700

# Time of the fast connection (in ms).
FastConnectionTime = 350

# Maximum connections per IP.
MaxConnectionPerIP = 50

# The lifetime of the session with the login server.
SessionTTL = 25000
MaxSessions = 100

# Time to renew the IP address of the server in minutes (for dynamic IP).
IpUpdateTime = 0

# Here we write a list of networks that are local.
# For example: 192.168., 10.0.
# Attention unsigned, in the end.
NetworkList = 192.168.;10.0.

#============================================
#               DDOS-PROTECTION
#============================================

# This system works with iptables.
# iptables -A INPUT -p tcp --dport 7777 -j DROP
# Put True for server security.
# Active only with LINUX OS.
EnableDdosProSystem = False

# String deny_comms
# If you don't know what is it, leave as default.
DenyNoAllowIpDdos = /sbin/iptables -I INPUT 13 -p tcp --dport 7777 -s $IP -j ACCEPT

# Enable full log on Login Server console about Ddos protection.
FullLogModePrint = False

 

#============================================
#                Game Server
#============================================

# Bind address for gameserver. You should not need to change it in most cases.
GameserverHostname = 81.198.206.66
GameserverPort = 7777
ExternalHostname = 81.198.206.66
InternalHostname = 81.198.206.66
LoginPort = 9014
LoginHost = 81.198.206.66

#============================================
#               MySQL Database
#============================================

# Specify the appropriate driver and url for the database you're using.
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/l2dream
Login = root
Password =root
MaximumDbConnections = 100
TimeOutConDb = 0
MaximumDbStatement = 100

# Root directory for data files.
DatapackRoot = .

#============================================
#               Remote Who Log 
#============================================

# Configure the emulation off the package (package SendStatus).
RemoteWhoLog = True
RemoteWhoSendTrash = True
RemoteWhoMaxOnline = 329
RemoteOnlineIncrement = 50
RemoteWhoForceInc = 50
RemotePrivStoreFactor = 12

 

And now when i edit All IPs to 127.0.0.1 same sh1t, Cannot resolve Hostname! WTF?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock