ipconfig

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
User avatar
xxdonxx
Posts: 8
Joined: Sat Nov 07, 2009 12:46 pm
Location: Romania
Contact:

ipconfig

Post by xxdonxx »

L2J Revision 5105:
L2JDP Revision 8594:

Hello
I can't connect to my server , plz help me with ipconfig.xml.
These are my ip's :
Physical Address: 00-E0-4C-80-55-97
IP Address: 192.168.1.101
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1
DHCP Server: 192.168.1.1
Lease Obtained: 12/18/2011 10:09:02 AM
Lease Expires: 12/18/2011 12:09:02 PM
DNS Server: 192.168.1.1
WINS Server:


I dont need to be public , just need for my test server .
If you have money , you have power.
If you have power , you have women.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: ipconfig

Post by Zoey76 »

Try like this, where 192.168.1.101 is the server IP in the LAN:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="192.168.1.101" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="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.1.0/24" address="192.168.1.101" /></gameserver>
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
User avatar
xxdonxx
Posts: 8
Joined: Sat Nov 07, 2009 12:46 pm
Location: Romania
Contact:

Re: ipconfig

Post by xxdonxx »

I've tested , thx for reply btw , and doesnt work :( . Maybe i must change ip's from game/loghin configs?
If you have money , you have power.
If you have power , you have women.
User avatar
xxdonxx
Posts: 8
Joined: Sat Nov 07, 2009 12:46 pm
Location: Romania
Contact:

Re: ipconfig

Post by xxdonxx »

I've done it , thx very much Zoey76 :D . I had to change the

# Where's the Login server this gameserver should connect to
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: 127.0.0.1
LoginHost = 192.168.1.101

And system ip . Thx
If you have money , you have power.
If you have power , you have women.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: ipconfig

Post by jurchiks »

you should not change the LoginHost if the gameserver and loginserver are on the same IP. It changes absolutely nothing.
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.
User avatar
wenthian
Posts: 30
Joined: Wed Aug 04, 2010 3:39 am
Location: Indonesia
Contact:

Re: ipconfig

Post by wenthian »

if u just configure it in ipconfig.xml it wont work... configure it to both login server and game server :!:
***** " I 'm the chosen not an option"
Image
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: ipconfig

Post by MELERIX »

wenthian wrote:if u just configure it in ipconfig.xml it wont work... configure it to both login server and game server :!:
nope, thats is only for when you have login and server in separated machines, if you have all in same machine, you just need to configure ipconfig.xml
Post Reply