View Single Post
  #11  
Old 03-15-2012, 03:56 AM
Warking
Hill Giant
 
Join Date: Mar 2012
Location: Norrath
Posts: 132
Default

This is not using minilogin or eqemulator.net. This is using the eqemuloginserver.exe application for private servers.

Thanks for the snippet of your files!

I had to make some changes to the eqemu_config and I performed changes in the following:

under peqlogindb tblworldserverregistration server last ip address using real or fake ip address

- I put the server's local network address

under peqlogindb tblserveradminregistration registrationIp address your local network address

- Completed 192.168.1.131

under peqlogindb tblloginserveraccounts lastipadress local network address

- Completed; 21 accounts in all, changed all to 192.168.1.131

under peq database zone_server address ip

- In the peq database in the zone_server table there is nothing populated. No name or anything:

Name | Address | Port | player_count | last_alive | rain

Did you want me to put the server (full or short) name and IP address? Or leave it blank



under peq database account_ip you should have your friends user # to the account and next should be there ip address

- Compelted for each account; public IP addresses for users, and local for LAN connections.

I will have to wait until this afternoon to have someone test external access again.

Also, the following ports are forwarded to the eq server:
TCP/UDP:
7000-7800
5998-5999
3306
9000-9100


Started the server. Below is the output:

Code:
[Debug] [03.15.12 - 03:46:58] Logging System Init.
[Debug] [03.15.12 - 03:46:58] Config System Init.
[Debug] [03.15.12 - 03:46:58] MySQL Database Init.
[Debug] [03.15.12 - 03:46:58] Encryption Initialize.
[Debug] [03.15.12 - 03:46:59] Encryption Loaded Successfully.
[Debug] [03.15.12 - 03:46:59] Server Manager Initialize.
[Network] [03.15.12 - 03:46:59] ServerManager listening on port 5999
[Debug] [03.15.12 - 03:46:59] Client Manager Initialize.
[Network] [03.15.12 - 03:46:59] ClientManager listening on Titanium stream.
[Network] [03.15.12 - 03:46:59] ClientManager listening on SoD stream.
[Debug] [03.15.12 - 03:46:59] Server Started.
[Network] [03.15.12 - 03:47:04] New world server connection from 192.168.1.131:4
9165
[World] [03.15.12 - 03:47:04] Server The Everquest Afterlife, Dragons of Doom(eq
afdod) successfully logged in.
Reply With Quote