Help me to open server, im trying for years

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Help me to open server, im trying for years

Post 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: Image

My Run>CMD>Ipconfig screen
Image

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 :)
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help me to open server, im trying for years

Post 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?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Re: Help me to open server, im trying for years

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help me to open server, im trying for years

Post by jurchiks »

Well that's weird, never heard of something like that.
Anyway, try the configs I wrote, they might just do the trick.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Re: Help me to open server, im trying for years

Post 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?
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Re: Help me to open server, im trying for years

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help me to open server, im trying for years

Post by jurchiks »

That 176.61.165.9 looks to me like a static IP. Are you sure it changes every once in a while?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Re: Help me to open server, im trying for years

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help me to open server, im trying for years

Post 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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Re: Help me to open server, im trying for years

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help me to open server, im trying for years

Post by jurchiks »

Only ipconfig. If you've changed any IPs in login/gameserver properties, revert them.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Re: Help me to open server, im trying for years

Post 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 ?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help me to open server, im trying for years

Post 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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
adnan92
Posts: 20
Joined: Sat May 04, 2013 10:39 am

Re: Help me to open server, im trying for years

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help me to open server, im trying for years

Post by jurchiks »

At the bottom, of course. Without the # character.
Also, when you post some code, put it in [ code ]blabla[ /code ] blocks.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply