EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Help With My First Server (Login Issue) (https://www.eqemulator.org/forums/showthread.php?t=41619)

Minirva 11-26-2017 02:18 PM

Help With My First Server (Login Issue)
 
Hello,

I am going to guess I am missing something very simple here but for the life of me can not find the fix.

I used Akkas PEQ Server Installer.

As of right now, my friend (and I am expecting nobody) can log onto my server. I did open up my DMZ yesterday and when it was open he could log in. I did some tweaking and now even if I open up the DMZ, he can not log into the server. I reverted everything back, opened the DMZ and again nothing. So I have screwed something up!

I don't believe I am missing any port ranges. Open are 5998-5999, 7000-7500, 9000-9100, all set to TCP/UDP.

As they stand right now....

My eqemu_config is as follows:
Quote:

<?xml version="1.0">
<server>
<world>
<shortname>Quiet Solitude</shortname>
<longname>Quiet Solitude Test</longname>

<address>192.168.0.18</address>
<localaddress>192.168.0.18</localaddress>

<loginserver1>
<legacy>1</legacy>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>
<loginserver2>
<host>192.168.0.18</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>



<tcp ip="127.0.0.1" port="9001"/>
<telnet ip="0.0.0.0" port="9000" enabled="true"/>

<key>92VKOEWlBUEaZebfT3WMkg1MO2cfC9Q</key>

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

<chatserver>
<host>login.eqemulator.net</host>
<port>7500</port>
</chatserver>

<mailserver>
<host>login.eqemulator.net</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>
Login.ini is:
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 = 192.168.0.18
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 have tried everything within my limited knowledge and from what posts and information i could find on this topic. Any help would be greatly appreciated. Thanks

ghanja 11-26-2017 02:57 PM

Code:

<address>192.168.0.18</address>
<localaddress>192.168.0.18</localaddress>

Change back to the way it was:

Code:

          <!-- <address>do.not.edit</address> -->
          <!-- <localaddress>do.not.edit</localaddress> -->

If I recall correctly, the IP in a -specified- "<address>" is the one sent to client. The client on anything but your LAN (thus your friend) would then have difficulty reaching the server on a private LAN IP.

I could be off, regardless, the lines shouldn't need defined (hence the comment in the stock eqemu_config.xml file (assuming you used Akka's installation package, which is of course the recommended method).

Minirva 11-27-2017 01:06 PM

When I made only that change it didn't correct the problem. I was able to figure out the other issues I was having.

Thanks for taking the time to help out Ghanja.

ghanja 11-27-2017 04:31 PM

Quote:

Originally Posted by Minirva (Post 256553)
When I made only that change it didn't correct the problem. I was able to figure out the other issues I was having.

Thanks for taking the time to help out Ghanja.

You're welcome, sorry that didn't help. It's a shot in the dark when attempting to assist over forums, especially a situation like this, which there are normally three factors: port forwarding (firewall applicable like pfSense, etc.), windows firewall (or ufw if linux) or general config. Assuming then it's a connection issue (and not a DB issue, etc, etc.). Just all sorts of things. Glad you got it all worked out though.

Ladrone 01-20-2018 12:32 PM

having similar issue
 
i can connect locally but no one from outside my LAN is able to connect, they can see the server but unable to get to character select screen.

how did you fix your issue?

The_Beast 01-20-2018 01:36 PM

In your login.ini file -

If you have a LAN, (with router and ports forwarded), use this:

local_network = 192.168.0.

If you're not using a lan and it's LOCAL

local_network = 127.0.0.

NOTE: NO LAST NUMBER, (but keep the period)


All times are GMT -4. The time now is 02:28 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.