Getting the below error:
[Debug] [WORLD__LS] Connecting to login server: ucdatasolutions.com:5999
[Debug] [WORLD__LS_ERR] Could not connect to login server: ucdatasolutions.com:5
998 TCPConnection::Connect(): connect() failed. Error: 10060
Is this because it is trying to login to the login server locally and not from the outside?
Ports are open. Should I change that to an IP address or add another line for local?
eqemulogin server started fine:
[Debug] [03.13.12 - 02:30:08] Logging System Init.
[Debug] [03.13.12 - 02:30:08] Config System Init.
[Debug] [03.13.12 - 02:30:08] MySQL Database Init.
[Debug] [03.13.12 - 02:30:08] Encryption Initialize.
[Debug] [03.13.12 - 02:30:08] Encryption Loaded Successfully.
[Debug] [03.13.12 - 02:30:08] Server Manager Initialize.
[Network] [03.13.12 - 02:30:08] ServerManager listening on port 5998
[Debug] [03.13.12 - 02:30:08] Client Manager Initialize.
[Network] [03.13.12 - 02:30:08] ClientManager listening on Titanium stream.
[Network] [03.13.12 - 02:30:08] ClientManager listening on SoD stream.
[Debug] [03.13.12 - 02:30:08] Server Started.
Then, if I change ucdatasolutions.com to 127.0.0.1 in the eqemu_config.xml I get the following in the EQemulogin server:
[Debug] [03.13.12 - 03:24:39] Logging System Init.
[Debug] [03.13.12 - 03:24:39] Config System Init.
[Debug] [03.13.12 - 03:24:39] MySQL Database Init.
[Debug] [03.13.12 - 03:24:39] Encryption Initialize.
[Debug] [03.13.12 - 03:24:39] Encryption Loaded Successfully.
[Debug] [03.13.12 - 03:24:39] Server Manager Initialize.
[Network] [03.13.12 - 03:24:39] ServerManager listening on port 5999
[Debug] [03.13.12 - 03:24:39] Client Manager Initialize.
[Network] [03.13.12 - 03:24:39] ClientManager listening on Titanium stream.
[Network] [03.13.12 - 03:24:39] ClientManager listening on SoD stream.
[Debug] [03.13.12 - 03:24:39] Server Started.
[Network] [03.13.12 - 03:24:48] New world server connection from 127.0.0.1:49358
[Network Error] [03.13.12 - 03:24:48] Handle_NewLSInfo error, remote address was
null, defaulting to stream address 127.0.0.1.
[World] [03.13.12 - 03:24:48] Server The Everquest Afterlife, Dragons of Doom(eq
afdod) attempted to log in but account and password did not match the entry in t
he database.
[Network] [03.13.12 - 03:31:30] World server disconnected from the server, remov
ing server and freeing connection.
Goal is a private server that people can login multiple accounts with a single IP.
|