Need help please =/
Well I have been trying for the past few days to get a Public server up, it loads up, I can log in but no one else can, even people on my LAN, I have ports 3306, 7000-7500, and 9000-9080 am I missing any? I edited the hosts file under system32\drivers\ to look like this, maybe thats configured wrong?
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
192.168.0.62 lordsofchaos.game-host.org
127.0.0.1 lordsofchaos.game-host.org
75.171.185.188 lordsofchaos.game-host.org
Yes Im trying to use a DynDNS server address, im sure im forwarding to the right IP, I use a static one, and also my config file looks like this:
<?xml version="1.0">
<server>
<world>
<shortname>emusp</shortname>
<longname>Lords of Chaos</longname>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>******</username>
<password>******</password>
<db>****</db>
</database>
</server>
Any help is great, thanks in advance, hope to hear from everyone!
|