Page 1 of 1

ipconfig

Posted: Sun Dec 18, 2011 8:21 am
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 .

Re: ipconfig

Posted: Sun Dec 18, 2011 8:46 am
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>

Re: ipconfig

Posted: Sun Dec 18, 2011 8:59 am
by xxdonxx
I've tested , thx for reply btw , and doesnt work :( . Maybe i must change ip's from game/loghin configs?

Re: ipconfig

Posted: Sun Dec 18, 2011 9:06 am
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

Re: ipconfig

Posted: Sun Dec 18, 2011 11:00 am
by jurchiks
you should not change the LoginHost if the gameserver and loginserver are on the same IP. It changes absolutely nothing.

Re: ipconfig

Posted: Tue Dec 20, 2011 5:39 pm
by wenthian
if u just configure it in ipconfig.xml it wont work... configure it to both login server and game server :!:

Re: ipconfig

Posted: Tue Dec 20, 2011 5:48 pm
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