- 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
Heres the server loaded on 5.4.200.168 (hamachi)
Heres the server not loaded on 71.59.175.152
Server Config file edited to 71.59.175.152
Loginserver config file edited to 71.59.175.152
Please help i dont want to play on hamachi - It lags alot cause its gay and i want this to work.
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
Heres the server loaded on 5.4.200.168 (hamachi)
Heres the server not loaded on 71.59.175.152
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.