Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-09-2006, 07:42 PM
revolt268
Fire Beetle
 
Join Date: May 2006
Posts: 3
Question Issues settig up a lan server

I have been trying to set up a lan server because the place I'mmoving to in a few months doesn't have internet. So far I used the autoinstall program and I was able to set up a server on my main PC. Then I was able to log on with that same pc on to the game and play. My problem happens when I try to log on to me Server from my laptop. It gives me the 1017 error.

The eqhost file on the laptop is as follows:

[LoginServer]
Host=192.168.1.101:5999

The eqemu_cofig.xml is this

<?xml version="1.0">
<server>
<world>
<shortname>Rev</shortname>
<longname>Revolution</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>192.168.1.101</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.101</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>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>

If there are any other files i'llneed to post let me know. I've tried a few thigs but I'm still ew to all this, so any help would be nice.

P.S. Thanks to all you guys here who have made this emulator what it is today. you all have done some nice work.
Reply With Quote
  #2  
Old 06-09-2006, 10:40 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Have you Titanium everquest or Pre 09/13 client patch ?
Have you set all .ini files config for minilogin ?
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #3  
Old 06-10-2006, 06:55 AM
revolt268
Fire Beetle
 
Join Date: May 2006
Posts: 3
Default i think so

First off, both copies are from a fresh install of the Titanium version, with no patch updates on them. I even resorted to copying the installation from my main to the laptop, but that didn't work either. I have the loginserver.ini set to this:

###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=192.168.1.101
loginport=5999
worldname=Revolution
worldaddress=192.168.1.101
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

///////////////////////////

and config.ini to this:

[Database]
host=localhost
user=eq
password=eq
database=eq
compression=off

[General]
quests=C:\EQEmu\Quests\

wordwrap=1

//////////////////////

and the db.ini to this:

###Your current database configuration is as follows:
##db.ini:

[Database]
host=127.0.0.1
user=eq
password=eq
database=eq


///////////////////////////

I'm not sure if there are any other files. I last looked at this about a week ago and my mind is a little fuzzy. I may just try to do the whole thing over step by step again. If anyone sees anything I have missed, did wrong, or just has some tips let me know. Thanx
Reply With Quote
  #4  
Old 06-10-2006, 10:00 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

And you use this eqhost for the client pc ? :
Code:
[LoginServer]
Host=192.168.1.101:5999
I don't know if it was important with minilogin , but i see your xml is'nt complete :

Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>setme</shortname>
                <longname>I Forgot To Edit My Config</longname>

                <!-- Only specify these two if you really think you need to.  (read: You don't) -->
                <!-- <address>some.server.com</address> -->
                <!-- <localaddress>192.168.0.5</localaddress> -->

                <!-- Loginserver information.  Defaults shown -->
                <loginserver>
                        <host>eqemulator.net</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver>

                <!-- Server status.  Default is unlocked -->
                <!--<locked/>-->
                <!-- <unlocked/> -->

                <!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
                <tcp ip="localhost" port="9000" telnet="disable"/>

                <!-- 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.  Defaults are shown -->
                <http port="9080" enabled="false" mimefile="mime.types" />
        </world>

        <!-- Chatserver (channels) information.  Defaults shown -->
        <chatserver>
                <host>channels.eqemulator.net</host>
                <port>7778</port>
        </chatserver>

        <!-- Mailserver (in-game mail) information.  Defaults shown -->
        <mailserver>
                <host>channels.eqemulator.net</host>
                <port>7779</port>
        </mailserver>

        <zones>
                <defaultstatus>20</defaultstatus>

                <!-- Sets port range for world to use to auto configure zones -->
                <ports low="7000" high="7100"/>
        </zones>

        <!-- Database configuration, replaces db.ini.  Defaults shown -->
        <database>
                <host>localhost</host>
                <port>3306</port>
                <username>eq</username>
                <password>eq</password>
                <db>eq</db>
        </database>

        <!-- Launcher Configuration -->   
        <launcher>
                <!-- <logprefix>logs/zone-</logprefix> -->
                <!-- <logsuffix>.log</logsuffix> -->
                <!-- <exe>zone.exe or ./zone</exe> -->
                <!-- <timers restart="10000" reterminate="10000" initial="20000" interval="2000"> -->
        </launcher>
   
        <!-- File locations.  Defaults shown -->
        <files>
                <!-- <spells>spells_us.txt</spells> -->
                <!-- <opcodes>opcodes.conf</opcodes> -->
                <!-- <logsettings>log.ini</logsettings> -->
                <!-- <eqtime>eqtime.cfg</eqtime> -->
        </files>
        <!-- Directory locations.  Defaults shown -->
        <directories>
                <!-- <maps>Maps</maps> -->
                <!-- <quests>quests</quests> -->
                <!-- <plugins>plugins</plugins> -->
        </directories>
</server>
Fill and Use this instead.

You can see this post also may help you : http://www.eqemulator.net/forums/showthread.php?t=20772
You don't forget to create a Ip account in your DB for lan pc ?
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 06-11-2006 at 06:03 AM..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:04 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3