EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Friends aren't able to connect (https://www.eqemulator.org/forums/showthread.php?t=40318)

hurikaNe 01-06-2016 03:59 AM

Friends aren't able to connect
 
Hello!

I've done Akkas PEQ Server Installer and I've connected and created a character via LAN but my friend can't.

We got him connected through a VPN and he's able to connect and see my Server but when he hits play it gives him Error 1017 after Server Select.

I've opened all the ports on my router for both the local IP of my machine and the IP the VPN gives. The ports I've read to open are 5998 (We're on Titanium), 9000, & 7000-7500.

Also tried manually changing his IP in the account table but that didn't work.

One thing I noticed via the Logs is he connects to the Login Server, but then it doesn't show anything in the world server logs.

When I connect it shows me connecting to the world server etc... IDK maybe something of worth there.

Any thoughts guys? I'd really love to set this up

Huppy 01-06-2016 06:09 AM

Is your friend able to get on any of the public servers without an error ?

hurikaNe 01-06-2016 06:19 AM

Quote:

Originally Posted by Huppy (Post 246323)
Is your friend able to get on any of the public servers without an error ?

Great question.

I'll try to get him to do that as soon as possible.

Kingly_Krab 01-06-2016 09:43 AM

Being I haven't seen you say you resolved this issue, try testing whether your ports are really open or not with this site: http://canyouseeme.org

Some ISPs actually block specific ports or block the act of port forwarding altogether. I know this from personal experience where I had to call my ISP to get ports forwarded.

hurikaNe 01-06-2016 04:04 PM

Quote:

Originally Posted by Kingly_Krab (Post 246328)
Being I haven't seen you say you resolved this issue, try testing whether your ports are really open or not with this site: http://canyouseeme.org

Some ISPs actually block specific ports or block the act of port forwarding altogether. I know this from personal experience where I had to call my ISP to get ports forwarded.

Are the ports I listed correct?

I'll use the checker for sure on the ones that I *think* are correct.

Edit:
7000 & 7500 gives me a timeout error.

Is that the issue?

Huppy 01-06-2016 04:51 PM

When you open the ports on the router, did you open 7000 through to 7500 ? (not just the two).

Also, just to make sure, would you care to post your eqemu_config file, (without passwords displayed)

hurikaNe 01-07-2016 01:37 AM

Quote:

Originally Posted by Huppy (Post 246334)
When you open the ports on the router, did you open 7000 through to 7500 ? (not just the two).

Also, just to make sure, would you care to post your eqemu_config file, (without passwords displayed)

Opened the range 7000-75000 on my router.

Here's my EQEMU cfg

<?xml version="1.0">
<server>
<world>
<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
<shortname>SCOTT LIKES EQ</shortname>
<longname>SCOTT REALLY LIKES EQ</longname>

<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION -->
<!-- <address>127.0.0.1</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->

<!-- Loginserver information. DO NOT EDIT -->
<loginserver1>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>
<loginserver2>
<host>127.0.0.1</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>


<!-- 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="127.0.0.1" port="9000" telnet="disable"/> -->
<tcp ip="127.0.0.1" port="9000" telnet="enable"/>

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

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

<!-- Chatserver (channels) information. DO NOT EDIT -->
<chatserver>
<!-- <host>192.168.1.x</host> -->
<!-- <port>7778</port> -->
<host></host>
<port>7500</port>
</chatserver>

<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>
<!-- <host>192.168.1.x</host> -->
<!-- <port>7778</port> -->
<host></host>
<port>7500</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"/> -->
<ports low="7000" high="7400"/>
</zones>

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

<qsdatabase>
<!-- <host>127.0.0.1</host> -->
<!-- <port>3306</port> -->
<!-- <username>root</username> -->
<!-- <password>xxxxx</password> -->
<!-- <db>peq</db> -->
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</qsdatabase>

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

<!-- 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>


I didn't change anything on my cfg

do i need to change a PW to something?

Edit: Again I did the Pre-Package so I just barely changed the cfg, trying little fixes here and there.

Didn't block my PW because i didn't set any password to be honest.

Huppy 01-07-2016 02:12 AM

You have a lot of extra lines in there, your (server) is setup for a dual login server ?
I'm no expert, I've never played with a dual login before, but I think it takes a little more
than just adding another <login> cfg to this file. Maybe someone else who knows
more about it can elaborate on it.

Nightrider84 01-07-2016 02:41 AM

Duel login setups are easy to setup you just need to have the loginserver compiled. and add in only a few extra lines in your eqemu config file. This is what its suppose to look like for dual login.

server>
<world>
<shortname>*****</shortname>
<longname>******</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>gamegenie.servebeer.com</address> -->
<localaddress></localaddress> -->

<!-- Loginserver information. add Admin and Password for private login to show up --->
<loginserver1>
<host>192.168.1.(your ip here)</host>
<port>5998</port>
<account>*****</account>
<password>*****</password>
</loginserver1>
<loginserver2>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

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

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>192.168.1.(your ip here)</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>192.168.1.(your ip here)</host>
<port>7778</port>
</mailserver>

<zones>
<defaultstatus>0</defaultstatus>

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

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>****</username>
<password>****</password>
<db>peq</db>
</database>

<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>****</username>
<password>****</password>
<db>peq</db>
</qsdatabase>

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

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

Huppy 01-07-2016 02:50 AM

Quote:

Originally Posted by Nightrider84 (Post 246350)
Duel login setups are easy to setup you just need to have the loginserver compiled. and add in only a few extra lines in your eqemu config file. This is what its suppose to look like for dual login.

Well, thanks for that info Nightrider, I had read an "old" post about dual logins, but it talked
about adjusting server code, etc. I haven't had any use for a dual login yet, but didn't know
it was easier done than said, hahaha

hurikaNe 01-07-2016 03:10 AM

So are my ports blocked at 7000-7500?

and should my next step be to talk to my ISP?

He's connecting from a VPN and he gets to the server browser through my Login Server so there is someeee connection.

So what are the next things that are happening there.

His Client is set to my VPN IP with the port 5998.

Edit: We got him connected to the 1999 Server just fine so it has to be my end in some manner.


All times are GMT -4. The time now is 03:10 AM.

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