Server shows down but is running. Help with Json config
Hi,
i have my server up and running, i can play eq on the host computer but i'm trying to logging in now from another computer on my network. i do want to let my brothers connect to the server as well via internet but trying to get it to work locally first. i'm able to login with no issues and i can see my server in the window but it shows as down and i can't log into character select. Can someone look at my config file and tell me what i have wrong? And let me if there are other setting that need to be changed outside of the eqemu_config.json file. Below is my config.json file. Any help would be greatly appreciated.
{
"server": {
"database": {
"db": "OGEQ",
"host": "127.0.0.1",
"password": "Test",
"port": "3306",
"username": "root"
},
"directories": {
"opcodes": "assets/opcodes/",
"patches": "assets/patches/"
},
"files": {
"mail_opcodes": "assets/opcodes/mail_opcodes.conf",
"opcodes": "assets/opcodes/opcodes.conf"
},
"qsdatabase": {
"db": "OGEQ",
"host": "127.0.0.1",
"password": "Test",
"port": "3306",
"username": "root"
},
"ucs": {
"host": "127.0.0.1",
"port": "7778"
},
"world": {
"key": "yuYGI6iKu76rkhoi9&bFyEIrHcMu65dont",
"address" : "127.0.0.1",
"localaddress": "192.168.0.244",
"locked": "false",
"loginserver": {
"account": "",
"host": "192.168.0.244",
"password": "",
"port": "5998"
},
"longname": "Old Guys Everquest",
"shortname": "OGEQ",
"tcp": {
"ip": "192.168.0.244",
"port": "9000"
},
"telnet": {
"enabled": "false",
"ip": "0.0.0.0",
"port": "9001"
}
},
"zones": {
"defaultstatus": "0",
"ports": {
"high": "7500",
"low": "7100"
}
}
}
}
|