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 11-02-2018, 06:25 PM
prestanneth
Fire Beetle
 
Join Date: Jul 2015
Posts: 25
Default

not sure your status based on last comment but some notes here:

All of your config's ips are local, if you want the server to be also public you need to tell the world where you are.
( primarily setting the ips based on your "internet" world address. )

you also have a mixture of 127.0.0.1, "localhost" and 192.168.0.10
suggest to use just the actual 192.168.0.10 to keep it clean.

( The only ip that should be 192.168.0.10 is the databases ".host" )

https://www.myglobalip.com/
that is your internet address to use.


look through the sample i posted initially, your missing the "address", set this to internet address so loginserver1 (eqemulator) login knows where you are.

in .json
Everywhere I've wrote 10.1.1.176 that's equal to your 192.168.0.10
Everywhere I've wrote 136.147.168.2 that's equal to your internet address

in .ini
world_trace = FALSE #<-- is this the issue???
NO
but suggest to change
local_network = 192.168.0.10 to your world address and leave off the last number per example, otherwise i doubt even your lan would work let alone wan.
example: 123.456.789. <-- no last number otherwise it would be specific to 1 pc , not lan/wan.
Reply With Quote
  #2  
Old 11-02-2018, 07:24 PM
Asylum
Sarnak
 
Join Date: Jun 2013
Posts: 81
Default

I think I understood those changes and made them correctly; the files are not in the same order but the hierarchy should match. I hope I remembered how to embed the code.

eqemu_config.json
Code:
{
     "server" : {
          "chatserver" : {
               "host" : "my ip address",
               "port" : "7778"
          },
          "database" : {
               "db" : "peq",
               "host" : "192.168.0.10",
               "password" : "******",
               "port" : "3306",
               "username" : "root"
          },
          "mailserver" : {
               "host" : "my ip address",
               "port" : "7778"
          },
          "qsdatabase" : {
               "db" : "peq",
               "host" : "192.168.0.10",
               "password" : "******",
               "port" : "3306",
               "username" : "root"
          },
          "webinterface" : {
               "port" : "9081"
          },
          "world" : {
				"address": "my ip address",
				"http" : {
                    "enabled" : "true",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "longstringofnonsensekey",
               "loginserver1" : {
                    "account" : "",
                    "host" : "login.eqemulator.net",
                    "legacy" : "1",
                    "password" : "",
                    "port" : "5998"
               },
               "loginserver2" : {
					"account" : "",
                    "host" : "192.168.0.10",
                    "password" : "",
                    "port" : "5998" <-- not 5999? does it matter here?
               },
               "longname" : "The Fallen Empire EQEmuServer",
               "shortname" : "The Fallen Empire",
               "tcp" : {
                    "ip" : "my ip address",
                    "port" : "9001"
               },
               "telnet" : {
                    "enabled" : "true",
                    "ip" : "my ip address",
                    "port" : "9000"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}
login.ini

Code:
[database]
host = myipaddress
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 12.345.678. <-- left off the last number set
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type
Reply With Quote
Reply


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 06:02 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