Page 1 of 3
Help me to open server, im trying for years
Posted: Sat May 04, 2013 10:53 am
by adnan92
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J_DataPack-9663-unstable.zip
L2J_Server-5964-unstable.zip
Sorry if topic is duplicate, and topic in wrong forum... I want to open my L2 server for years but i dont have luck and i dont know how to do...
I opened it and i can play server alone, i see all mobs (i finish MySQL and other things just need to make server online)
First to say i dont have STATIC ip, just local ( i use cable fast internet )
My ip from
http://www.whatsmyip.org/ : Your IP Address is
176.61.165.9
So i think its external ip (me and my friends we have same IP, my friends who use same internet cable)
So i hear about
https://www.noip.com, and i make profile, and i already hosting... " adnano.no-ip.biz "
Screen:
My Run>CMD>Ipconfig screen
So tell me what i need to change to make it public:
I think i need to change something here
<?xml version="1.0" encoding="UTF-8"?>
<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
Who help me, my dreams will be become true

Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:02 am
by jurchiks
I believe it should be this:
gameserver address="adnano.no-ip.biz"
And if you know what the IP range is for 176.61.165.9, then you could add that to subnets, smth like:
<define subnet="176.61.165.0/24" address="176.61.165.9" />
So i think its external ip (me and my friends we have same IP, my friends who use same internet cable)
They all have this exact IP shown in whatismyip.org?
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:04 am
by adnan92
jurchiks wrote:I believe it should be this:
gameserver address="adnano.no-ip.biz"
And if you know what the IP range is for 176.61.165.9, then you could add that to subnets, smth like:
<define subnet="176.61.165.0/24" address="176.61.165.9" />
So i think its external ip (me and my friends we have same IP, my friends who use same internet cable)
They all have this exact IP shown in whatismyip.org?
yes mate all in my village have same ip, with cable net
when they go whatismyip.org we have same ip
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:09 am
by jurchiks
Well that's weird, never heard of something like that.
Anyway, try the configs I wrote, they might just do the trick.
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:11 am
by adnan92
jurchiks wrote:Well that's weird, never heard of something like that.
Anyway, try the configs I wrote, they might just do the trick.
ty for fast answering and one more question what players need to have in l2ini to log my server, what IP adress
and do you have some time to check is this working if you have, h5?
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:28 am
by adnan92
adnan92 wrote:jurchiks wrote:Well that's weird, never heard of something like that.
Anyway, try the configs I wrote, they might just do the trick.
ty for fast answering and one more question what players need to have in l2ini to log my server, what IP adress
and do you have some time to check is this working if you have, h5?
lol sorry mate
my ip is 176.61.165.9
and my friend ip is : 176.61.165.43 its not same
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:41 am
by jurchiks
That 176.61.165.9 looks to me like a static IP. Are you sure it changes every once in a while?
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:50 am
by adnan92
jurchiks wrote:That 176.61.165.9 looks to me like a static IP. Are you sure it changes every once in a while?
its always the same, i called my internet service yesterday and they say if i want static ip i need to buy other packet 20euros more
tell me do i need to change something in loginserver propertis and gameserver propertis or just in ipconfig
because my friend cant see my server :/
i put him to l2 ini: "adnano.no-ip.biz server adress and no results
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:51 am
by jurchiks
I don't think you know what static IP means...
If your IP is always the same, it already is static and you don't need no-ip, just use that IP.
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:52 am
by adnan92
jurchiks wrote:I don't think you know what static IP means...
If your IP is always the same, it already is static and you don't need no-ip, just use that IP.
do i need to change loginserver and gamerserver properties? or just ipconfig
i will try
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 11:57 am
by jurchiks
Only ipconfig. If you've changed any IPs in login/gameserver properties, revert them.
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 12:02 pm
by adnan92
jurchiks wrote:Only ipconfig. If you've changed any IPs in login/gameserver properties, revert them.
ok, i didnt change
so if my static ip is
176.61.165.9 i need to do just this
<?xml version="1.0" encoding="UTF-8"?>
<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="
176.61.165.9" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
Why my friend cant join then ?
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 12:07 pm
by jurchiks
176.61.165.9 l2authd.lineage2.com
In hosts file, no need to modify l2.ini.
Another thing that could be interfering would be some firewall/router. If you have any of those, you need to open ports 2106 and 7777.
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 12:12 pm
by adnan92
jurchiks wrote:176.61.165.9 l2authd.lineage2.com
In hosts file, no need to modify l2.ini.
Another thing that could be interfering would be some firewall/router. If you have any of those, you need to open ports 2106 and 7777.
i have only gateway router and i opened ports
i would be gratefull if you can copy what hosts need to be like
my hosts are
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
and where i need to put 176.61.165.9 l2authd.lineage2.com
Re: Help me to open server, im trying for years
Posted: Sat May 04, 2013 12:12 pm
by jurchiks
At the bottom, of course. Without the # character.
Also, when you post some code, put it in [ code ]blabla[ /code ] blocks.