View Single Post
  #2  
Old 12-08-2017, 08:17 PM
dracir
Sarnak
 
Join Date: Dec 2017
Location: US
Posts: 43
Default Current - Private Network Files(not available for external yet)

Files(Of course remove the [brackets] and fill in with the correct information)

eqemu_Config.xml
Quote:
<?xml version="1.0">
<server>
<world>
<shortname>Avaria</shortname>
<longname>Vesper Chronicles</longname>
<address>[Private IP]</address>

<!--<loginserver1>
<legacy>1</legacy>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>-->

<loginserver1>
<host>[Private IP]</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>



<tcp ip="[private ip]" port="9001"/>
<telnet ip="0.0.0.0" port="9000" enabled="true"/>

<key>[Bunch of numbers and letters]</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<chatserver>
<host></host>
<port>7500</port>
</chatserver>

<mailserver>
<host></host>
<port>7500</port>
</mailserver>

<zones>
<defaultstatus>0</defaultstatus>

<ports low="7000" high="7400"/>
</zones>

<database>
<host>[localhost]</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</database>

<qsdatabase>
<host>[localhost]</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</qsdatabase>

<webinterface>
<port>9081</port>
</webinterface>

<launcher>
</launcher>

<files>
</files>
<directories>
</directories>
</server>
~~TCP IP---was set to [127.0.0.1] I wasn't sure if this was an external ip. So i changed it to my private ip and it seems to work. This ip is what the zones are initialized on if i remember correctiy.
Login.ini
Quote:
[database]
host = [localhost]
port = 3306
db = peq
user = root
password = eqemu
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 = [private IP]
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
Ports displayed in use with the files.
IP's that need to be configured properly to support external IP.

Currently. This exact setup, after changing the bracketed areas to respective IP, is working for my local server. Only accepting internal IP's.
Reply With Quote