I read the wiki info for page titled MiniLoginConfig by Crabclaw which implies to me that both the host and others on net should be able to connect. However, in his list at bottom of page it does not explicitly list his IP as one of the usable IP addresses so is somewhat ambiguous.
I am going to post my 3 config files so my error can be found. With this configuration, I cannot get on from host at all, altho it does not disconnect lan users anymore when I try.
LoginServer.ini
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=192.168.1.47
loginport=5999
worldname=My Minilogin
worldaddress=192.168.1.47
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
eqemu_config.xml
Code:
<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>
<address>192.168.1.47</address>
<localaddress>127.0.0.1</localaddress>
<loginserver>
<host>192.168.1.47</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<key>some long random string</key>
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>peq</db>
</database>
</server>
eqhost.txt
Code:
[LoginServer]
Host=192.168.1.47:5999
#Host=eqemulator.net:5998