[Help]IP problem L2J 

Skilled Illusionist
Joined
Nov 12, 2007
Messages
333
Reaction score
3
Ok so i am using a Hellbound L2J server. I forwarded 9014 and 7777 for both UDP and TCP.

When i set the login server and game server ips to 127.0.0.1 it will load perfectly, i can log in and play.

When i set the ips to my Hamachi ip address it will load perfectly and i can log in and play.

But when i go to load it to my ip address 71.59.175.152 it wont load, just time out.

When i go to whatismyip.com it says: Your IP Address Is 71.59.175.152

Heres the server Loaded on 127.0.0.1
Thesnowman - [Help]IP problem - RaGEZONE Forums


Heres the server loaded on 5.4.200.168 (hamachi)
Thesnowman - [Help]IP problem - RaGEZONE Forums


Heres the server not loaded on 71.59.175.152
Thesnowman - [Help]IP problem - RaGEZONE Forums

:alienmental:

Server Config file edited to 71.59.175.152
Code:
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname=0.0.0.0
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=71.59.175.152
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=127.0.0.1
# Note: you can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort=9014
LoginHost=71.59.175.152

Loginserver config file edited to 71.59.175.152
Code:
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=1
# The port, ip on which login will listen for GameServers
LoginHostname=71.59.175.152
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = True
# If false, the licence (after the login) will not be shown
ShowLicence = True

Please help i dont want to play on hamachi - It lags alot cause its gay and i want this to work.
 
Ok so i am using a Hellbound L2J server. I forwarded 9014 and 7777 for both UDP and TCP.

When i set the login server and game server ips to 127.0.0.1 it will load perfectly, i can log in and play.

When i set the ips to my Hamachi ip address it will load perfectly and i can log in and play.

But when i go to load it to my ip address 71.59.175.152 it wont load, just time out.

When i go to whatismyip.com it says: Your IP Address Is 71.59.175.152

Heres the server Loaded on 127.0.0.1
Thesnowman - [Help]IP problem - RaGEZONE Forums


Heres the server loaded on 5.4.200.168 (hamachi)
Thesnowman - [Help]IP problem - RaGEZONE Forums


Heres the server not loaded on 71.59.175.152
Thesnowman - [Help]IP problem - RaGEZONE Forums

:alienmental:

Server Config file edited to 71.59.175.152
Code:
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname=0.0.0.0
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=71.59.175.152 [COLOR=red]<< Register DNS at No-ip.com( l2....no-ip.biz/info)....[/COLOR]
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=[COLOR=red]IPconfig  (start > run > ipconfig and see it) [/COLOR]
# Note: you can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort=9014
LoginHost=[COLOR=red]71.59.175.152 << IPconfig (start > run > ipconfig and see it) [/COLOR]

Loginserver config file edited to 71.59.175.152
Code:
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=1
# The port, ip on which login will listen for GameServers
LoginHostname=[COLOR=red]71.59.175.152 < Ipconfig (start > run > ipconfig and see it) [/COLOR]
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = True
# If false, the licence (after the login) will not be shown
ShowLicence = True

Please help i dont want to play on hamachi - It lags alot cause its gay and i want this to work.

Open modem manager and forward post 2106 and 7777 , dont need 9014

Good luck.
 
Upvote 0
When i open ipconfig it instantly closes....

And how come u do not need 9014 when u said right here.

# The port, ip on which login will listen for GameServers
LoginHostname=71.59.175.152 < Ipconfig (start > run > ipconfig and see it) LoginPort=9014
# If set to true any GameServer can register on your login's free slots AcceptNewGameServer = True
# If false, the licence (after the login) will not be shown ShowLicence = True

I cant see ur reply cause ragezone thinks it doesnt exist yet it does...
 
Last edited by a moderator:
Upvote 0
When i open ipconfig it instantly closes....

And how come u do not need 9014 when u said right here.

# The port, ip on which login will listen for GameServers
LoginHostname=71.59.175.152 < Ipconfig (start > run > ipconfig and see it) LoginPort=9014
# If set to true any GameServer can register on your login's free slots AcceptNewGameServer = True
# If false, the licence (after the login) will not be shown ShowLicence = True

I cant see ur reply cause ragezone thinks it doesnt exist yet it does...

you can't type ipconfig... u must type in the run: cmd, after this u type ipconfig...
 
Upvote 0
Back