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 03-19-2021, 07:10 AM
Muerticus
Fire Beetle
 
Join Date: Mar 2021
Posts: 4
Default WAN client cannot connect to world

Hello all! I want to start off by saying thank you for all the hard work that has gone into this project and this forum! It is truly outstanding work.

So as the title says, I am having a heck of a time getting a WAN client to connect to my server. I went through the scripted installer and I was able to get my server up and running via the public "login.eqemulator.net" login server. Through LAN , I can log in, create character, edit database, log into EOC editer, etc. etc.. Whenever I try logging a client in via WAN, I can get to server select, see the server, but then after selecting the server I get hung up with a black screen for a min or two and then get disconnected.

I was trying to avoid bugging yall on the forums here, but after 3 days of heavy research via google and the forums plus trial and error, I am at a loss.

CURRENT SETTINGS:

-Setup static IP

-Forwarded ports:
3306
5998-6000
7000-7500
7778
9000-9001
9080

-Win. Def. firewall inbound rules in place for said ports being forwarded

-With server running, I have checked the ports to make sure they are open under UDP protocol via https://check-host.net/
***the only port that was not opening was 5999, but since I am using Public login server I assume that is ok, as there is no private login server running and listening on that port. Please correct me if I misunderstand this***


.JSON FILE

eqemu_config.json:
Code:
{
   "server" : {
      "chatserver" : {
         "host" : "",
         "port" : "7778"
      },
      "database" : {
         "db" : "peq",
         "host" : "127.0.0.1",
         "password" : "xxxxxx",
         "port" : "3306",
         "username" : "root"
      },
      "directories" : {
         "opcodes" : "assets/opcodes/",
         "patches" : "assets/patches/"
      },
      "files" : {
         "mail_opcodes" : "assets/opcodes/mail_opcodes.conf",
         "opcodes" : "assets/opcodes/opcodes.conf"
      },
      "mailserver" : {
         "host" : "",
         "port" : "7778"
      },
      "qsdatabase" : {
         "db" : "peq",
         "host" : "127.0.0.1",
         "password" : "xxxxxx",
         "port" : "3306",
         "username" : "root"
      },
      "world" : {
         "address" : "73.78.xxx.xxx",
         "local_address" : "192.168.x.x",

         "key" : "ZR7p1MhPxvECwtiRLmH2X6JhKsE2Pnw",
         "loginserver1" : {
            "account" : "",
            "host" : "login.eqemulator.net",
            "legacy" : "1",
            "password" : "",
            "port" : "5998"
         },
         "loginserver2" : {
            "account" : "",
            "host" : "73.78.xxx.xxx",
            "legacy" : "0",
            "password" : "",
            "port" : "5998"
         },
         "longname" : "Dozekar (YOAwuU)",
         "shortname" : "Dozekar",
         "tcp" : {
            "ip" : "73.78.xxx.xxx",
            "port" : "9001"
         },
         "telnet" : {
            "enabled" : "true",
            "ip" : "0.0.0.0",
            "port" : "9000"
         }
      },
      "zones" : {
         "defaultstatus" : "0",
         "ports" : {
            "high" : "7400",
            "low" : "7000"
         }
      }
   }
}
LOGS:


I have looked through the CLIENT's dbg.txt log, and I am getting a WorldAuthenticate Error:


Code:
[Fri Mar 19 03:54:06 2021]00041:Networking: using port [63081].
[Fri Mar 19 03:54:06 2021]00042:Networking: Connection Established [1]
[Fri Mar 19 03:55:06 2021]00043:*** WorldAuthenticate.  Error connecting to 73.78.xxx.xxx:9000 [client:DisconnectReasonConnectFail,server:DisconnectReasonNone]

[Fri Mar 19 03:55:06 2021]00044:Networking: Connection Closed [0] with 0 pending bytes.
[Fri Mar 19 03:55:06 2021]00045:*** ERROR: WorldAuthenticate has failed after attempting to connect.
[Fri Mar 19 03:55:06 2021]00046:Cleanup 4
After seeing issue with the world authentication, I have looked through my world log, but can't seem to find anything (with my knowledge) that would point me in the right direction

Code:
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Checking Database Conversions
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading variables
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Purging expired data buckets
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading zones
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Clearing groups
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Clearing raids
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Clearing inventory snapshots
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading items
[03-19-2021 :: 03:53:05] [WorldServer] [Info] [Shared Memory] Attempting to load file [shared/items]
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading skill caps
[03-19-2021 :: 03:53:05] [WorldServer] [Info] [Shared Memory] Attempting to load file [shared/skill_caps]
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading guilds
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loaded default rule set [default]
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Initialized dynamic dictionary entries
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Clearing temporary merchant lists
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading EQ time of day
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading launcher list
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Deleted [0] stale player corpses from database
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading adventures
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Purging expired expeditions
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Purging expired instances
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading active expeditions
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Loading char create info
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Console (TCP) listener started
[03-19-2021 :: 03:53:05] [WorldServer] [Info] Server (TCP) listener started
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] New Zone Server connection from [a75b41c0-cd81-432b-ba43-33d07e631e27] at [127.0.0.1:63801]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7000]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] New Zone Server connection from [835243ce-7eb6-4824-aa30-5397cb4ea7b9] at [127.0.0.1:63803]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7001]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] New Zone Server connection from [5240e9cf-4bb5-4aeb-8a5a-a132ab882372] at [127.0.0.1:63804]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7002]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] New Zone Server connection from [9b264d1e-7c57-4a59-b135-ab8125e5e6a6] at [127.0.0.1:63805]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7003]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] New Zone Server connection from [f04080ac-d221-48a3-8a70-002cf086b7eb] at [127.0.0.1:63807]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7004]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] New Zone Server connection from [dc3548e1-4e2c-4856-aa4b-cc91bda9c2fa] at [127.0.0.1:63809]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7005]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:06] [WorldServer] [Info] New Zone Server connection from [2d5dc5a3-7521-4b89-b189-212e8076ebc2] at [127.0.0.1:63810]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7006]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [b0e7c282-ccc8-49d2-a8fc-902f70697141] at [127.0.0.1:63815]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7007]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [40409bc0-8b53-4363-9a7b-82d51bf7c45c] at [127.0.0.1:63818]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7008]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [836f90dd-1534-49ad-858c-d0e73ea245a0] at [127.0.0.1:63817]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7009]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [2d40fcd1-1c60-432d-a410-ebb0c0703054] at [127.0.0.1:63820]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7010]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [a4a1b095-d3f0-444a-a1ef-cf77e1fe12c3] at [127.0.0.1:63813]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7011]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [1541ca20-a64d-42c1-978f-3de9f0f07b18] at [127.0.0.1:63823]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7012]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [d47cdd79-2952-49a1-a676-feeb1bbeb979] at [127.0.0.1:63826]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7013]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [55e09a88-67cb-49b2-ab6f-b0ae9fcc83ef] at [127.0.0.1:63824]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7014]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [9e293550-5092-4bac-85b3-23c7308a9360] at [127.0.0.1:63830]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7015]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [ec64203e-d468-4b6b-99f9-de957a607ddc] at [127.0.0.1:63832]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7016]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [d24e7a2e-1897-42af-8447-c4307d1ad080] at [127.0.0.1:63828]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7017]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [55ab3a72-9b8f-4e5e-9330-ae60d67cf395] at [127.0.0.1:63837]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7018]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [7061c641-f675-4050-aafc-d3b242f58030] at [127.0.0.1:63840]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7019]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [4c2b51d8-1d86-4f4e-82d6-9defd1d9aa17] at [127.0.0.1:63838]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7020]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [f2403f43-a339-4979-96b7-60bfe049d5bf] at [127.0.0.1:63844]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7021]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [7843bf4e-497f-4bbf-8514-e996faa9eed0] at [127.0.0.1:63842]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7022]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [44ea6df4-29e6-4ccf-b8fd-d8cf001270b7] at [127.0.0.1:63834]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7023]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [a1d047f6-4947-46ec-98e9-37329a55d81b] at [127.0.0.1:63845]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7024]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [909e7476-a423-442e-a63a-8df7a3443160] at [127.0.0.1:63846]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7025]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [101a4636-ed94-497f-b5f0-1f30337bad77] at [127.0.0.1:63847]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7026]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [42a57bf0-64f4-486e-bce0-53ba1473c023] at [127.0.0.1:63848]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7027]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [4ba25d23-7fe4-473e-85f1-fd2b8b7ec719] at [127.0.0.1:63850]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7028]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Zone Server connection from [b14ba0f7-48de-43ae-bfb3-965eebccce4c] at [127.0.0.1:63852]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone started with name [.] by launcher [NONE]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Auto zone port configuration. Telling zone to use port [7029]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] Zone specified address [73.78.xxx.xxx]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New UCS Server connection from [30b5a61d-539d-4720-96b1-cb4979a82690] at [127.0.0.1:63854]
[03-19-2021 :: 03:53:07] [WorldServer] [Info] New Query Server connection from [128580ea-9195-45bb-8617-b01233716cd8] at [127.0.0.1:63853]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Query Server connection from [128580ea-9195-45bb-8617-b01233716cd8]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Connection lost from UCS Server [30b5a61d-539d-4720-96b1-cb4979a82690]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removing currently active UCS connection
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [9b264d1e-7c57-4a59-b135-ab8125e5e6a6]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [a75b41c0-cd81-432b-ba43-33d07e631e27]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [f04080ac-d221-48a3-8a70-002cf086b7eb]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [835243ce-7eb6-4824-aa30-5397cb4ea7b9]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [5240e9cf-4bb5-4aeb-8a5a-a132ab882372]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [1541ca20-a64d-42c1-978f-3de9f0f07b18]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [2d40fcd1-1c60-432d-a410-ebb0c0703054]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [2d5dc5a3-7521-4b89-b189-212e8076ebc2]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [40409bc0-8b53-4363-9a7b-82d51bf7c45c]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [b0e7c282-ccc8-49d2-a8fc-902f70697141]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [a4a1b095-d3f0-444a-a1ef-cf77e1fe12c3]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [836f90dd-1534-49ad-858c-d0e73ea245a0]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [dc3548e1-4e2c-4856-aa4b-cc91bda9c2fa]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [7843bf4e-497f-4bbf-8514-e996faa9eed0]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [ec64203e-d468-4b6b-99f9-de957a607ddc]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [4ba25d23-7fe4-473e-85f1-fd2b8b7ec719]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [42a57bf0-64f4-486e-bce0-53ba1473c023]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [909e7476-a423-442e-a63a-8df7a3443160]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [b14ba0f7-48de-43ae-bfb3-965eebccce4c]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [101a4636-ed94-497f-b5f0-1f30337bad77]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [a1d047f6-4947-46ec-98e9-37329a55d81b]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [f2403f43-a339-4979-96b7-60bfe049d5bf]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [55ab3a72-9b8f-4e5e-9330-ae60d67cf395]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [7061c641-f675-4050-aafc-d3b242f58030]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [4c2b51d8-1d86-4f4e-82d6-9defd1d9aa17]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [44ea6df4-29e6-4ccf-b8fd-d8cf001270b7]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [9e293550-5092-4bac-85b3-23c7308a9360]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [d24e7a2e-1897-42af-8447-c4307d1ad080]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [d47cdd79-2952-49a1-a676-feeb1bbeb979]
[03-19-2021 :: 03:56:32] [WorldServer] [Info] Removed Zone Server connection from [55e09a88-67cb-49b2-ab6f-b0ae9fcc83ef]
Sorry for the length of this thread! Wanting to be as detailed as possible to give a clear view of my situation
Reply With Quote
  #2  
Old 03-19-2021, 12:14 PM
joedit
Fire Beetle
 
Join Date: Feb 2021
Posts: 19
Default

Did you open both TCP and UDP or just UDP? I think you need both.

Also, you may not need 3306 to be opened if you are managing the DB from within the LAN.
Reply With Quote
  #3  
Old 03-19-2021, 03:24 PM
Thalix's Avatar
Thalix
Sarnak
 
Join Date: Sep 2016
Posts: 91
Default

You need at least:
5998-5999 tcp/udp
7000-7500 tcp/udp
7778-7779 tcp/udp
9000-9001 tcp/udp
Reply With Quote
  #4  
Old 03-19-2021, 07:01 PM
Muerticus
Fire Beetle
 
Join Date: Mar 2021
Posts: 4
Default

Hey joedit, thanks for the reply my friend!

So in my windows defender, I just double checked right now and there are rules in place for both TCP and UDP.

In my router settings I have the ports forwarded with both UDP and TCP protocol.

Under the https://check-host.net/ tool, I can check both TCP and UDP protocol to see if ports are open. The only ones not opening under TCP (but ARE open via udp) 7778/9080
Reply With Quote
  #5  
Old 03-19-2021, 07:02 PM
Muerticus
Fire Beetle
 
Join Date: Mar 2021
Posts: 4
Default

Hey Thalix! Thank you for your reply!

Ohhh duuuh, I missed 7779!!! I will go add that rule to router and windows defender and report back.


***EDIT***

Added in rules to router and defender for port 7779;
Sadly still getting the exact same "ERROR: WorldAuthenticate has failed after attempting to connect."
Reply With Quote
  #6  
Old 03-22-2021, 01:05 PM
Muerticus
Fire Beetle
 
Join Date: Mar 2021
Posts: 4
Default

***FIXED***

I just wanted to update that I was able to resolve this issue, incase anyone else in the future runs into same problem.

After looking through the Eqemu discord channel (great resource) I saw someone else was having exact same issue. Someone made a passing comment about local ip address ending with a small number (192.168.0.X, where x = 1,2,3,4,5...etc). I had set my local IP super low, so I tried upping it so that way it ended with 101. I then changed all of my port forwarding rules to reflect the new local IP, updated my config.jason, and it worked!

Hope this helps for whomever comes across it! Happy hunting all!
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:24 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