ping 9999 help plz

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
Locked
adeptik
Posts: 52
Joined: Mon Dec 27, 2010 11:16 pm

ping 9999 help plz

Post by adeptik »

Listening for GameServers on *:9014
Telnet server is currently disabled.
Login Server ready on *:2106
Updated Gameserver [1] Bartz IP's:
192.168.1.17/127.0.0.0/8
192.168.1.17/10.0.0.0/8
172.16.0.0/172.16.0.0/19
192.168.0.0/192.168.0.0/16
192.168.1.17/0.0.0.0/0

Plz help

п»ї<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="192.168.1.17">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="192.168.1.17" />
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="10.0.0.0/8" address="192.168.1.17" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
adeptik
Posts: 52
Joined: Mon Dec 27, 2010 11:16 pm

Re: ping 9999 help plz

Post by adeptik »

Listening for GameServers on *:9014
Telnet server is currently disabled.
Login Server ready on *:2106
Updated Gameserver [1] Bartz IP's:
109.200.159.226/127.0.0.0/8
192.168.1.17/10.0.0.0/8
172.16.0.0/172.16.0.0/19
192.168.0.0/192.168.0.0/16
109.200.159.226/0.0.0.0/0

п»ї<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="109.200.159.226">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="109.200.159.226" />
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="10.0.0.0/8" address="192.168.1.17" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>


With such variant пинг too 9999
plz help me
User avatar
netvirus
Advanced User
Advanced User
Posts: 408
Joined: Sun Aug 02, 2009 3:43 pm
Location: Russia
Contact:

Re: ping 9999 help plz

Post by netvirus »

Looking server.properties and loginserver.properties should be LoginHostname = your ip
FidoNet - iddqd
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: ping 9999 help plz

Post by MELERIX »

nop, you don't need to modify IPs in .propertie files, except if you have login & server in different machines.

you only needs to edit ipconfig.xml with the right IPs ;)
adeptik
Posts: 52
Joined: Mon Dec 27, 2010 11:16 pm

Re: ping 9999 help plz

Post by adeptik »

Particularly how to edit this file?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: ping 9999 help plz

Post by jurchiks »

what are your LAN/WAN IPs?
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.
adeptik
Posts: 52
Joined: Mon Dec 27, 2010 11:16 pm

Re: ping 9999 help plz

Post by adeptik »

At me a problem one - 9999!!!!
Ip servera 192.168.1.17 local...... 109.200.159.226 internet ip
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: ping 9999 help plz

Post by jurchiks »

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><gameserver address="109.200.159.226"><define subnet="127.0.0.0/8" address="127.0.0.1" /><define subnet="192.168.0.0/16" address="192.168.1.17" /></gameserver>
This.
P.S.
If you connect from the same PC, use 127.0.0.1
If you connect from LAN, use 192.168.1.17
If you connect from WAN, use 109.200.159.226
That IP goes in hosts file (or l2.ini if you prefer that, but there is almost no difference).
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.
adeptik
Posts: 52
Joined: Mon Dec 27, 2010 11:16 pm

Re: ping 9999 help plz

Post by adeptik »

big Thx
longshot
Posts: 9
Joined: Mon May 16, 2011 2:54 pm

Re: ping 9999 help plz

Post by longshot »

thxs i got it to work
Last edited by longshot on Sun May 22, 2011 2:53 am, edited 1 time in total.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: ping 9999 help plz

Post by hope »

post ur host file that could be messed up
Locked