Localhost

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
bresio
Posts: 20
Joined: Fri Nov 12, 2010 8:15 pm

Localhost

Post by bresio »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hello created some l2 server some years ago.
I want to know if only want the server for me:
if what i have to write in ipconfig.xml??
In each 127.0.0.1

like this??

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="127.0.0.1">    <!-- Localhost access -->    <define subnet="127.0.0.1" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <define subnet="127.0.0.1" address="127.0.0.1" />    <define subnet="127.0.0.1" address="127.0.0.1" />    <define subnet="127.0.0.1" address="127.0.0.1" /></gameserver>

Thanks
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Localhost

Post by _DS_ »

Nothing.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
bresio
Posts: 20
Joined: Fri Nov 12, 2010 8:15 pm

Re: Localhost

Post by bresio »

so all empty??
and what i have to put in host??
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Localhost

Post by Naonah »

bresio wrote:so all empty??
:D :D :D
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Localhost

Post by SolidSnake »

bresio wrote:so all empty??
and what i have to put in host??

Code: Select all

127.0.0.1 localhost127.0.0.1 L2authd.lineage2.com89.186.66.247 nProtect.lineage2.com89.186.66.247 update.nProtect.com89.186.66.247 update.nProtect.net
Image
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Localhost

Post by _DS_ »

Connection from localhost work by default.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply