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

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-29-2019, 04:24 PM
Soadin
Fire Beetle
 
Join Date: May 2017
Posts: 15
Default Login Server in private Lan

Hi,

I have a problem setting up a local Login Server in my private Lan.

I attached the login.json and eqemu_config.json.

Status with these two files:
I can logon to Login Server but my EQ-Server is not shown on the Server list.
So it seems the Server doesnt Register correctly at the Login Server.
But log files don't show an error.

would the world log file show an error?
It says:
Code:
[12-29-2019 :: 20:34:30] [WorldServer] [Info] Connected to Legacy Loginserver: [192.168.0.175:5998]

would the login Server log file show an error? it doesn't atm. But also no success message.


Any tips ?
Many thx in Advance

eqemu_config.json
Code:
{
     "server" : {
          "chatserver" : {
               "host" : "",
               "port" : "7778"
          },
          "database" : {
               "db" : "peq",
               "host" : "localhost",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "mailserver" : {
               "host" : "",
               "port" : "7778"
          },
          "qsdatabase" : {
               "db" : "peq",
               "host" : "localhost",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "webinterface" : {
               "port" : "9081"
          },
          "world" : {
               "http" : {
                    "enabled" : "true",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "rmJ0srnNuhFoLV4XtBVUwe2C3sLMZIL",
               "loginserver1" : {
                    "account" : "Admin",
                    "host" : "192.168.0.175",
                    "legacy" : "1",
                    "password" : "Password",
                    "port" : "5998"
               },
               "loginserver2" : {
                    "account" : "Admin",
                    "host" : "192.168.0.175",
                    "password" : "Password",
                    "port" : "5999"
               },
			   "localaddress" : "192.168.0.175",
               "longname" : "Soadin",
               "shortname" : "soadin",
               "tcp" : {
                    "ip" : "192.168.0.175",
                    "port" : "9001"
               },
               "telnet" : {
                    "enabled" : "true",
                    "ip" : "0.0.0.0",
                    "port" : "9000"
               }
          },
          "zones" : {
               "defaultstatus" : "20",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}
Login.json
Code:
{
     "account" : {
          "auto_create_accounts" : true
     },
     "client_configuration" : {
          "sod_opcodes" : "login_opcodes_sod.conf",
          "sod_port" : 5999,
          "titanium_opcodes" : "login_opcodes.conf",
          "titanium_port" : 5998
     },
     "database" : {
          "db" : "peq",
          "host" : "127.0.0.1",
          "password" : "eqemu",
          "port" : "3306",
          "user" : "root"
     },
     "logging" : {
          "dump_packets_in" : false,
          "dump_packets_out" : false,
          "trace" : false,
          "world_trace" : false,
		  "local_network" : "192.168.0.0"
     },
     "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
     }
}
Reply With Quote
  #2  
Old 12-29-2019, 04:49 PM
Soadin
Fire Beetle
 
Join Date: May 2017
Posts: 15
Default

Some additional info:

I did check the database with
select * from login_world_servers;

and it showed the line with my world server.

I am using the ROF Client btw.

THx again for any tips or tricks
Reply With Quote
  #3  
Old 12-29-2019, 05:43 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

This assumes that you don't want to connect to the public login server...

Code:
          "world" : {
               "http" : {
                    "enabled" : "true",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "rmJ0srnNuhFoLV4XtBVUwe2C3sLMZIL",
               "loginserver1" : {
                    "account" : "Admin",
                    "host" : "192.168.0.175",
                    "password" : "Password",
                    "port" : "5998"
               },
               "localaddress" : "192.168.0.175",
               "longname" : "Soadin",
               "shortname" : "soadin",
               "tcp" : {
                    "ip" : "192.168.0.175",
                    "port" : "9001"
               },
               "telnet" : {
                    "enabled" : "true",
                    "ip" : "0.0.0.0",
                    "port" : "9000"
               }
          },
- Remove 'loginserver2'
- Remove 'legacy' from 'loginserver1'

Note: Don't change the port values to what you think the client is logging into..these are for server-to-server connections and have nothing to do with client login.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #4  
Old 12-29-2019, 06:25 PM
Soadin
Fire Beetle
 
Join Date: May 2017
Posts: 15
Smile

Many many thx... that solved it.
Uleat you are my hero

/bow
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 09:21 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