View Single Post
  #5  
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