wickedshot Posted February 16, 2008 Posted February 16, 2008 im creating a l2j int server and i want to config the ips so my friends can come and play with me. can anyone tell me how to do it? thks :)
Versus Posted February 16, 2008 Posted February 16, 2008 First Step Go to: C:\server\gameserver\config\server and find # Bind ip of the gameserver, use * to bind on all available IPs GameserverHostname=* GameserverPort=7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname # If this ip is resolvable by Login just leave * ExternalHostname=* # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname # If this ip is resolvable by Login just leave * InternalHostname=127.0.0.1 # The Loginserver host and port LoginPort=9014 LoginHost=127.0.0.1 and change them with your ip (you can find your ip here www.whatismyip.com) # Bind ip of the gameserver, use * to bind on all available IPs GameserverHostname=change with your ip GameserverPort=7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname # If this ip is resolvable by Login just leave * ExternalHostname=change with your ip # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname # If this ip is resolvable by Login just leave * InternalHostname=127.0.0.1 # The Loginserver host and port LoginPort=9014 LoginHost=change with your ip Second step go to: C:\server\login\config\loginserver and find # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=127.0.0.1 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname=127.0.0.1 # Bind ip of the loginServer, use * to bind on all available IPs LoginserverHostname=* LoginserverPort=2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan=20 # 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 GMMinLevel=100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname=* and change them to # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=change with your ip (as i told u,u can find ur ip here: www.whatismyip.com) # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname=127.0.0.1 # Bind ip of the loginServer, use * to bind on all available IPs LoginserverHostname=change with your ip LoginserverPort=2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan=20 # 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 GMMinLevel=100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname=change with your ip Third Step Download L2fileedit http://www.4shared.com/file/14932462/1ce42b1d/L2_FileEdit_C4_C5_C6_By_Setokaiba.html?s=1 Open L2Fileedit,choose your chronicle,press Open and decrypt,go to ur system and open l2.ini Search for ServerAddr=change with your ip and press save and encrypt,replace (yes),version 413,share ur L2.ini (tell ur friends to add it to their system) and ur friends are ready to connect ! I hope that i helped u Have fun!
wickedshot Posted February 17, 2008 Author Posted February 17, 2008 on the second step its diferent from what i have on my file. can some one help me?
Versus Posted February 17, 2008 Posted February 17, 2008 on the second step its diferent from what i have on my file. can some one help me? Give me a screen.But i will answer u tomorrow,it's 4.22 at night and i have to go sleep.Goodnight,cya tomorrow.
wickedshot Posted February 17, 2008 Author Posted February 17, 2008 # ================================================================ # General login server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # Bind ip of the loginserver, use * to bind on all available IPs LoginserverHostname=* LoginserverPort=2106 GMMinLevel=100 # The port on which login will listen for GameServers LoginPort=9014 # 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 ShowLicence = False # Database info Driver=com.mysql.jdbc.Driver #Driver=org.hsqldb.jdbcDriver #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver URL=jdbc:mysql://localhost/l2jdb #URL=jdbc:hsqldb:hsql://localhost/l2jdb #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password= Login=root Password=root # Useable values: "True" - "False", use this option to choose whether accounts will be created # automatically or not. AutoCreateAccounts=True # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic) # (0 = disable) IpUpdateTime=0 # ============================================================== # Test server setting, shoudnt be touched in online game server # ============================================================== Debug = False Assert = False Developer = False # Enforce GG Authorization from client # Login server will kick client if client bypassed GameGuard authentication ForceGGAuth=False #FloodProtection. time in ms EnableFloodProtection=True FastConnectionLimit=15 NormalConnectionTime=700 FastConnectionTime=350 MaxConnectionPerIP=50 #Ban management # number of attempt before a user is banned when he fails his login LoginTryBeforeBan=20 # duration for a ban after a login failure (in seconde) BanDurationAfterLoginFailure=600
Anghel Posted February 17, 2008 Posted February 17, 2008 # ================================================================ # General login server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # Bind ip of the loginserver, use * to bind on all available IPs LoginserverHostname=* LoginserverPort=2106 GMMinLevel=100 hmm i cant see an actuall error here but try putting your external IP there=> {LoginserverHostname=*} hope i helped ....
Versus Posted February 17, 2008 Posted February 17, 2008 # ================================================================ # General login server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # Bind ip of the loginserver, use * to bind on all available IPs LoginserverHostname=* LoginserverPort=2106 GMMinLevel=100 # The port on which login will listen for GameServers LoginPort=9014 # 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 ShowLicence = False # Database info Driver=com.mysql.jdbc.Driver #Driver=org.hsqldb.jdbcDriver #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver URL=jdbc:mysql://localhost/l2jdb #URL=jdbc:hsqldb:hsql://localhost/l2jdb #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password= Login=root Password=root # Useable values: "True" - "False", use this option to choose whether accounts will be created # automatically or not. AutoCreateAccounts=True # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic) # (0 = disable) IpUpdateTime=0 # ============================================================== # Test server setting, shoudnt be touched in online game server # ============================================================== Debug = False Assert = False Developer = False # Enforce GG Authorization from client # Login server will kick client if client bypassed GameGuard authentication ForceGGAuth=False #FloodProtection. time in ms EnableFloodProtection=True FastConnectionLimit=15 NormalConnectionTime=700 FastConnectionTime=350 MaxConnectionPerIP=50 #Ban management # number of attempt before a user is banned when he fails his login LoginTryBeforeBan=20 # duration for a ban after a login failure (in seconde) BanDurationAfterLoginFailure=600 Make this change and tell me if it works.Btw what pack do u use? # Bind ip of the loginserver, use * to bind on all available IPs LoginserverHostname=change with ur ip LoginserverPort=2106
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now