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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-24-2002, 01:07 AM
KinsinEriksin
Fire Beetle
 
Join Date: Jul 2002
Posts: 3
Default I can't unlock my own server

Ok I have read all the other posts and I made sure I did what everyone else has said to do, but I still have problems here are my files.

First my loginserver.ini



[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Ninja
account=
password=
worldaddress=12.221.105.77

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

Here is my boot5zones

start zoneNT . 127.0.0.1 7995 12.21.105.77
start zoneNT . 127.0.0.1 7996 12.21.105.77
start zoneNT . 127.0.0.1 7997 12.21.105.77
start zoneNT . 127.0.0.1 7998 12.21.105.77
start zoneNT . 127.0.0.1 7999 12.21.105.77

I run world.exe then I run the boot5zones.exe in that order as well. Anyone out there know what to do? Thanks

-Kinsin
Reply With Quote
  #2  
Old 07-24-2002, 03:46 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

You did not do it right lol.. where it says "YourIP" in boot5zones.bat, you put your REAL IP address.. not 127.0.0.1


Quote:
start zoneNT . 127.0.0.1 7995 12.21.105.77
See what your doing wrong? you need your IP in BOTH places, not just the second one.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #3  
Old 07-24-2002, 08:08 AM
KinsinEriksin
Fire Beetle
 
Join Date: Jul 2002
Posts: 3
Default

Well I had done that, and it didn't work then I saw a post somewhere telling someone to change the first column back to the 127. blah blah stuff.

Ok I switched it to my ip and everything...and I just noticed that I get an error message in the zone windows

here is a Screenshot

http://www.geocities.com/bokuwakamides/Error.jpg



Let me guess...this is an entirely different matter?
Reply With Quote
  #4  
Old 07-24-2002, 08:36 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

What OS are you on? do you have a firewall/proxy?
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #5  
Old 07-24-2002, 08:51 AM
KinsinEriksin
Fire Beetle
 
Join Date: Jul 2002
Posts: 3
Default

Im using Win2k and I do not have an installed proxy that I know of...I am using cable modem service and as I have read that can be a little tricky with EQEmu.
Reply With Quote
  #6  
Old 07-25-2002, 11:58 AM
donfi
Sarnak
 
Join Date: Jul 2002
Posts: 45
Default

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1


REM: zoneNT.exe is for use with Windows NT, 2000 and XP.

REM:--------------Start-----------------------


@echo off
start zoneNT . 24.127.8.45 7995 127.0.0.1
start zoneNT . 24.127.8.45 7996 127.0.0.1
start zoneNT . 24.127.8.45 7997 127.0.0.1
start zoneNT . 24.127.8.45 7998 127.0.0.1
start zoneNT . 24.127.8.45 7999 127.0.0.1
exit
cls


REM:---------------END------------------------



The above file works on my XP.

cut and past it to your 2000 in notepad or wordpad save as Boot5Zones.bat in c:\eqemu or your eqemu directory. Then change 24.127.8.45 to your IP (12.21.107.77 i am assuming) in all five spots and save again. It should work. Good luck.
Reply With Quote
  #7  
Old 07-25-2002, 12:48 PM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default Re: I can't unlock my own server

Quote:
Originally Posted by KinsinEriksin
Ok I have read all the other posts and I made sure I did what everyone else has said to do, but I still have problems here are my files.

First my loginserver.ini



[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Ninja
account=
password=
worldaddress=12.221.105.77

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

Here is my boot5zones

start zoneNT . 127.0.0.1 7995 12.21.105.77
start zoneNT . 127.0.0.1 7996 12.21.105.77
start zoneNT . 127.0.0.1 7997 12.21.105.77
start zoneNT . 127.0.0.1 7998 12.21.105.77
start zoneNT . 127.0.0.1 7999 12.21.105.77

I run world.exe then I run the boot5zones.exe in that order as well. Anyone out there know what to do? Thanks

-Kinsin

ahhhh wait a sec, the forums are telling me your IP is actually 12.221.105.77, not 12.21 like you have down there.. double check the IP
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
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 11:13 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