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 10-15-2013, 03:29 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default Please help! Server won't load anymore!

I thought I had resolved this but apparently not.

Formerly, I had a great server up and running from using a repack of Axclassic. I moved across the country, and NOTHING in my setup has changed other than that I have a new ISP, and a new router, so I'm assuming my problem MUST be related.

I've opened the ports 80, 3306, 5999, 9000 and 9080 on my new router. I've set my eqemu_config to look like this,

<?xml version="1.0">
<server>
<world>
<shortname>BrownFamily</shortname>
<longname>The Brown Family</longname>

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

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

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make_your_key!</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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>ax_classic</db>
</database>

</server>

Now, when I launch my server, I just see this nonstop:

[Debug] [World_LS] Connecting to login server...
[Debug] [World_LS_ERR] Could not connect to login server: TCPConnection::Connect<> failed. Error: 10061

It never used to do that.... Any ideas? Am I missing something incredibly simple?
Reply With Quote
  #2  
Old 10-15-2013, 03:57 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

Is the LS on the same machine? If so, you should be using 127.0.0.1. If it's on another machine that is still local to your network, you should use the local IP, like 192.168.0.x.

Also, are those the passwords you're using on the server?
Reply With Quote
  #3  
Old 10-15-2013, 04:19 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

As far as I know those are the passwords. I dont think I touched them afyer the move. Ill try changing the ls ip as it is indeed on the same machine. Will report back.
Reply With Quote
  #4  
Old 10-15-2013, 04:27 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

That fixed the looping 10061 error.

Now, unfortunately, when I select "Play Everquest" the EQ window locks up. After about 3-4 minutes it kicks me back to login. When I reenter my password and get to server select I get:

Error 1017: Cannot login to the Everquest server. You may need to re-run the Update Patch. Repeatedly seeing this message indicates a loss of connectivity to the Patch Server. This is usually temporary.

It never did that on my old setup. Router or ISP related?
Reply With Quote
  #5  
Old 10-15-2013, 09:25 PM
Vexyl
Hill Giant
 
Join Date: Oct 2009
Location: U.S.A.
Posts: 197
Default

Code:
<!-- Only specify these two if you really think you need to. -->
<address>173.79.196.180</address>
<localaddress>192.168.0.113</localaddress>
Do you need this? If so, perhaps your internal/external IP has changed and this was never updated.
Reply With Quote
  #6  
Old 10-15-2013, 11:11 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

Vexyl, you are AWESOME. Thank you, that was the problem all along.

Now, I can login from the same machine the server is running on. My dad however, who used to play with me and lives across the country, cannot login.

He can't get past the login screen. It just tells him a connection to the server cannot be reached.
Reply With Quote
  #7  
Old 10-16-2013, 12:25 AM
Tabaluga_Dragon
Fire Beetle
 
Join Date: Oct 2013
Posts: 23
Default

try setting thiis: As you see you used old IP there to and default should be what I put in it.

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>admin</account>
<password>admin</password>
</loginserver>
Reply With Quote
  #8  
Old 10-16-2013, 08:42 AM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

Im using an axclassic repack so I dont think I want that in my login. Should I put my external ip there to allow others to connect?
Reply With Quote
  #9  
Old 10-16-2013, 11:07 AM
Tabaluga_Dragon
Fire Beetle
 
Join Date: Oct 2013
Posts: 23
Default

Yes try it then
Reply With Quote
  #10  
Old 10-16-2013, 02:10 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

I did that and I get the looping 10061 error. So it appears I have to leave the login server at 127.0.0.1
Reply With Quote
  #11  
Old 10-16-2013, 02:47 PM
Tabaluga_Dragon
Fire Beetle
 
Join Date: Oct 2013
Posts: 23
Default

Set the login server to IP PC you on try that and make sure all is port forward in router to the PC login server is on.
Reply With Quote
  #12  
Old 10-16-2013, 03:26 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

Quote:
Originally Posted by Tabaluga_Dragon View Post
Set the login server to IP PC you on try that and make sure all is port forward in router to the PC login server is on.
This and 127.0.0.1 have the same result. I can login and play from the machine that hosts the server, but anyone outside my network (for instance across the country) cannot. Setting the login to my external IP gives the looping 10061 error.
Reply With Quote
  #13  
Old 10-16-2013, 03:54 PM
Vexyl
Hill Giant
 
Join Date: Oct 2009
Location: U.S.A.
Posts: 197
Default

Quote:
Originally Posted by trustandfall View Post
Im using an axclassic repack so I dont think I want that in my login. Should I put my external ip there to allow others to connect?
That's still updated?


What did you update the address/local address fields with? You should try commenting those two completely out unless you know that you really need them.

Is your dad not able to login to his login server account, or is he just not able to connect to the world server?

This could be an ISP issue.
Reply With Quote
  #14  
Old 10-16-2013, 04:15 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

Quote:
Originally Posted by Vexyl View Post
That's still updated?


What did you update the address/local address fields with? You should try commenting those two completely out unless you know that you really need them.

Is your dad not able to login to his login server account, or is he just not able to connect to the world server?

This could be an ISP issue.
I actually just completely erased those two fields. I left them looking like this:

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

To comment them out, do I make it look like this?

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

My dad is completely unable to get past the login screen. It basically says he cannot reach the server when he enters his login credentials.
Reply With Quote
  #15  
Old 10-16-2013, 04:30 PM
Vexyl
Hill Giant
 
Join Date: Oct 2009
Location: U.S.A.
Posts: 197
Default

Quote:
Originally Posted by trustandfall View Post
...
To comment them out, do I make it look like this?

<!-- Only specify these two if you really think you need to. -->
<!-- <address></address> -->
<!-- <localaddress></localaddress> -->
Yes, that's right.


Quote:
Originally Posted by trustandfall View Post
My dad is completely unable to get past the login screen. It basically says he cannot reach the server when he enters his login credentials.
If that's the case, then don't worry about the world server for now. It's not important. You can even turn it off. Instead, we need to figure out why he can't connect to the login server.

Are there any errors given by the login server?
Are you forwarding the ports to the correct internal IP address?

Double check your firewall and anti-virus (if applicable).

Some ISPs don't like their clients hosting servers, so your new ISP may be blocking incoming connections.
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:19 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