ip

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
Post Reply
Quimeric
Posts: 17
Joined: Fri Jan 21, 2011 11:17 pm

ip

Post by Quimeric »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:5461
L2JDP Revision Number:8703
Hi guys, i want know how i can open my serve to friends?
i have to edit what in ipconfig.xml / and game or login/config/serve? (how?)
can u help me? my ip is 189.82.58.xxx
and my internal is 10.1.1.2 thanks.

(i open 7777 and 2106 port) any other more?
ty
NoobException
Posts: 10
Joined: Thu Jun 28, 2012 2:07 am

Re: ip

Post by NoobException »

see http://trac.l2jserver.com/wiki/Connecting_Info# :P

As with your external ip, put it where it says external ip. Make sure you allow both inbound and outbound rules for the following ports mentioned above. ^ << assuming you're using Windows Server or other Windows

:mrgreen:
Quimeric
Posts: 17
Joined: Fri Jan 21, 2011 11:17 pm

Re: ip

Post by Quimeric »

hi, i open the ports, and config my ipconfig.xml:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="189.82.58.xxx" 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.1.1.2" />    <define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="189.168.0.0" /></gameserver>
the server get start, but i can't login... whem i try the client of lineage2 just keeping show: "...please wait a moment"
Last edited by Quimeric on Sun Jul 01, 2012 5:15 am, edited 1 time in total.
NoobException
Posts: 10
Joined: Thu Jun 28, 2012 2:07 am

Re: ip

Post by NoobException »

lol, I ran into that problem before too :P

My solution is ugly - get another Internet connection. Steal your neighbor's, if you will ;)

My guess is that no matter what you do - your router always recognizes your machine as a part of the internal network(behind the router), not one from outside. Probably doesn't matter how you port forward or mark the server as DMZ, the router... just doesn't understand :shock:

or maybe you can rent a vps and do it that way, all problems solved ^^

I do my stuff local before going public, so I don't mind using the local network :mrgreen:

And oh, hide your real (I am assuming) IP address, it doesn't matter if it's dynamic, you know there are evil monsters out on the internetz :P
Last edited by NoobException on Sun Jul 01, 2012 6:22 am, edited 1 time in total.
Quimeric
Posts: 17
Joined: Fri Jan 21, 2011 11:17 pm

Re: ip

Post by Quimeric »

sorry, i really forgot to hide my ip... thanks.
About vps, i ill buy one,but i'm afraid to the same problem happen in the vps.
any help?
PS: whem i change the l2.ini to conect with 127.0.0.1 it work but with my real ip don't. thanks
NoobException
Posts: 10
Joined: Thu Jun 28, 2012 2:07 am

Re: ip

Post by NoobException »

With a vps you wont run into such problems because the host and client is always seperate. The host and client each does its own thing so you don't need to go thru all that trouble screwing apart the router/modem :mrgreen:

That's just one of the many beauties of an vps. But do make sure you allocate more resource than you need (there is a thread on how). AFAIK there are plenty of memory leaks. I can confirm this with my copy of beta l2j :o

127.0.0.1 works because you have both the sever and client on the same machine... your router is probably not configured to forward the necessary ports. And even if you did you may run into the whole 'not recognized as an external machine' thing... this whole thing is ugly :P

and don't edit the client ;) its illegal :P
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: ip

Post by tukune »

Post Reply