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 01-10-2003, 09:08 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default Nobody can connect to the server :: help

I'm the only one able to connect to my server (after the character selection).
Here is the World.exe.
The Firewall is down. The server is directly connected to internet. My provider is Wanadoo (France) on an 1024/256 ADSL connection. No restriction on the servers from Wanadoo.
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #2  
Old 01-10-2003, 08:47 PM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

Any body got an idea help me plz :(
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #3  
Old 01-11-2003, 12:19 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

get rid of the DNS..

your boot5zones.bat should look like this:

start zone . 65.32.120.000 7995 65.32.120.000
start zone . 65.32.120.000 7996 65.32.120.000
start zone . 65.32.120.000 7997 65.32.120.000
start zone . 65.32.120.000 7998 65.32.120.000
start zone . 65.32.120.000 7999 65.32.120.000


but with the 65.* your real IP..

goto www.whatismyip.com to find it out.
__________________
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
  #4  
Old 01-11-2003, 01:18 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

I change it with my real IP and people are still kicked out of the game after char select.

And wanadoo (my provider) told me there is no restriction on my connection about any kind of server.
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #5  
Old 01-11-2003, 01:26 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

paste your loginserver.ini and boot5zones.bat again please.
__________________
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
  #6  
Old 01-11-2003, 01:39 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

loginserver.ini
Quote:
Originally Posted by loginserver.ini
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=20000 miles inside Norrath
locked=false
account=
password=
worldaddress=193.253.233.30

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
use to be (with same result) :
Quote:
Originally Posted by Old loginserver.ini
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=20000 miles inside Norrath
locked=false
account=
password=
worldaddress=fnemo.no-ip.org

[WorldServer]
Defaultstatus=
Unavailzone=

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

Quote:
Originally Posted by boot5zones.bat
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:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 193.253.233.30 7995 193.253.233.30
start zone . 193.253.233.30 7996 193.253.233.30
start zone . 193.253.233.30 7997 193.253.233.30
start zone . 193.253.233.30 7998 193.253.233.30
start zone . 193.253.233.30 7999 193.253.233.30
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------
use to be (with same result) :
Quote:
Originally Posted by Old boot5zones.bat
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:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . fnemo.no-ip.org 7995 127.0.0.1
start zone . fnemo.no-ip.org 7996 127.0.0.1
start zone . fnemo.no-ip.org 7997 127.0.0.1
start zone . fnemo.no-ip.org 7998 127.0.0.1
start zone . fnemo.no-ip.org 7999 127.0.0.1
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #7  
Old 01-11-2003, 02:31 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

It should world. the ini files look fine..

Are you using Windows XP? if so, are you sure the built in windows XP firewall is off?
__________________
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
  #8  
Old 01-11-2003, 02:32 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

as i said in another thread im using Windows 2K pro so no Firewall inside.

/cry
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #9  
Old 01-11-2003, 02:34 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

You say noone but you can connect... do those other people have the second to last patch? if thay have the current patch or an older patch then thay will not be able to connect.
__________________
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
  #10  
Old 01-11-2003, 04:49 AM
Kanelr
Fire Beetle
 
Join Date: Jan 2003
Posts: 16
Default

I saw your server up earlier, lemme go try to login
Reply With Quote
  #11  
Old 01-11-2003, 05:03 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

Redoing the DB. Should be up at 7pm (GMT+1)
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #12  
Old 01-12-2003, 05:54 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Nemo your not the only one, Exact same problem here but running XP corp. Firewall is down same configs as I have always used. I login fine, others aparently get booted on name aproval.

I have the login from me (goodlogin.txt), and someone from the internet (badlogin.txt), files attached. For the bad login it seems the unknown opcodes are different data each time. boot5zones.bat and loginserver.ini included for good measure.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #13  
Old 01-14-2003, 01:11 AM
LordCrush
Fire Beetle
 
Join Date: Sep 2002
Posts: 9
Default

Same problem ... my own server and about 50% of the public /shrug
Reply With Quote
  #14  
Old 01-14-2003, 09:11 AM
mudman1
Sarnak
 
Join Date: Jan 2003
Posts: 64
Default see my post also , i have spent literally 2 weeks trying

I think this thread is similar to the one i have been getting advise on.

http://forums.eqemu.net/viewtopic.php?t=5089

I have tried nearly everything including;
- trying two different routers, and no router
-reformatting c: and reinstalling win2k
-trying about every setting and variation I can think of
-living on the IRC channel trying to fiquer it out
-reading/following nearly every post on the forums.

and soon:
now soon changing internet providers - to cable instead of DSL - my final and last hope/attempt at hosting 4.1

Result - still cant host a server, despite that I had a really nice server last summer : , with custom spawns and quests. It was really fun to host hoping that those days may return. It would be really fun to be able to play with the code but its over my head.

Mudman
Defender Server
Reply With Quote
  #15  
Old 01-14-2003, 11:54 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

20000 miles inside Norrath (BETA TEST noted) is now using 0.4.2-DR1 . plz PM me if you see any problem with it...
except lag (lots of CPU work tonigh at the same time)
__________________
Nemo
Administrator and coder for the World Alkora Server
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 12:40 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