connection error
OK to explain this problem in full detail so there are no quests. im trying to run a server on one computer(computer A). and connect to it from another computer on the network (BEHIND ROUTER) (Computer B). now i can get as far as seeing the server but when i try and connect it just says error 1017. now ive tried everything .... no-ip.org settings, hamachi, evertyhign thats been posted so far and nothing will get htis problem working.
server is running windows xp pro
client is running windows 2000. tried switching it around and running on the other computer and that dont work. there is no full guide on setting it up to run over lan that i could find on this site. just generic ones that dont help this problem or give step by step on how to set this up correctly and where to place my internal ip's. here are all my config files from the server..
also keep in mind they do run fine if i just run it off 127.0.0.1 ip i can log in and play my self but i want to be able to have other people here play so trying to figure this out and getting completly pissed off at it. shouldnt be router settings tho i have the right ports eopened as the emulator for WOW ran fine on this setup.
config.ini
[Database]
host=127.0.0.1
user=eq
password=eq
database=eq
compression=off
[General]
quests=C:\EQEmu\Quests\
wordwrap=1
loginserver.ini
###Your current configuration is as follows:
loginserver.ini:
[LoginServer]
loginserver=192.168.1.4
loginport=5999
worldname=My Minilogin
worldaddress=192.168.1.4
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
eqemu_config.xml
<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>
<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>192.168.1.4</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.4</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- 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>127.0.0.1</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>
again let me know how these settings should be properly and what else i can do to make this work. make the directions as easy as possible to follow as im not the grestest with this kinda stuff but im sick of trying everything i can find on this site and nothing working for me.
im running minilogin, and fresh titanium installs
also if you coudl be so kind to show where to put what ip's the server ip is 192.168.1.4 client is 192.168.1.2
Last edited by fireclav; 06-05-2006 at 03:17 PM..
|