Jump to content
  • 0

[Help] L2jfree Interlude Server


kobiell

Question

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,

Link to comment
Share on other sites

Recommended Posts

  • 0

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,

Link to comment
Share on other sites

  • 0

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

 

 

Link to comment
Share on other sites

  • 0

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

 

 

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

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.




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