Connecting Light ping 9999(SOLVED)

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
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Connecting Light ping 9999 (already searched at forum)

Post by _DS_ »

Gameserver started ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Gizmo_x
Posts: 13
Joined: Mon Jan 17, 2011 10:36 pm

Re: Connecting Light ping 9999 (already searched at forum)

Post by Gizmo_x »

gameserver is up.

my isp can block 7777 port?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Connecting Light ping 9999 (already searched at forum)

Post by _DS_ »

Dont think so. But your router or firewall - sure.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Gizmo_x
Posts: 13
Joined: Mon Jan 17, 2011 10:36 pm

Re: Connecting Light ping 9999 (already searched at forum)

Post by Gizmo_x »

my firewall of off, i have from router ss in first post there is open 2x port.
Gizmo_x
Posts: 13
Joined: Mon Jan 17, 2011 10:36 pm

Re: Connecting Light ping 9999 (already searched at forum)

Post by Gizmo_x »

when server is up i dont have listener on 7777 port only on 2106 is it correct?

Error: I could not see your service on 77.28.181.70 on port (7777)
Reason: Connection refused

Success: I can see your service on 77.28.181.70 on port (2106)
Your ISP is not blocking port 2106
blacksea
Posts: 458
Joined: Fri Oct 05, 2007 1:29 am

Re: Connecting Light ping 9999 (already searched at forum)

Post by blacksea »

Gizmo_x wrote:when server is up i dont have listener on 7777 port only on 2106 is it correct?

Error: I could not see your service on 77.28.181.70 on port (7777)
Reason: Connection refused

Success: I can see your service on 77.28.181.70 on port (2106)
Your ISP is not blocking port 2106
loginserver 2106
gameserver 7777
Gizmo_x
Posts: 13
Joined: Mon Jan 17, 2011 10:36 pm

Re: Connecting Light ping 9999 (already searched at forum)

Post by Gizmo_x »

blacksea wrote:
Gizmo_x wrote:when server is up i dont have listener on 7777 port only on 2106 is it correct?

Error: I could not see your service on 77.28.181.70 on port (7777)
Reason: Connection refused

Success: I can see your service on 77.28.181.70 on port (2106)
Your ISP is not blocking port 2106
loginserver 2106
gameserver 7777

Code: Select all

# Where's the Login server this gameserver should connect to# Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# Default: * (0.0.0.0)GameserverHostname = 127.0.0.1 # Default: 7777GameserverPort = 7777
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Connecting Light ping 9999 (already searched at forum)

Post by _DS_ »

Gizmo_x wrote:# Bind address for gameserver. You should not need to change it in most cases.
# Default: * (0.0.0.0)
GameserverHostname = 127.0.0.1
Why you change values in config, even not reading descriptions ? We probably should remove this parameter or make it hidden.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Gizmo_x
Posts: 13
Joined: Mon Jan 17, 2011 10:36 pm

Re: Connecting Light ping 9999 (already searched at forum)

Post by Gizmo_x »

_DS_ wrote:
Gizmo_x wrote:# Bind address for gameserver. You should not need to change it in most cases.
# Default: * (0.0.0.0)
GameserverHostname = 127.0.0.1
Why you change values in config, even not reading descriptions ? We probably should remove this parameter or make it hidden.
thank you so much.

SOLVED
seires
Posts: 73
Joined: Wed Dec 14, 2005 5:24 pm

Re: Connecting Light ping 9999 (already searched at forum)

Post by seires »

jurchiks wrote:your friend should be able to connect using your external (provided it hasn't changed ofc, since you have dynamic IP), but you won't be able to. I already said you CAN'T connect to and from your LAN using WAN ip!
Yes you can, if the router has loopback support.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Connecting Light ping 9999(SOLVED)

Post by jurchiks »

not by default...
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.
seires
Posts: 73
Joined: Wed Dec 14, 2005 5:24 pm

Re: Connecting Light ping 9999(SOLVED)

Post by seires »

jurchiks wrote:not by default...
Almost all of the routers i've had through the years has supported loopback connections, by default.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Connecting Light ping 9999(SOLVED)

Post by jurchiks »

bah... not ENABLED by default? What ever, he needs to use his LAN IP to join from LAN and that's it. Case closed.
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.
seires
Posts: 73
Joined: Wed Dec 14, 2005 5:24 pm

Re: Connecting Light ping 9999(SOLVED)

Post by seires »

jurchiks wrote:bah... not ENABLED by default? What ever, he needs to use his LAN IP to join from LAN and that's it. Case closed.
I should've said in my last post that it's been enabled by default too. So no, stating that he must is wrong as it depends on the router.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Connecting Light ping 9999(SOLVED)

Post by jurchiks »

Never depend on chances.
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.
Post Reply