View Single Post
  #1  
Old 11-13-2009, 01:37 PM
bthomsen0312
Fire Beetle
 
Join Date: Nov 2009
Posts: 21
Default Can't Login to own server

So i get a 1017 error when trying to log onto the server from any number of ways. i have other people from outside connecting but i never can connect myself from either of my desktops, i am behind a linksys router. I have tried port fowarding 5998 7000-7500 9000 and 9080 BOTH UDP/TCP on all. i tried turning on DMZ i tried holding a rabbits foot. im lost guys
Here are ALL of my /configs
Code:
Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=PEQloginDB
DatabaseUserName=root
DatabaseUserPassword=****
OPCodePathAndFileName=login_opcodes.conf
Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>SOML</shortname>
		<longname>Sitonmylaps house</longname>
		<address>Sitonmylap.dyndns.org</address>
		<localaddress>192.168.0.105</localaddress>
	  <loginserver>
		<host>eqemulator.net</host>
		<port>5998</port>
		<account></account>
		<password></password>
        </loginserver>

                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>asdfqwerty</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>root</username>
                <password>****</password>
                <db>peq</db>
        </database>
</server>
Code:
 [LoginServer]
Host=eqemulator.net:5998
edit i tried this http://www.eqemulator.net/wiki/wikka...akka=RouterFix and it didn't work, it looked like to me i was already NAT fowarded so that didn't help...

also i tried checking to see if my ports are open, however even they should be open my router *Linksys WRT54G* as i did the port fowarding and they are open on BOTH of my desktops........and the weird part is i have outside people join my server and get in (co-worker said he got in no problemo)
Reply With Quote