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 08-18-2006, 06:39 AM
hawkbs
Fire Beetle
 
Join Date: Jun 2006
Posts: 14
Default LAN on Server 2003 Error Message

Ok guys got a slight problem here and I have searched for an answer but couldnt find one.
Ive just moved my LAN Server onto a 2003 Server set up Easy PHP 4.3 and opened up ports 5999 3306 9080 and the range 7000-7010 yet I keep getting this same error message which is driving me bananas.
"A connection to the server could not be reached"
I can see the account login on the server screen new Client from ip **** etc
but nothing further happens.
I have not patched at all and had no problems running it on Win XP SP2
All the pc's have dedicated IP's in my house as I have a network of 6 computers here.
The server is 192.168.0.2
my router is 192.168.0.1

Heres my XML
<?xml version="1.0">
<server>
<world>
<shortname>Carath'Dwr</shortname>
<longname>Carath'Dwr</longname>

<!-- Only specify these two if you really think you need to. -->
<address>192.168.0.1</address> I have changed this a few times to no avail
<localaddress>192.168.0.2</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.2</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<unlocked/>
<!-- 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 anyone has managed to get the 7.0 running on Server 2003 I would really appreciate any help that you could give me on this.
Reply With Quote
  #2  
Old 08-18-2006, 07:13 AM
rojadruid
Discordant
 
Join Date: May 2005
Location: Smith Falls, Ontario, Canada
Posts: 283
Default

Quote:
Originally Posted by hawkbs

The server is 192.168.0.2
my router is 192.168.0.1

Heres my XML
<?xml version="1.0">
<server>
<world>
<shortname>Carath'Dwr</shortname>
<longname>Carath'Dwr</longname>

<!-- Only specify these two if you really think you need to. -->
<address>192.168.0.1</address> I have changed this a few times to no avail
<localaddress>192.168.0.2</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.2</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
Your problem is staring me in the face, the login server section tells me that your trying to setup a mini logon server. If so then the two below statments need to be the ip of the host machine of the server. Your router IP is not a factor in the equation.

**********Should be for minilogin*******
<address>192.168.0.2</address>
<localaddress>192.168.0.2</localaddress>
*********************************

Or

**********Should be for public logon*******
<address>ISP IP Address</address>
<localaddress>192.168.0.2</localaddress>
*********************************
__________________
Rojadruid

Innoruuk Server [legit]
Server Admin.
Server Status: UP
Reply With Quote
  #3  
Old 08-18-2006, 08:31 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default 2003 server

2003 server has a firewall, if you have enabled the firewall you will need to allow the exe files to the ports
Reply With Quote
  #4  
Old 08-18-2006, 08:48 AM
hawkbs
Fire Beetle
 
Join Date: Jun 2006
Posts: 14
Default

Quote:
Originally Posted by rojadruid
Your problem is staring me in the face, the login server section tells me that your trying to setup a mini logon server. If so then the two below statments need to be the ip of the host machine of the server. Your router IP is not a factor in the equation.

**********Should be for minilogin*******
<address>192.168.0.2</address>
<localaddress>192.168.0.2</localaddress>
*********************************

Or

**********Should be for public logon*******
<address>ISP IP Address</address>
<localaddress>192.168.0.2</localaddress>
*********************************
Thats what I had originally still got the same message, must be a firewall issue I just have to find the damn thing. Thx though appreciate the help.
Reply With Quote
  #5  
Old 08-18-2006, 08:53 AM
hawkbs
Fire Beetle
 
Join Date: Jun 2006
Posts: 14
Default

Quote:
Originally Posted by LostZaphod
2003 server has a firewall, if you have enabled the firewall you will need to allow the exe files to the ports
Couldnt point me in the right direction could you please? I havent been able to locate this properly I dont think.
is it Component Services/Computers/My Computer/properties/Default Protocols? Thats where I have been opening ports.
Reply With Quote
  #6  
Old 08-18-2006, 09:00 AM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Did you configure the loginserver.ini file?
Minilogin still uses it.

If it's just a lan setup, you shouldn't have to open any ports... and Server 2003 doesn't turn the firewall on by default, XP does.
Reply With Quote
  #7  
Old 08-18-2006, 09:26 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default

Quote:
Originally Posted by hawkbs
Couldnt point me in the right direction could you please? I havent been able to locate this properly I dont think.
is it Component Services/Computers/My Computer/properties/Default Protocols? Thats where I have been opening ports.
Start, Settings, Control pannel, Windows Firewall.

First try setting to disabled. if it fixes your issue then re-enable and try adding the porgrams and ports to the exceptions tab.
Reply With Quote
  #8  
Old 08-18-2006, 06:34 PM
hawkbs
Fire Beetle
 
Join Date: Jun 2006
Posts: 14
Default

Quote:
Originally Posted by LostZaphod
Start, Settings, Control pannel, Windows Firewall.

First try setting to disabled. if it fixes your issue then re-enable and try adding the porgrams and ports to the exceptions tab.
Wish it was that easy but I havent got SP1 installed. Oh well looks like I am going to have to install SP1 as apparently it uses the same firewall as XP SP2.
Have been following the steps for Securing a MYSQL Server on Windows in the thread over at http://dev.mysql.com/tech-resources/...l_windows.html however it is a very longwinded process and I really dont want to have to go through all that everytime I need to configure the darn firewall. Weird as hell though cause I had absolutely no problems with my L2 server but that is using MYSQL 5.0 not Easyphp.
if I get it working I shall post again. Thanks for the help guys I really do appreciate it.
Dang looks like Im gonna get SP1 and SP3 now lol there goes whats left of my bandwidth this month.
Reply With Quote
  #9  
Old 08-18-2006, 07:32 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

FYI, my system runs (public) on Win2003 SP1 with no problems at all. I did take down the firewall, but that's because I hate that paranoia crap. Windows is so hackable, if someone wants in bad enough, they're in.

Not sure if you mentioned, but is this a public server (connecting to eqemulator.net as an LS) or minilogin just for you and your LAN?

Good luck, let us know how you do. And what you do to solve it, so others may benefit.
Reply With Quote
  #10  
Old 08-18-2006, 09:24 PM
hawkbs
Fire Beetle
 
Join Date: Jun 2006
Posts: 14
Default

Its a minilogin server for Lan but he firewall is up due to some work related stuff my brother has on the network. However its coming down as soon as SP1 is installed.

Last edited by hawkbs; 08-19-2006 at 05:28 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 10:42 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3