Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #16  
Old 04-28-2015, 10:00 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

bump to LAN address:
Code:
<tcp ip="127.0.0.1" port="9000" telnet="enable"/>
missing '0' in host:
Code:
<!-- Chatserver (channels) information. DO NOT EDIT -->
<chatserver>
<!-- <host>192.168.1.x</host> -->
<!-- <port>10234</port> -->
<host>192.168.10</host>
<port>10234</port>
</chatserver>
Are two immediate that I see
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #17  
Old 04-28-2015, 10:00 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by Excuses View Post
comment the address and local address out, and from the looks of it the server has 7 users online atm.
He already has according to him.

I saw that hours ago, though it was only 5 then. My guess is, they're getting into the world but not zones.

Cannon, what does your virtual servers (or whatever Belkin calls them anymore) settings look like? If you cannot provide a picture, then, which ports, which protocol (TCP/UDP/Both) do you have opened for EQEMU?

And lastly, I am assuming you restarted the server after making the changes?
Reply With Quote
  #18  
Old 04-28-2015, 10:06 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

Good find on the 0 missing, i updated that commented out the other two addresses up top and restarted the server.
Reply With Quote
  #19  
Old 04-28-2015, 10:08 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

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

should this be disabled?
Reply With Quote
  #20  
Old 04-28-2015, 10:08 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

http://www.canyouseeme.org/

Let it find your WAN IP (i.e. leave it alone) and put in port 5998 and report back.
Reply With Quote
  #21  
Old 04-28-2015, 10:10 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by cannon View Post
<tcp ip="127.0.0.1" port="9000" telnet="enable"/>

should this be disabled?
Well, generally most have it disabled yeah. Unless you think you'll be getting creative with scripts that need to have telnet access (most do not).
Reply With Quote
  #22  
Old 04-28-2015, 10:14 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

Quote:
Originally Posted by ghanja View Post
Well, generally most have it disabled yeah. Unless you think you'll be getting creative with scripts that need to have telnet access (most do not).
Error: I could not see your service on 24.208.54.146 on port (599
Reason: Connection timed out
Reply With Quote
  #23  
Old 04-28-2015, 10:16 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by cannon View Post
Error: I could not see your service on 24.208.54.146 on port (599
Reason: Connection timed out
Well, you know you have a service running on that port. So my money is on the router/firewall.
Reply With Quote
  #24  
Old 04-28-2015, 10:18 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

Quote:
Originally Posted by ghanja View Post
He already has according to him.

I saw that hours ago, though it was only 5 then. My guess is, they're getting into the world but not zones.

Cannon, what does your virtual servers (or whatever Belkin calls them anymore) settings look like? If you cannot provide a picture, then, which ports, which protocol (TCP/UDP/Both) do you have opened for EQEMU?

And lastly, I am assuming you restarted the server after making the changes?
24.205.54.146
80 / 80

192.168.0.4
80 / 80

svat

TCP

Yes

24.205.54.146
80 / 80

192.168.0.4
80 / 80

svat

UDP

Yes

24.205.54.146
9000 / 9000

192.168.0.4
9000 / 9000

svat

TCP

Yes

24.205.54.146
9000 / 9000

192.168.0.10
9000 / 9000

svat eqemu

UDP

Yes

24.205.54.146
10235 / 10235

192.168.0.10
10235 / 10235

EQMAIL

UDP

Yes

24.205.54.146
10234 / 10234

192.168.0.10
10234 / 10234

EQEMU Chat

UDP

Yes

24.205.54.146
7000 / 7400

192.168.0.10
7000 / 7400

EQEMU

UDP

Yes
Reply With Quote
  #25  
Old 04-28-2015, 10:22 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

how about the 9000 port TCP was still going to the security camera?
Reply With Quote
  #26  
Old 04-28-2015, 10:44 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

I'm not familiar with a Belkin virtual servers (aka port forwarding) that requires a WAN address in it, as is (the router) normally is what has the WAN address.

Print Screen, load up MS Paint, Shift + Insert, then visit imgur.com or something.

Or, for the first entry set, tell us how the router has the fields labeled.

9000 according to your eqemu_config.xml is for Telnet, which I mentioned, you likely do not need to have it enabled and it has no bearing on game/client connections. Unless I'm misinformed.
Reply With Quote
  #27  
Old 04-28-2015, 10:58 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

where does the eqemu login server get my external ip from?
Reply With Quote
  #28  
Old 04-28-2015, 11:05 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

http://i.imgur.com/1a6uFno.jpg

i tried it with my ip address and with 0.0.0.0
Reply With Quote
  #29  
Old 04-28-2015, 11:06 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by cannon View Post
where does the eqemu login server get my external ip from?
It doesnt. Your router gets your WAN IP, and routes packets to whatever based on what port its coming into your router at and where you tell to send those packets (i.e. virtual servers/port forwarding), looking at the imgur now.
Reply With Quote
  #30  
Old 04-28-2015, 11:09 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

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

does this port need forwarded?
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 02:13 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3