A port (?) problem?

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
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

A port (?) problem?

Post by returNix »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:last
L2JDP Revision Number:last
Hey guys, I think im having a port problem.
Im running a server on my computer, that has an internet, it was running properly untill
I had some internet issues. So I had to reset my router, and all my setting just removed.
I made them all alone [they are ok] and opened the requierd ports [2106,9014.7777] and started my server.
People couldnt get in the server, in the gameserver console there is nothing wrong, and I cant think of
anything that could happend that is not the ports. I havent done any changes, in all the vote sites the
server shows its "off" and when I check at "canyouseeme.org" [when my server open] it says my
ports arent opened [only 7777 says its opens] and I checked at all the stuff related to the server, nothing wrong.
If someone can help, my players are waiting. thanks.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: A port (?) problem?

Post by MELERIX »

revision numbers ?

"last" is not a revision number.

also you should give more details like your ip configs.
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Re: A port (?) problem?

Post by returNix »

MELERIX wrote:revision numbers ?

"last" is not a revision number.

also you should give more details like your ip configs.
The revisions numbers in this case are not important

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="l2deadoralive.servegame.com">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <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.0.0/16" address="192.168.0.0" /></gameserver>
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: A port (?) problem?

Post by _DS_ »

Use search, discussed over 9000 times. Closed.

PS. Port is not correctly open.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Locked