- Joined
- Apr 12, 2007
- Messages
- 15
- Reaction score
- 0
I am trying making a network together with another person.
When i starting up the Loginserver it says:
And it comes with
Edit: We can run the server through Hamachi, but it sux with Ping.. and then we can impossible get many players in the server, not many who knows how to setup Hamachi and make it run with server and such..
# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? =>To view the content, you need to sign in or register
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visitTo view the content, you need to sign in or register
# ===================================================================================================
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname=0.0.0.0
GameserverPort=7778
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=l2goldendragon.servegame.com
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=l2goldendragon.servegame.com
# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)
InternalNetworks=
# Define optional networks and router IPs
# IP (200.100.200.100) or fully qualified domain name
# (google.com) that resolves to an IP (use ping to determine if a domain resolves).
# Format: ip,net/mask;ip,net/mask,net/mask
# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)
# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server
OptionalNetworks=
# The Loginserver host and port
LoginPort=9014
LoginHost=l2goldendragon.servegame.com
# ================================================================
# General login server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=l2goldendragon.servegame.com
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = False
# If false, the licence (after the login) will not be shown
ShowLicence = True
When i starting up the Loginserver it says:
We have tried DNS Ip and External ip (But we has Dynamic ip)WARN : Error creating ServerSocket: java.net.BindException: Cannot assign reques
ted address: JVM_Bind
INFO : Listening for GameServers on l2goldendragon.servegame.com:9014
INFO : Telnet server is currently disabled.
INFO : Login Server ready on 0.0.0.0:2106
And it comes with
Thanks for your help!WARN : Error creating ServerSocket: java.net.BindException: Cannot assign reques
ted address: JVM_Bind
Edit: We can run the server through Hamachi, but it sux with Ping.. and then we can impossible get many players in the server, not many who knows how to setup Hamachi and make it run with server and such..
Last edited: