Ok so I wanted a friend to connect to do some testing in certain zones so I am running my server on my one pc which is connected to my Internet through my router.
Now I followed instructions in this guide
http://www.eqemulator.net/wiki/wikka...akka=RouterFix
1st things first I created a no-ip.org account
then downloaded the no-ip client just incase my ip changes
Then I changed my Host file
Quote:
127.0.0.1 localhost
to
198.0.0.100 localhost
198.0.0.100 account.no-ip.org
|
then after that I changed
Quote:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>some.server.com</address> -->
<!-- <localaddress>192.168.0.5</localaddress> -->
with:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>account.no-ip.org</address>
<localaddress>192.168.0.100</localaddress>
|
Then I changed
Quote:
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="9000" telnet="disable"/>
to
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="account.no-ip.org" port="9000" telnet="enable"/>
|
The world connects fine the I can connect fine but my friend cannot connect and when he tries it gives him the 1017 error and we have the exact same bought version of EQ titanium. he has tried connecting for 20 min at a time constantly getting errors or booted back to login screen and he does not show up in my World.exe
I have also looked at the NAT fix
http://www.eqemulator.net/wiki/wikka.php?wakka=NatFix
And now im really not sure what I should do ?
it says at the bottom of the page to
Quote:
changes made to eqemu_config.xml to make dns redirect work correctly with 6.6/7.0...
<address>name.no-ip.org</address>
<localaddress>192.168.x.x</localaddress>
|
and it also says in my server .ini to change or should look like this.
Quote:
also your server loginserver.ini should look like
[LoginServer]
loginserver=eqemulator.net
loginport=5994
worldname=
worldaddress=name.no-ip.org
locked=true
account=
password=
#account=
#password=
|
But that must be in the tables somewhere you see I know how to use navicat to adjust tables and accounts etc is that what schema is what would be the table called with my server info?
My actual question I am asking about the loginserver.ini is what is it called in my peq_db? I know its not called server?
Would this also be because I have not updated my db to the 233 version ? I have installed Rev1129 onto this server.
I have read many threads about 1017 errors and none are the same as mine so any help would be much appreciated.