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 06-21-2008, 10:35 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

you need to uncomment these lines..
Code:
<!-- Only specify these two if you really think you need to. -->
<!--<address>EQGamers.dyn-o-saur.com</address>-->
<!--<localaddress>192.168.2.6</localaddress>-->
make them
Code:
<!-- Only specify these two if you really think you need to. -->
<address>EQGamers.dyn-o-saur.com</address>
<localaddress>192.168.2.6</localaddress>
everyone always misses that.. need to make them uncommented by default :(
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote
  #2  
Old 06-21-2008, 12:51 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Actually, most people that uncomment those settings wind up having issues until they comment them back out again. Probably 99% of the time, they need to stay commented out. Only in rare cases and setups would you need to uncomment them. And, if you were going to uncomment them, you must understand exactly what it is they are for.

Personally, I think they would be better off removed from the short default config and maybe only put in the full config file as an option for people that require a more advanced setup for certain reasons. They could also use a note about them that is clearer than the one currently there. The note, "Only specify these two if you really think you need to" isn't exactly clear lol. Many people specify them from the start and can't figure out why others can't connect to their server.

I don't even know for sure in what case you would be required to set these. Otherwise, I would write a better note for them myself.

I do know that the "address" is supposed to be the IP (or URL) of your internet IP, which in almost all cases is the IP of your router. And, the "localaddress" is the actual IP on the server itself, which is normally 192.168.1.100 or .101 or .102, etc.

You don't need to set any of this, because the Login Server keeps track of your address from when you connect to it when the server starts. All of this info is automatically taken care of by default. By setting this, it messes up what is automatically done, and in almost all cases it causes players not to be able to connect to the server.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 06-21-2008, 01:14 PM
LordRathgil
Banned
 
Join Date: Jun 2008
Location: planet earth
Posts: 137
Default

address needs to be your PUBLIC ip ( can get that from whatismyip.com) or your domain name (whateveryouwant.no-ip.org) local address has to be your servers internal ip assigned by your router (such as 192.168.1.101 for example) I know i never had a problem when i assigned them with public nor minilogin so long as they are set properly and all your ports are opened on your firewall and router youshouldnt have a problem if your going to use lan and a few friends only i suggest you try minilogin though
Reply With Quote
  #4  
Old 06-22-2008, 03:02 AM
faldor
Fire Beetle
 
Join Date: Jun 2008
Location: uk
Posts: 4
Default

Server is nowworking how it should...... well i mean people can now connect to it from outside my LAN.

Thank you all very much for your help its been a good learning expirience for me.... just got to learn al the rest now lol

Trevius your server is an inspiration and i keep visiting to see what is possible and GeorgeS your tools are a god send, please keep up the great work both of you.

Once again many thanks to you all for your assistance

Faldor
Reply With Quote
  #5  
Old 09-30-2008, 03:34 PM
Skizoke
Sarnak
 
Join Date: Sep 2008
Location: Alabama
Posts: 70
Default I'm having the same problem..

It works perfect for me but anyone outside my home cannot connect. I temporarily have this computer set as dmz and firewall is off

I am not using mini login... variables table has login set to public

Here is my config file:

<?xml version="1.0">
<server>
<world>
<shortname>Skizoke</shortname>
<longname>Skizoke Test Server</longname>

<!-- Only specify these two if you really think you need to. -->
<address>74.145.72.21</address>-->
<localaddress>192.168.1.68</localaddress>-->

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

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

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled).

Defaults are shown -->
<!-- <tcp ip="localhost" port="9000" telnet="disable"/>

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

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
Reply With Quote
  #6  
Old 09-30-2008, 05:32 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Code:
<!-- Only specify these two if you really think you need to. -->
<address>74.145.72.21</address>-->
<localaddress>192.168.1.68</localaddress>-->
If you are setting up a public server, then you should never set this section unless you are 100% sure you have to, which 99.9% of the time, you don't. By setting it, you will almost always break the connections for people outside your LAN. If you are setting up a Mini-Login, then you probably do need to set this, but I don't really know much about Mini-Login.

Try removing those lines from your config and see what happens.

Plus, it looks like you have those config lines half commented out, which might cause problems. The "-->" at the end of the line should be signifying the end of a comment "<!--" line. Either you need to have both "<!--" and "-->" on the same line, or neither one.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #7  
Old 09-30-2008, 06:27 PM
Skizoke
Sarnak
 
Join Date: Sep 2008
Location: Alabama
Posts: 70
Default

I tried what you said, but no luck.

Here is the way the file is currently set up:

<?xml version="1.0">
<server>
<world>
<shortname>Skizoke</shortname>
<longname>Skizoke Test Server</longname>

<!-- Only specify these two if you really think you need to. -->
<!-- <address>DO NOT SET</address> -->
<!-- <localaddress>DO NOT SET</localaddress> -->

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

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

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled).

Defaults are shown -->
<!-- <tcp ip="localhost" port="9000" telnet="disable"/> -->

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

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>*********</password>
<db>peq</db>
</database>
</server>

By chance do you have a good one that works that I can clone? I'm not having any luck modifying one.
Reply With Quote
Reply

Thread Tools
Display Modes

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 11:04 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3