View Single Post
  #1  
Old 01-08-2020, 12:04 AM
Maelith
Fire Beetle
 
Join Date: Apr 2016
Location: Calgary, Alberta
Posts: 26
Default Players cannot connect

Eh Emu crew,

I cannot seem to get anyone to connect to my server, I can connect perfectly fine on the main computer, however, when I use my laptop or anyone else they get the error code 1017, currently I am running titanium.

Here is my config file
Code:
{
	"server": {
		"zones": {
			"defaultstatus": "0",
			"ports": {
				"low": "7000",
				"high": "7400"
			}
		},
		"qsdatabase": {
			"host": "localhost",
			"port": "3306",
			"username": "****",
			"password": "******",
			"db": "peq"
		},
		"chatserver": {
			"port": "7778",
			"host": ""
		},
		"mailserver": {
			"host": "",
			"port": "7778"
		},
		"webinterface": {
			"port": "9081"
		},
		"world": {
			"loginserver1": {
				"account": "",
				"password": "",
				"legacy": "1",
				"host": "login.eqemulator.net",
				"port": "5998"
			},
			"loginserver2": {
				"port": "5998",
				"account": "",
				"password": "",
				"host": "120.0.0.1"
			},
			"tcp": {
				"ip": "my ipaddress",
				"port": "9001"
			},
			"telnet": {
				"ip": "0.0.0.0",
				"port": "9000",
				"enabled": "true"
			},
			"key": "somelongrandomstring12345asdfffff",
			"http": {
				"port": "9080",
				"enabled": "true",
				"mimefile": "mime.types"
			},
			"shortname": "short",
			"longname": "Servername"
		},
		"database": {
			"db": "peq",
			"host": "localhost",
			"port": "3306",
			"username": "****",
			"password": "******"
		}
	}
}
Now my login.ini
Code:
[database]
host = localhost
port = 3306
db = peq
user = ****
password = *****
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 = my ip address
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
I am currently using Akka's installer, which has been amazing btw, but, I have no idea what I am doing with this format anymore, I was big into this community circa 2002 with PoP. I also have the port forwarded as well.

Thanks guys!

Last edited by joligario; 01-08-2020 at 01:40 PM.. Reason: forgot to add the ports forwarded.
Reply With Quote