rodrigoz17 Posted April 9, 2022 Posted April 9, 2022 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 Quote
ZaNteR Posted April 9, 2022 Posted April 9, 2022 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. Quote
Trance Posted April 9, 2022 Posted April 9, 2022 Change your LS' hostname to your external IP as well. Quote
rodrigoz17 Posted April 10, 2022 Author Posted April 10, 2022 (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 April 10, 2022 by rodrigoz17 Quote
Tryskell Posted April 13, 2022 Posted April 13, 2022 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. Quote
Recommended Posts
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.