Jump to content
  • 0

[Help] L2jfree Interlude Server


Question

Posted

Hello. I made my own server Interlude but i have problems with connectings [ configurin ip's ]

 

Now i put it online [loginserver works , gameserver worked and joined loginserver] , everything seems ok and i need someone who will help me to check my server, if its working and help me to solve my problems with configurating. I have ready l2.ini

 

if u can help me leave ur contact here or write to me on

 

kobiell12@gmail.com

 

please help me ,i ll appreciate .

 

Regards,

Recommended Posts

  • 0
Posted

Hello. I made my own server Interlude but i have problems with connectings [ configurin ip's ]

 

Now i put it online [loginserver works , gameserver worked and joined loginserver] , everything seems ok and i need someone who will help me to check my server, if its working and help me to solve my problems with configurating. I have ready l2.ini

 

if u can help me leave ur contact here or write to me on

 

kobiell12@gmail.com

 

please help me ,i ll appreciate .

 

Regards,

  • 0
Posted

I read in some forum section that we should connect on pc where is server ,  from our internal ip  , no ?

[i checked and i cant login to my server - nothing happen]

 

I made dyndns.com with my ports and ip's and it looks ok.

 

this is code from my login console:

 

INFO : Loaded 127 server names

INFO : LoginManager initiating

INFO : Cached 10 KeyPairs for RSA communication

INFO : Stored 20 keys for Blowfish communication

INFO : GameServerManager: Loaded 3

INFO : Cached 10 RSA keys for Game Server communication.

INFO : BanManager: Loaded 3 banned ip/subnet(s).

INFO : Listening for GameServers on 192.168.1.14 :9014

INFO : Telnet server is currently disabled.

INFO : Login Server ready on 192.168.1.14  :2106

INFO : Updated Gameserver [3] Kain IP's:

INFO : 192.168.1.14

INFO : 83.9.54.56

 

 

 

 

 

and this is my login server.properties:

 

# General login server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs

LoginServerHostname=192.168.1.14  

LoginServerPort=2106

GMMinLevel=100

 

# The port, ip on which login will listen for GameServers

LoginHostname=192.168.1.14

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 = True

 

 

 

and here u go server.properties:

 

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs

GameserverHostname=192.168.1.14

GameserverPort=7777

 

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

ExternalHostname=83.9.54.56

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

InternalHostname=192.168.1.14

# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)

InternalNetworks=

# Define optional networks and router IPs

# IP (200.100.200.100) or fully qualified domain name

# (google.com) that resolves to an IP (use ping to determine if a domain resolves).

# Format: ip,net/mask;ip,net/mask,net/mask

# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)

# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server

OptionalNetworks=

 

# The Loginserver host and port

LoginPort=9014

LoginHost=192.168.1.14

 

# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

# If set to true, the login will give an other id to the server  if the requested id is allready reserved

AcceptAlternateID = True

 

 

 

Please find me a mistake where i made , i dont know , i can play only when i log in from my 192.168.1.14 ip

and i want put server online

 

 

  • 0
Posted

I read in some forum section that we should connect on pc where is server ,  from our internal ip  , no ?

[i checked and i cant login to my server - nothing happen]

 

I made dyndns.com with my ports and ip's and it looks ok.

 

this is code from my login console:

 

INFO : Loaded 127 server names

INFO : LoginManager initiating

INFO : Cached 10 KeyPairs for RSA communication

INFO : Stored 20 keys for Blowfish communication

INFO : GameServerManager: Loaded 3

INFO : Cached 10 RSA keys for Game Server communication.

INFO : BanManager: Loaded 3 banned ip/subnet(s).

INFO : Listening for GameServers on 192.168.1.14 :9014

INFO : Telnet server is currently disabled.

INFO : Login Server ready on 192.168.1.14  :2106

INFO : Updated Gameserver [3] Kain IP's:

INFO : 192.168.1.14

INFO : 83.9.54.56

 

 

 

 

 

and this is my login server.properties:

 

# General login server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs

LoginServerHostname=192.168.1.14  

LoginServerPort=2106

GMMinLevel=100

 

# The port, ip on which login will listen for GameServers

LoginHostname=192.168.1.14

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 = True

 

 

 

and here u go server.properties:

 

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs

GameserverHostname=192.168.1.14

GameserverPort=7777

 

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

ExternalHostname=83.9.54.56

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

InternalHostname=192.168.1.14

# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)

InternalNetworks=

# Define optional networks and router IPs

# IP (200.100.200.100) or fully qualified domain name

# (google.com) that resolves to an IP (use ping to determine if a domain resolves).

# Format: ip,net/mask;ip,net/mask,net/mask

# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)

# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server

OptionalNetworks=

 

# The Loginserver host and port

LoginPort=9014

LoginHost=192.168.1.14

 

# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

# If set to true, the login will give an other id to the server  if the requested id is allready reserved

AcceptAlternateID = True

 

 

 

Please find me a mistake where i made , i dont know , i can play only when i log in from my 192.168.1.14 ip

and i want put server online

 

 

  • 0
Posted

I have dynamic IP but i made an account on dyndns.com and i made host so im 100% sure its static , im checking and its not changing .

 

about ports im not sure i was using tutorial :

 

i wrote in explorer 192.168.1.1  > go server lans and created 2 ones  with :

1.ports from 2106 to 2106

2. ports from 7777 to 7777

 

after this i clicked  to advanced configuration > internet button  and link up with dyndns

 

 

 

Its home made server

  • 0
Posted

I have dynamic IP but i made an account on dyndns.com and i made host so im 100% sure its static , im checking and its not changing .

 

about ports im not sure i was using tutorial :

 

i wrote in explorer 192.168.1.1  > go server lans and created 2 ones  with :

1.ports from 2106 to 2106

2. ports from 7777 to 7777

 

after this i clicked  to advanced configuration > internet button  and link up with dyndns

 

 

 

Its home made server

  • 0
Posted

So for now i cancelled dns .

Go no-ip registered > creat new host > install program > save , running  ,green buttons - working .

 

Go portforwarding.com installed portchecker > 9014 is open , 7777 is open , 2106 is open.

 

go server > change external host to myserver.no-ip.org

go l2.ini > put myserver.no-ip.org > start l2 > try login > nothing happen.

 

i also changed hosts and try login > still nothin happen

 

 

i uploaded my l2.ini , i put server online so u can try to log - in , please.

http://www.4shared.com/get/raybX-iK/l2_online.html

  • 0
Posted

So for now i cancelled dns .

Go no-ip registered > creat new host > install program > save , running  ,green buttons - working .

 

Go portforwarding.com installed portchecker > 9014 is open , 7777 is open , 2106 is open.

 

go server > change external host to myserver.no-ip.org

go l2.ini > put myserver.no-ip.org > start l2 > try login > nothing happen.

 

i also changed hosts and try login > still nothin happen

 

 

i uploaded my l2.ini , i put server online so u can try to log - in , please.

http://www.4shared.com/get/raybX-iK/l2_online.html

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
Answer this question...

×   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.




  • Posts

    • Hi players ! Meet our project Lineage 2 Hiro Classic ! A low rate classic pvp oriented with many features. No pay to win, RB/AoE, group clan pvp castle etc ...  Dynamic rates, RB Xp 4x and soon massive update with auto farm ! Join now !  https://www.lineage2hiro.com/ Can't wait to see you online !
    • To all first time buyers we give a bonus + 10% of the order. 
    • 🔥 Looking for a powerful, clean, and player-friendly Auction House system for your Lineage 2 server? This fully-featured module is ready to plug into your project and provide your players with a modern, centralized marketplace!   💼 What is it? A complete Auction House system designed for fixed-price item sales between players. Forget about private stores and spammed zones—this system offers a smooth, secure, and offline-friendly way to buy and sell items across your server.   Photo Library: https://imgur.com/a/zLlUQbW   ✅ Main Features: 🔹 Fixed-Price Listings Only: Players list items at a set price. No bidding, no delays—just fast, clean trades. 🔹 Multi-Currency Support: Works with Adena, event coins, custom currencies—fully configurable. 🔹 Dynamic Interface: Players can filter items by name, type, and price. Easy-to-use HTML layout with smooth pagination. 🔹 Sell While Offline: Post items and receive payments even if you're not online—true passive trading. 🔹 Safety First: Full validation: no equipped/augmented/restricted items unless allowed. Prevents scams, mispricing, and listing errors. 🔹 Expiration Timer (Optional): Set listing time limits. Expired items go to warehouse/mail automatically. 🔹 Spam & Duplication Protection: Prevents multiple listings of identical items and unnecessary database load. 🔹 Performance Optimized: Clean, indexed SQL structure. No lag or bloating even with thousands of listings.   ⚙️ Plug & Play Clean Java code (compatible with aCis & derivatives). Easy setup with full instructions and sample configurations. Includes SQL, HTML files, and all Java classes – fully working out of the box.   💰 Pricing & Contact 📦 50 euro - One-time purchase with full support for setup & basic customization. 💬 Contact me here via PM or on Discord: @Luminous 🔐 Serious buyers only – source is clean, secure, and tested on live servers.     Give your server the next-level economy it deserves. No more chaotic trade zones. No more confusion. Just clean, efficient, server-wide trading.
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
    • 166 pisses on their heads any day of the week though
  • Topics

×
×
  • Create New...