I hope someone here can bring me the solution to that problem that I have been triying to fix for almost one week without success.
I have created a server in my computer, all succesful. I can enter on it with the local ip in my .ini (127.0.0.1). But when I try people to log in, they cant (I send them the .ini with my external IP).
Usually, the basic requirements are open ports and edit server/login.properties and ipconfig.xml and deactivate anti virus and firewall. I called my internet company and they opened the ports for me, so that is done right. I suppost that the problem is in my .properties files or in other thing that I dont know. Does someone know what could be the problem? I share my properties files and ipconfig.xml:
Login server properties:
# ---------------------------------------------------------------------------
# Login Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------
# Bind ip of the LoginServer, use * to bind on all available IPs
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
LoginserverHostname = *
# Default: 2106
LoginserverPort = 2106
# The address on which login will listen for GameServers, use * to bind on all available IPs
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
LoginHostname = *
# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014
Game server properties:
# ---------------------------------------------------------------------------
# Game Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------
# Where's the Login server this gameserver should connect to
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: 127.0.0.1
LoginHost = 127.0.0.1
# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014
# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
GameserverHostname = *
# Default: 7777
GameserverPort = 7777
Ip config.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="Here I got my IP" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
If someone helps me, I will not know how to thanks him the help provided :-[
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.
// Saw this drop on a cheat forum, cracked knuckles, ready to tear it apart.
// Then I peeked inside... bro. So much work, yet so little care.
// You're charging $12.5/$20 for a ticking time bomb?
// curl with hardcoded 'BoberKurwa' that's not protection, that's a meme.
// Wasn’t even a challenge just a graveyard of dead code and duct tape.
// Feels like someone copy-pasted from PHP 5.4 dreams into an 8.1 nightmare.
// Broken English, Russian leftovers, Frankenstein methods...
// Do yourself a favor and get into a real dev team and learn how code breathes.
// I will leave it at that and not exposing more *is* the real favor.
Question
marialeonmar
Good night to all MxC members:
I hope someone here can bring me the solution to that problem that I have been triying to fix for almost one week without success.
I have created a server in my computer, all succesful. I can enter on it with the local ip in my .ini (127.0.0.1). But when I try people to log in, they cant (I send them the .ini with my external IP).
Usually, the basic requirements are open ports and edit server/login.properties and ipconfig.xml and deactivate anti virus and firewall. I called my internet company and they opened the ports for me, so that is done right. I suppost that the problem is in my .properties files or in other thing that I dont know. Does someone know what could be the problem? I share my properties files and ipconfig.xml:
Login server properties:
Game server properties:
Ip config.xml:
If someone helps me, I will not know how to thanks him the help provided :-[
Thanks to all the future replies!
8 answers to this question
Recommended Posts
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.