EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Issues with outside connections (https://www.eqemulator.org/forums/showthread.php?t=37076)

darkonites3 07-17-2013 07:57 PM

Issues with outside connections
 
hey everyone

So I was trying to get my server to allow others to connect but have been running into some issues. Below is some minimal info on my setup. I myself can connect and log in/play on my server (KugPG Custom) but I have tried the following and none of it has worked to allow others onto my server:

running on Windows 7 32 bit
my router/modem is a AT&T 2wire wireless/cable 3800 HGV-B

here's the things I've tried so far (in order):

-tried without ports forwarded (of course got the expected result of no outside connectivity)

-disabled windows firewall

-forwarded ports 7000-7100 (UDP initially, then TCP and then both before setting it back to just UDP) and port 9000 (UDP) to my computer

-then forwarded 5998 and 5999 (UDP) to my computer

-after forwarding didn't work I tried DMZ mode

-then tried removing the comment brackets and changing the eqemu_config.xml address and local address to my external and internal IPs

-after all of this registered a domain at no ip and configured everything in the guide at this link (http://www.eqemulator.net/wiki/wikka...akka=RouterFix) and ran it with no errors except that still nobody could connect (all ports listed above are still forwarded at this point)

any advice or suggestions would be greatly appreciated :)

edit: just unlocked it and set it back to just having the ports forwarded as opposed to the router workaround

wolfwalkereci 07-17-2013 09:33 PM

Lets see if I can be of any help. Right now my router is set to forward the following.
9000:UDP -server
10500:UDP -UCS
5998-5999:TCP/UDP - login
7000-7100:UDP - zones

Added -> world,zone,ucs to firewall exception list.

Code:

<?xml version="1.0">
<server>
    <world>
        <shortname>ShortName</shortname>
        <longname>Long Name</longname>

        <!-- Only specify these two if you really think you need to.  (read: You don't) -->
        <address>derp.no-ip.info</address>
        <localaddress>192.168.1.100</localaddress>

        <!-- Loginserver information.  Defaults shown -->
        <loginserver1> <!-- Ignore this one. It's just an example you can login to more then one login -->
            <host>derp.no-ip.info</host>
            <port>5998</port>
            <account>MyUserNamePriv</account>
            <password>MyPassword</password>
        </loginserver1>
        <loginserver2>
            <host>eqemulator.net</host>
            <port>5998</port>
            <account>MyUserNameEMU</account>
            <password>MyPassword</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>longasskeyhere</key>
       
        <!-- Enable and set the port for the HTTP service.  Defaults are shown -->
        <http port="9080" enabled="false" mimefile="mime.types" />
    </world>
    <!-- Chatserver information -->
    <chatserver>
        <host>derp.no-ip.info</host>
        <port>10500</port>
    </chatserver>
   
    <!-- Mailserver information -->
    <mailserver>
        <host>derp.no-ip.info</host>
        <port>10500</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>RandomUserName</username>
        <password>RandomPassword</password>
        <db>peq</db>
    </database>
   
    <qsdatabase>
        <host>127.0.0.1</host>
        <port>3306</port>
        <username>RandomUserName</username>
        <password>RandomPassword</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>

Pretty much the same stuff as you'll find in all the other threads.
Double check all your settings and that you are using the correct type in your router for port forwarding. If it doesn't work report back.

sorvani 07-17-2013 09:36 PM

You do not need the login server Ports forwarded unless you are running your own login server.

The same for the two lines that say do note comment unless you need to. Tose re only if running your own login server. If you are having these issues, then that is a complication you do not want.

darkonites3 07-18-2013 12:41 PM

Well I replaced the router I was using with a newer model last night and ran the server through the usual forwarded ports and that seemed to fix the problem for now. Thanks all for the suggestions :)


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

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