PDA

View Full Version : Others can't login to server


Shamanistik08
05-01-2011, 09:52 PM
Hi there,

Running a server here, rev1751. Using Underfoot client from steam.
I use the Eqemulator public login.

I can login to my server just fine. but when my brother try to connect he get error 1017 and got booted to login page.

He can log to other servers just fine. so do I.

So what is wrong with the server? he appears on the list and I can connect, couldn't all??

Please help, thanks in advance

joligario
05-01-2011, 10:09 PM
Are you both behind the same router?

Shamanistik08
05-01-2011, 10:16 PM
No, he try to connect from internet.
We are a couple wanting to play eq again, so I built and host the server. But if others can't connect it won't be fun :(

joligario
05-01-2011, 10:29 PM
You should look at your port forwarding then.

Shamanistik08
05-02-2011, 06:07 AM
COuld someone try to connect to the server please?

Scroll down and find "Ombrelac"

Thanks in advance

Shamanistik08
05-02-2011, 08:45 AM
<?xml version="1.0">
<server>
<world>
<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
<shortname>Ombrelac</shortname>
<longname>Ombrelac</longname>

<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION -->
<!-- <address>do.not.edit</address> -->
<!-- <localaddress>do.not.edit</localaddress> -->

<!-- Loginserver information. DO NOT EDIT -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked DO NOT EDIT RIGHT NOW -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. DO NOT EDIT -->
<tcp ip="86.198.202.52" port="9000" telnet="disable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>somelongrandomstring12345</key>

<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>

<!-- Chatserver (channels) information. DO NOT EDIT -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<!-- The defaultstatus is what status the new toons will have on your server -->
<defaultstatus>0</defaultstatus>

<!-- Sets port range for world to use to auto configure zones DO NOT EDIT RIGHT NOW-->
<ports low="7000" high="7100"/>
</zones>

<!-- Set username to root and password is your MySQL password and db to peq -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>************</password>
<db>peq</db>
</database>

<!-- Launcher Configuration DO NOT EDIT-->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. DO NOT EDIT -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. DO NOT EDIT -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

Posted my eqemu_config.xml.. something is probably wrong here.
A friend told me to try changing this line to my wan adress.

<!-- Sets the ip/port for the tcp connections. DO NOT EDIT -->
<tcp ip="86.198.202.52" port="9000" telnet="disable"/>

So, do I have everything for a public server?? I tested with WAN adress since localhost wasn't working, so I tried both

Shamanistik08
05-03-2011, 09:12 AM
Can anyone try to connect to Ombrelac? and tell me what happend?

Thanks in advance

Shamanistik08
05-03-2011, 01:56 PM
Solved, thanks to lerxst2112 again ! really my hero :)

The problem was from my routeur. Lot's of people says it don't work well atm.

lerxst2112
05-03-2011, 02:02 PM
Hah, I didn't fix anything, I just connected. :) Glad you got it working.