Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 03-23-2004, 08:09 AM
coregamer10
Fire Beetle
 
Join Date: Feb 2004
Location: Never Never Land
Posts: 18
Default What is wrong here

I have finished making my server and it shows up on server selection screen and its unlocked but when I try to log in to my server I get a 1017 error. I have tried a number of things and I dont know what to do anymore. I am using windows XP, cable connection, I have a router, my firewall is truned off. I have a feeling that is has something to do with the router.

db.ini

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

Loginserver.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin1.eqemulator.net
loginserver3=eqlogin1.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=Shadow Demon (testing)
worldaddress=65.28.234.135
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]
ChatChannelServer=192.168.1.100

boot5zones.bat

start zone . 65.28.234.135 7995 localhost
start zone . 65.28.234.135 7996 localhost
start zone . 65.28.234.135 7997 localhost
start zone . 65.28.234.135 7998 localhost
start zone . 65.28.234.135 7999 localhost
exit
cls

world.exe[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: You need to get laid...
TCP listening on: 65.28.234.135:9000
World server listening on: 65.28.234.135:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997

zone.exe

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5002
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 157 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000

Theres that stuff if it helps. Thanks for the help
  #2  
Old 03-23-2004, 08:38 AM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

You need to setup DMZ host. Type in 192.168.1.1 ( im assuming you have a linksys router ). Type in admin under password leave user blank. And find where to setup DMZ. This disables the router firewall on a certain computer.
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
  #3  
Old 03-23-2004, 09:44 AM
coregamer10
Fire Beetle
 
Join Date: Feb 2004
Location: Never Never Land
Posts: 18
Default

ok i typed in 192.168.1.1 and it brung up a little thing and I left user name blank and for the passward I put in admin and it didnt do a thing.
  #4  
Old 03-23-2004, 01:12 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

This is NOT an error, but could cost you some connectivity later down the road. I suggest you change this:
Quote:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin1.eqemulator.net
loginserver3=eqlogin1.eqemulator.net
To this:
Code:
[LoginServer] 
loginserver=eqlogin1.eqemulator.net 
loginserver2=eqlogin2.eqemulator.net 
loginserver3=eqlogin3.eqemulator.net

I would also NOT suggest putting your pc on the DMZ as it opens you up to all sorts of attacks... If it is your ONLY recourse and you dont care much, then you can do it, and all will PROBABLY be well... Alternatively you simply need to configure your routers firewall software to have the ports needed to run a server open.... And you will need to forward your internal IP to your external IP address (only if you are trying to play on EQEMu, if you are playing minilogin you wont need the forwarding part..) What I think most people are getting confused with is, putting your pc on DMZ does NOT forward your internal IP to your external IP (which is needed for having a server show up in EQEMu loginservers, using a router), but DOES open all of your ports so that you dont have to configure a specific port (or several) to allow traffic through those ports for your server (which you is also needed when you have firewall software, and most times is automatically inclusive with a router)....


Sorry, I didint respond back to your question on the other thread, I have been terribly busy in RL crap......:( Hang in there we'll get you fixed up...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #5  
Old 03-23-2004, 02:58 PM
coregamer10
Fire Beetle
 
Join Date: Feb 2004
Location: Never Never Land
Posts: 18
Default

So how do I configure my routers firewall software to have the ports open that are needed to run a server. Also how do I forward my internal IP to my external IP address if your sayen I have to do that also to run a server.

And np its cool you didnt get back to me in other thread RL should always come first And thanks a TON for all the help
  #6  
Old 03-24-2004, 04:41 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
And np its cool you didnt get back to me in other thread RL should always come first And thanks a TON for all the help
NP glad to help...

Quote:
So how do I configure my routers firewall software to have the ports open that are needed to run a server. Also how do I forward my internal IP to my external IP address if your sayen I have to do that also to run a server.
You will need to find the model and make of your router, and post it here. Ill try and look it up and help you along...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #7  
Old 03-24-2004, 08:19 AM
coregamer10
Fire Beetle
 
Join Date: Feb 2004
Location: Never Never Land
Posts: 18
Default

I have a Etherfast Cable / DSL Router. Its made by Linksys. Its modle BEFSR41.
  #8  
Old 03-24-2004, 09:09 AM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

Hmm you said you have a linksys? 192.168.1.1 is the default for the Linksys. Somewhere in there you should be able to setup DMZ and port forwarding. Check out www.linksys.com.
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
  #9  
Old 03-25-2004, 09:37 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

If it is what I am thinking, he might not be able to get into his router... Is that a combo router/modem provided by your ISP?

Some companies (like Netrox.net) offer DSL for cheap and they are very good, but they send you a router/modem combo, and they DONT give you access to the router, so that they can access it from their office and fix any problems... This would suck as there would be NOTHING that could be done about this... You could always reset it to default, but some companies will cancel your account or make you pat bookoo $ to buy the router/modem to keep it... Just a thought if you are having trouble getting into your router.. I will try and see if I can find the model and go from there..

[edit] I have found your router. It doesnt appear what I feared. Go to the link below and it will download a .pdf file (the users guide, with in-depth instructions).. You really should read the whole thing as it seems pretty good. It will help you understand better what you want to accomplish, and it should also give you instructions on HOW to accomplish what you are trying to do... Hope this helps you ....

ftp://ftp.linksys.com/pdf/befsr11_befsr41ug.pdf
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #10  
Old 03-25-2004, 12:17 PM
coregamer10
Fire Beetle
 
Join Date: Feb 2004
Location: Never Never Land
Posts: 18
Default

ok well the passward was changed and I dont know what it is and I read that guide and it didnt tell me anything that I can do to figure out what the passward is. So I guess I am just shit out of luck then. Do I have to change anything on the router for minilogin or can I just follow the guide and play??
  #11  
Old 03-25-2004, 12:33 PM
Cynnamin
Fire Beetle
 
Join Date: Mar 2004
Posts: 2
Default

You can completely reset the modem to factory setttings. Push & hold the reset button on the front (with a toothpick or something) for approximately 10 seconds. That will reset the modem to its default state where the password should be admin. Then you can access everything.

If you're on DSL and it's PPPoE, you will need to set up the connection information for your DSL.
  #12  
Old 03-25-2004, 05:48 PM
coregamer10
Fire Beetle
 
Join Date: Feb 2004
Location: Never Never Land
Posts: 18
Default

Well guys the server is up and you can now login to the character screen but wait it never fails a new problem has come up its telling me zones are unavaliable and its sayen something weird in world.exe

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Assassinating people that whine about horses...done
TCP listening on: 65.28.234.135:9000
World server listening on: 65.28.234.135:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
31141 New TCP connection: 127.0.0.1:3509
31141 New TCP connection: 127.0.0.1:3510
31141 New TCP connection: 127.0.0.1:3511
New zoneserver: #1 127.0.0.1:3511
New zoneserver: #2 127.0.0.1:3509
New zoneserver: #3 127.0.0.1:3510
Zoneserver SetConnectInfo: 127.0.0.1:3510: 65.28.234.135:7998
Zoneserver SetConnectInfo: 127.0.0.1:3509: 65.28.234.135:7996
Zoneserver SetConnectInfo: 127.0.0.1:3511: 65.28.234.135:7997
31391 New TCP connection: 127.0.0.1:3512
31391 New TCP connection: 127.0.0.1:3513
New zoneserver: #4 127.0.0.1:3512
New zoneserver: #5 127.0.0.1:3513
Zoneserver SetConnectInfo: 127.0.0.1:3512: 65.28.234.135:7995
Zoneserver SetConnectInfo: 127.0.0.1:3513: 65.28.234.135:7999
80625 New client from ip: 192.168.1.1 port: 3516
Logged in: FirstLogin LS#47438: coregamer10
Received unknown opcode: 0x02ee size:0 bytes
Attempting autobootup of neriaka (40) for Frostlord
Zoneserver SetZone: 65.28.234.135:7999 (0)
Zoneserver SetZone: 65.28.234.135:7999 (0)
Received unknown opcode: 0x02ee size:0 bytes
Received unknown opcode: 0x00f0 size:0 bytes
Client disconnected
Removing client from ip:192.168.1.1 port:3516

and when I made the char it said start zones could not be found or something like that.

So can any of ya help me
  #13  
Old 03-26-2004, 07:53 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Run world.exe then open up a dos command and change to the directory that has your zone.exe file in it.... then type:
Code:
 start zone . <external IP> 7995 <internal IP>
Dont forget the "." (period) and dont use the < and > keys...... Doing this will allow you to see what zone.exe has to say ... post the output here on the board....
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #14  
Old 03-26-2004, 08:16 AM
coregamer10
Fire Beetle
 
Join Date: Feb 2004
Location: Never Never Land
Posts: 18
Default

Welll here is what I got when I typed in that code

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5002
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 157 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 192.168.1.100:9000
  #15  
Old 03-26-2004, 08:21 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Hmmm I am not seeing anything wrong with this output ... did you try and log into your world more than once? post the output of zone.exe when you get the zone not available.. It might be that the starting_zones are not configured correctly or something stupid like that hehe...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
 


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:20 PM.


 

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