Jump to content
  • 0

Server For Friends With Hamachi


Question

Posted

Hello folks. I have dynamic IP and I am trying to create a server on my PC before i rent server, but for now I want my friend to join. So can I make a hamachi server and make it work ?

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

Here is gameserver.config:

 

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname = 25.128.188.250
GameserverPort = 7777
 
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname = 25.128.188.250
 
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname = 127.0.0.1
 
# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1
 
 
And here is loginserver.config
 
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 25.128.188.250
 
# 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
 
# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106
 
# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 10
 
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600
 
# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname = 127.0.0.1
Edited by raF

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock