Jump to content

Recommended Posts

Posted

Hello guys, sry for disturb i have a problem. i set up in my computer L2jAcis server. When i put hostname = "*" i can connect from my computer (server and client in same pc) without any problem. Then i said to some friend to enter the server to test it, so i change hostname = "external ip". When i do this my friends can connect to my server, but i cant.

 

# ================================================================
#                          Gameserver setting
# ================================================================

# This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave *
Hostname = "external ip"


# Bind ip of the gameserver, use * to bind on all available IPs.
GameserverHostname = *
GameserverPort = 7777

# The Loginserver host and port.
LoginHost = 127.0.0.1
LoginPort = 9014

 

#=============================================================
#                         Loginserver
#=============================================================

# This is transmitted to the clients, so it has to be an IP or resolvable hostname
Hostname = localhost

# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106

# The Loginserver host and port.
LoginHostname = *
LoginPort = 9014

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 3

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600

# If set to true, any GameServer can register on your login's free slots
AcceptNewGameServer = False

# If false, the licence (after the login) will not be shown. Default : true.
ShowLicence = True

 

Could you help me ? in L2jfrozen packs i did it withour any problem.

 

Many thanks

 

 

Posted (edited)

Guys finnally i resolved, server and login must be as standard configuration. Only change L2.ini

L2j Frozen the L2.ini ip = 127.0.0.1 and you connect without any problem
L2j Acis the L2.ini ip= should be your lan ip adress i.e: 192.168.1.2

 

With this settings works.

 

Many thanks,

Closed

Edited by rodrigoz17
Posted
On 4/9/2022 at 12:26 PM, ZaNteR said:

As far as i remember for some reason you can only login via lan OR wan theres no option for both like all the other packs.

 

The localhost internal check was reintroduced in rev 404.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...