View Single Post
  #4  
Old 07-19-2020, 10:44 AM
bchilton999
Fire Beetle
 
Join Date: Sep 2010
Posts: 4
Default

ok I reinstalled everything. Still cant connect.

I can connect to the server with the public login server fine.
I can connect to eqtitan with the public and there private login server fine.

I now get to the password input on the client and get the message a connection to the server could not be reached.

I have tryed connecting from 2 difrent computers. One of them is brand new.

Here is my config files

eqemu_config.json:
Code:
{
   "server" : {
      "chatserver" : {
         "host" : "",
         "port" : "7778"
      },
      "database" : {
         "db" : "XXXXX",
         "host" : "10.0.1.3",
         "password" : "XXXXX",
         "port" : "3306",
         "username" : "XXXXX"
      },
      "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" : "XXXXX",
         "host" : "10.0.1.3",
         "password" : "XXXXX",
         "port" : "3306",
         "username" : "XXXXX"
      },
      "world" : {
"address" : "10.0.1.3",
"localaddress" : "localhost",
               "http" : {
                    "enabled" : "true",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
         "key" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
            "loginserver1" : {
            "account" : "",
            "host" : "10.0.1.3",
            "password" : "",
            "port" : "5998"
         },
         "longname" : "EQChilton Skens House of Gnomes",
         "shortname" : "EQChilton",
         "tcp" : {
            "ip" : "10.0.1.3",
            "port" : "9001"
         },
         "telnet" : {
            "enabled" : "true",
            "ip" : "0.0.0.0",
            "port" : "9000"
         }
      },
      "zones" : {
         "defaultstatus" : "0",
         "ports" : {
            "high" : "7400",
            "low" : "7000"
         }
      }
   }
}
login.json:
Code:
{
   "account" : {
      "auto_create_accounts" : true
   },
   "client_configuration" : {
      "sod_opcodes" : "assets/opcodes/login_opcodes_sod.conf",
      "sod_port" : 5999,
      "titanium_opcodes" : "assets/opcodes/login_opcodes.conf",
      "titanium_port" : 5998
   },
   "database" : {
         "db" : "XXXXX",
         "host" : "10.0.1.3",
         "password" : "XXXXX",
         "port" : "3306",
         "username" : "XXXXX"
   },
   "logging" : {
      "dump_packets_in" : false,
      "dump_packets_out" : false,
      "trace" : false,
      "world_trace" : false,
"local_network" : "10.0.1."
   },
   "security" : {
      "allow_password_login" : true,
      "allow_token_login" : true,
      "mode" : 14
   },
   "web_api" : {
      "enabled" : true,
      "port" : 6000
   },
   "worldservers" : {
      "reject_duplicate_servers" : false,
      "unregistered_allowed" : true
   }
}
Firewall:
Code:
22/tcp                     ALLOW       Anywhere
9091                       ALLOW       Anywhere
32400                      ALLOW       Anywhere
7878                       ALLOW       Anywhere
7878/tcp                   ALLOW       Anywhere
8989                       ALLOW       Anywhere
9117                       ALLOW       Anywhere
3390                       ALLOW       Anywhere
Apache                     ALLOW       Anywhere
Samba                      ALLOW       Anywhere
139                        ALLOW       Anywhere
138                        ALLOW       Anywhere
137                        ALLOW       Anywhere
445                        ALLOW       Anywhere
3306                       ALLOW       Anywhere
5998                       ALLOW       Anywhere
5999                       ALLOW       Anywhere
7000:7400/tcp              ALLOW       Anywhere
7000:7400/udp              ALLOW       Anywhere
7778                       ALLOW       Anywhere
9000                       ALLOW       Anywhere
9001                       ALLOW       Anywhere
9080                       ALLOW       Anywhere
8581                       ALLOW       Anywhere
5353                       ALLOW       Anywhere
8000                       ALLOW       Anywhere
51451                      ALLOW       Anywhere
3080                       ALLOW       Anywhere
3180                       ALLOW       Anywhere
19132                      ALLOW       Anywhere
19133                      ALLOW       Anywhere
2112                       ALLOW       Anywhere
Reply With Quote