Page 1 of 1

ipconfig.xml

Posted: Sat Dec 08, 2012 11:28 am
by djmouse
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5717
L2JDP Revision Number: 9323

Hi. I'm trying to run my server on CentOS 6.4. It starts well, but I can't connect to it. I connect to login server, I see gameserver online, but when I try to enter it, nothing happens.

Here is my ifconfig

Code: Select all

 [root@ks3277776 ~]# ifconfigeth0      Link encap:Ethernet  HWaddr 4C:72:B9:43:37:84          inet adr:37.59.8.55  Bcast:37.59.8.255  Masque:255.255.255.0          adr inet6: fe80::4e72:b9ff:fe43:3784/64 Scope:Lien          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1          RX packets:10593 errors:0 dropped:0 overruns:0 frame:0          TX packets:14040 errors:0 dropped:0 overruns:0 carrier:0          collisions:0 lg file transmission:1000          RX bytes:1866765 (1.7 MiB)  TX bytes:2714990 (2.5 MiB)          Interruption:20 Mémoire:fe500000-fe520000 lo        Link encap:Boucle locale          inet adr:127.0.0.1  Masque:255.0.0.0          adr inet6: ::1/128 Scope:Hôte          UP LOOPBACK RUNNING  MTU:16436  Metric:1          RX packets:82037 errors:0 dropped:0 overruns:0 frame:0          TX packets:82037 errors:0 dropped:0 overruns:0 carrier:0          collisions:0 lg file transmission:0          RX bytes:141193405 (134.6 MiB)  TX bytes:141193405 (134.6 MiB) [root@ks3277776 ~]# 
Hope you can help me :)

ahh, I forgot ipconfig.xml is

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="37.59.8.55" 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) -->
</gameserver>

Re: ipconfig.xml

Posted: Sat Dec 08, 2012 5:16 pm
by UnAfraid