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 .
ipconfig
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: ipconfig
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! 

- xxdonxx
- Posts: 8
- Joined: Sat Nov 07, 2009 12:46 pm
- Location: Romania
- Contact:
Re: ipconfig
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.
If you have power , you have women.
- xxdonxx
- Posts: 8
- Joined: Sat Nov 07, 2009 12:46 pm
- Location: Romania
- Contact:
Re: ipconfig
I've done it , thx very much Zoey76
. 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

# 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.
If you have power , you have women.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: ipconfig
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- wenthian
- Posts: 30
- Joined: Wed Aug 04, 2010 3:39 am
- Location: Indonesia
- Contact:
Re: ipconfig
if u just configure it in ipconfig.xml it wont work... configure it to both login server and game server 

- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: ipconfig
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.xmlwenthian wrote:if u just configure it in ipconfig.xml it wont work... configure it to both login server and game server