Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-20-2018, 10:04 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

Looks like your zone server isn't connecting properly. Try checking your port forwarding settings and if they seem correct, try restarting your server. Sometimes this happens to me and I can't log in to my own server because the ports are locked up for whatever reason.
Reply With Quote
  #2  
Old 01-21-2018, 02:18 AM
dclarkpf
Fire Beetle
 
Join Date: Jul 2005
Location: Grants Pass, Or
Posts: 20
Default

Thanks! Yeah, that what I would think as well. But, I've got my server on a lan with the pc I'm trying to log in with. Selinux is disabled as is firewalld. Normally I would just configure them, but as I said, this is on a private lan. I'm building it just for my family to play on.

You know, just as a double check I'll try telneting to the ports to make sure I can get to them. Thanks for the help.

I bet it's some kind of configuration issue between the client and the zone. It's like the client just never gets there.
Reply With Quote
  #3  
Old 01-21-2018, 03:50 AM
dclarkpf
Fire Beetle
 
Join Date: Jul 2005
Location: Grants Pass, Or
Posts: 20
Default

I'm wondering if someone can spot check me.

{
"server" : {
"database" : {
"db" : "eqemu",
"host" : "127.0.0.1",
"password" : "********",
"port" : "3306",
"username" : "eqemu"
},
"qsdatabase" : {
"db" : "eqemu",
"host" : "127.0.0.1",
"password" : "********",
"port" : "3306",
"username" : "eqemu"
},
"world" : {
"http" : {
"enabled" : "false",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "somebigassrandomkey",
"loginserver" : {
"account" : "",
"host" : "192.168.1.20",
"password" : "",
"port" : "5998"
},
"longname" : "Rage of Fate",
"shortname" : "RoF",
"tcp" : {
"ip" : "192.168.1.20",
"port" : "9000",
"telnet" : "disable"
}
},
"zones" : {
"defaultstatus" : "10",
"ports" : {
"high" : "7100",
"low" : "7001"
}
}
}
}

Hmm.. I'm launching stuff via..

#!/bin/bash

./shared_memory >davelogs/shared_memory.out 2>davelogs/shared_memory.err
nohup ./loginserver >davelogs/login.out 2>davelogs/login.err &
nohup ./world >davelogs/world.out 2>davelogs/world.err &
nohup ./zone >davelogs/zone.out 2>davelogs/zone.err &

I think that order is correct, but I might be missing something. I know that there is a eqlaunch as well, but I think it's for launching static zones.

Here's a lsof of what's running and on what port. Relevant only to eqmu stuff.

loginserv 3234 root 11u IPv4 17300 0t0 TCP *:5998 (LISTEN)
loginserv 3234 root 12u IPv4 17301 0t0 UDP *:5998
loginserv 3234 root 13u IPv4 17302 0t0 UDP *:5999
loginserv 3234 root 14u IPv4 17961 0t0 TCP 192.168.1.20:5998->192.168.1.20:41694 (ESTABLISHED)
world 3235 root 9u IPv4 34184 0t0 TCP 127.0.0.1:40442->127.0.0.1:3306 (ESTABLISHED)
world 3235 root 14u IPv4 30012 0t0 TCP *:9000 (LISTEN)
world 3235 root 15u IPv4 30013 0t0 UDP *:9000
world 3235 root 16u IPv4 30014 0t0 TCP 127.0.0.1:9000->127.0.0.1:38794 (ESTABLISHED)
world 3235 root 18u IPv4 30016 0t0 TCP 192.168.1.20:41694->192.168.1.20:5998 (ESTABLISHED)
zone 3236 root 3u IPv4 24573 0t0 TCP 127.0.0.1:40444->127.0.0.1:3306 (ESTABLISHED)
zone 3236 root 20u IPv4 17960 0t0 TCP 127.0.0.1:38794->127.0.0.1:9000 (ESTABLISHED)
zone 3236 root 22u IPv4 22155 0t0 UDP *:7001

Hmm.. Well thanks for the help!
Reply With Quote
Reply

Thread Tools
Display Modes

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 04:20 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