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

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-21-2022, 05:57 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Is your SoD+ client eqhost.txt pointing at 5999 ? ( not 5998 )
Reply With Quote
  #2  
Old 02-22-2022, 07:33 AM
krauser1
Fire Beetle
 
Join Date: Sep 2006
Posts: 8
Angry

Quote:
Originally Posted by Huppy View Post
Is your SoD+ client eqhost.txt pointing at 5999 ? ( not 5998 )
5999 for sod and rof,rof login successfully, sod failed,
Reply With Quote
  #3  
Old 02-22-2022, 11:42 PM
Freejack
Sarnak
 
Join Date: Jan 2022
Location: In the woods
Posts: 66
Default

Quick couple of questions and maybe I can help you troubleshoot this.

1. Is this all internal or is this connection from another computer in the network or from the internet?

2. Can you show me your whole eqemu_config.json?

I have a feeling it is a simple misconfiguration but will help you the best I can.
__________________
Freejacks EQ World
Just a place to adventure and do the things I did not do before and that was a long time ago.
Reply With Quote
  #4  
Old 02-24-2022, 06:39 AM
krauser1
Fire Beetle
 
Join Date: Sep 2006
Posts: 8
Default

Quote:
Originally Posted by Freejack View Post
Quick couple of questions and maybe I can help you troubleshoot this.

1. Is this all internal or is this connection from another computer in the network or from the internet?

2. Can you show me your whole eqemu_config.json?

I have a feeling it is a simple misconfiguration but will help you the best I can.
1. Internal or from other computers are the same,and i try at least from 4 different computers which are hundreds of kilometers apart
2.
Code:
{
   "server" : {
      "chatserver" : {
         "host" : "localhost",
         "port" : "7778"
      },
      "database" : {
         "db" : "peq",
         "host" : "127.0.0.1",
         "password" : "eqemu",
         "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" : "eqemu",
         "port" : "3306",
         "username" : "root"
      },
      "world" : {
         "key" : "GA6ehFuQyVSiIkxUWd7j1x8J6hc7cxD",
         "loginserver1" : {
            "account" : "",
            "host" : "login.eqemulator.net",
            "legacy" : "1",
            "password" : "",
            "port" : "5998"
         },
         "loginserver2" : {
            "account" : "",
            "host" : "localhost",
            "password" : "",
            "port" : "5998"
         },
         "longname" : "CEQ Hyde Test Server",
         "shortname" : "hyde testserver",
         "tcp" : {
            "ip" : "127.0.0.1",
            "port" : "9001"
         },
         "telnet" : {
            "enabled" : "true",
            "ip" : "0.0.0.0",
            "port" : "9000"
         }
      },
      "zones" : {
         "defaultstatus" : "0",
         "ports" : {
            "high" : "7400",
            "low" : "7000"
         }
      }
   }
}
Reply With Quote
  #5  
Old 02-24-2022, 08:47 AM
Freejack
Sarnak
 
Join Date: Jan 2022
Location: In the woods
Posts: 66
Default

Quote:
Originally Posted by krauser1 View Post
1. Internal or from other computers are the same,and i try at least from 4 different computers which are hundreds of kilometers apart
2.
Code:
{
   "server" : {
      "chatserver" : {
         "host" : "localhost",
         "port" : "7778"
      },
      "database" : {
         "db" : "peq",
         "host" : "127.0.0.1",
         "password" : "eqemu",
         "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" : "eqemu",
         "port" : "3306",
         "username" : "root"
      },
      "world" : {
         "key" : "GA6ehFuQyVSiIkxUWd7j1x8J6hc7cxD",
         "loginserver1" : {
            "account" : "",
            "host" : "login.eqemulator.net",
            "legacy" : "1",
            "password" : "",
            "port" : "5998"
            "locked": "false",
            "localaddress": "127.0.0.1",
            "address": your internet IP
         },
         "loginserver2" : {
            "account" : "",
            "host" : "127.0.0.1",
            "password" : "",
            "port" : "5998"
         },
         "longname" : "CEQ Hyde Test Server",
         "shortname" : "hyde testserver",
         "tcp" : {
            "ip" : "127.0.0.1",
            "port" : "9001"
         },
         "telnet" : {
            "enabled" : "true",
            "ip" : "0.0.0.0",
            "port" : "9000"
         }
      },
      "zones" : {
         "defaultstatus" : "0",
         "ports" : {
            "high" : "7400",
            "low" : "7000"
         }
      }
   }
}
Look at the above that I actually edited and made a few changes. Are you using local login or eqemulator.net login?

See if those changes help you out.

Also you might want to look at the docker install of this and use it. It comes with a few more tools that make it a lot easier to run a server and update.
__________________
Freejacks EQ World
Just a place to adventure and do the things I did not do before and that was a long time ago.
Reply With Quote
  #6  
Old 02-24-2022, 09:28 PM
krauser1
Fire Beetle
 
Join Date: Sep 2006
Posts: 8
Default

Quote:
Originally Posted by Freejack View Post
Look at the above that I actually edited and made a few changes. Are you using local login or eqemulator.net login?

See if those changes help you out.

Also you might want to look at the docker install of this and use it. It comes with a few more tools that make it a lot easier to run a server and update.
local login server.
the windows server is also easy to run or update , just cannnot login from sod...really wired.

Code:
            "locked": "false",
            "localaddress": "127.0.0.1",
            "address": your internet IP
the localaddress and address were used in old server which pubulish in feb 2020, i ll try to modify my configuration. thx a lot.
Reply With Quote
Reply

Tags
client disconnect, login server, windows server

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 03:54 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3