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-31-2016, 11:13 PM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Exclamation Windows Server Installer Problem

I followed the guide that Akkadius provided step-by-step for using the Windows Server Installer.

Everything went very well, up to the point of getting my server visible on my local network. I could even connect to it and get to the part where I create a character.

That's when it all goes bad. Even though the other computer shows the character attempting to zone in, the computer I'm playing on just has EQ freeze up for a minute and then say "You've been disconnected." and it returns me to the login screen of the client.

I've changed nothing other than the IP addresses and ports that were specified in the guide. Any help on this would be much appreciated. Thank you.
Reply With Quote
  #2  
Old 08-31-2016, 11:15 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,103
Default

What IP addresses did you chang e AFAIK they're supposed to be local host.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #3  
Old 09-01-2016, 12:20 AM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Default

Quote:
Originally Posted by Maze_EQ View Post
What IP addresses did you chang e AFAIK they're supposed to be local host.
I just changed the one other than the eqemulator one to reflect the computer on my home network that was hosting it. That got me connected and into the game. Problem starts once I try to zone in.
Reply With Quote
  #4  
Old 09-01-2016, 08:35 AM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,103
Default

Do you have all the required updates from his installer?

I've used this thing upwards of 75 times on different installs and never had this issue.

Is windows firewall cockblocking?
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #5  
Old 09-01-2016, 05:29 PM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Default

Quote:
Originally Posted by Maze_EQ View Post
Do you have all the required updates from his installer?

I've used this thing upwards of 75 times on different installs and never had this issue.

Is windows firewall cockblocking?
I'm a complete newb when it comes to setting this up, but I followed all of the instructions in his post and the wiki guide. I set it up as a local server with my computer's IP address as the eqhost address of the client, too.

Everything *seems* to be working right, except I can't zone into the game.

Is there something I need to update beyond what the original installer puts on the computer?

(I don't have Windows Firewall on either computer.)
Reply With Quote
  #6  
Old 09-01-2016, 05:56 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Post your config files..but, redact your login info.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #7  
Old 09-01-2016, 06:22 PM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Default

eqemu_config:
Quote:
<?xml version="1.0">
<server>
<world>
<shortname>Akkas PEQ Installer</shortname>
<longname>Akkas PEQ Installer</longname>


<loginserver1>
<host>login.eqemulator.net</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver1>
<loginserver2>
<host>192.168.1.115</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver2>



<tcp ip="192.168.1.115" port="9000" telnet="enable"/>

<key>mWVYKwNYNO6gPb0gECT3vlO2lEYHuv8</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<chatserver>
<host></host>
<port>7500</port>
</chatserver>

<mailserver>
<host></host>
<port>7500</port>
</mailserver>

<zones>
<defaultstatus>0</defaultstatus>

<ports low="7000" high="7400"/>
</zones>

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</database>

<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</qsdatabase>

<webinterface>
<port>9081</port>
</webinterface>

<launcher>
</launcher>

<files>
</files>
<directories>
</directories>
</server>
login config:
Quote:
[database]
host = localhost
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5999
local_network = 192.168.1.115
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type
Reply With Quote
  #8  
Old 09-03-2016, 07:09 PM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Default

Anyone have any idea why my problem is occurring, based on the above settings or anything? I'd love to get this working to where I could zone in and play.
Reply With Quote
  #9  
Old 09-03-2016, 07:14 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I missed something in your original post..

Can you get in on either computer? (server host or lan computer?)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #10  
Old 09-03-2016, 07:17 PM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Default

Quote:
Originally Posted by Uleat View Post
I missed something in your original post..

Can you get in on either computer? (server host or lan computer?)
I'm having a weird issue regarding that. When I try to login from my "gaming" computer to the "server" computer, I can get as far as character creation, but any time I try to enter the world it just loads for a minute and then disconnects me.

So, I tried installing the EQEmu stuff on my gaming computer to see if I could connect locally, but when I change everything to the IP Address of that computer, I can't see the server at all to even connect to it for some reason.
Reply With Quote
  #11  
Old 09-03-2016, 07:45 PM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Default

Okay, I have an update. I looked at the config files on my gaming PC server setup... I was missing updating the listening port there.

Once I fixed that, I can load and zone into EQEmu server on my gaming PC. Still can't zone in if I host it on the other PC.
Reply With Quote
  #12  
Old 09-03-2016, 08:29 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

It almost looks like you're missing 2 entries from your eqemu_config.xml file.

What I use for my 'localhost' server:
Code:
		<address>127.0.0.1</address>
		<localaddress>127.0.0.1</localaddress>
That's below the long/short name entries.

I don't know enough about the configuration system to know if that's an issue here. What you're using works for 'standard' installs - except when there's a
port issue.


It really does sound like a port-blocking issue on a local firewall.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #13  
Old 09-03-2016, 09:02 PM
whiteknight33
Sarnak
 
Join Date: Aug 2016
Location: Ohio
Posts: 69
Default

Quote:
Originally Posted by Uleat View Post
It almost looks like you're missing 2 entries from your eqemu_config.xml file.

What I use for my 'localhost' server:
Code:
		<address>127.0.0.1</address>
		<localaddress>127.0.0.1</localaddress>
That's below the long/short name entries.

I don't know enough about the configuration system to know if that's an issue here. What you're using works for 'standard' installs - except when there's a
port issue.


It really does sound like a port-blocking issue on a local firewall.
It seems like it is a firewall problem. I'm just going to play it locally on my gaming PC, because at least it's working there. Thank you for your help.
Reply With Quote
  #14  
Old 09-03-2016, 11:25 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I'm not really a networking dev..keep an eye on this thread in case someone else has any suggestions.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
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 07:06 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