Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-06-2016, 03:59 AM
hurikaNe
Fire Beetle
 
Join Date: Aug 2007
Posts: 8
Default 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
Reply With Quote
  #2  
Old 01-06-2016, 06:09 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Is your friend able to get on any of the public servers without an error ?
__________________
Hanging out at Antonica.World
Reply With Quote
  #3  
Old 01-06-2016, 06:19 AM
hurikaNe
Fire Beetle
 
Join Date: Aug 2007
Posts: 8
Default

Quote:
Originally Posted by Huppy View Post
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.
Reply With Quote
  #4  
Old 01-06-2016, 09:43 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

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.
Reply With Quote
  #5  
Old 01-06-2016, 04:04 PM
hurikaNe
Fire Beetle
 
Join Date: Aug 2007
Posts: 8
Default

Quote:
Originally Posted by Kingly_Krab View Post
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?
Reply With Quote
  #6  
Old 01-06-2016, 04:51 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

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)
__________________
Hanging out at Antonica.World
Reply With Quote
  #7  
Old 01-07-2016, 01:37 AM
hurikaNe
Fire Beetle
 
Join Date: Aug 2007
Posts: 8
Default

Quote:
Originally Posted by Huppy View Post
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.
Reply With Quote
  #8  
Old 01-07-2016, 02:12 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

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.
__________________
Hanging out at Antonica.World
Reply With Quote
  #9  
Old 01-07-2016, 02:41 AM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default

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>
Reply With Quote
  #10  
Old 01-07-2016, 02:50 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Quote:
Originally Posted by Nightrider84 View Post
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
__________________
Hanging out at Antonica.World
Reply With Quote
  #11  
Old 01-07-2016, 03:10 AM
hurikaNe
Fire Beetle
 
Join Date: Aug 2007
Posts: 8
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:07 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3