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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 11-15-2008, 01:42 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Code:
	    <address>Serving Machines IP</address>
	    <localaddress>127.0.0.1</localaddress>
I'd say better use the server machines ip address on both (instead of the 127.0.0.1 loop) If he has a DNS, he can put in the first , if not , just repeat them. For Public login, he probably can just quote them out;
Code:
	   <!-- <address>Serving Machines IP</address> -->
	    <!--<localaddress>127.0.0.1</localaddress> -->
This works best for Local and Lan Play. If you use the 127.0.0.1 loop, then you would only be able to play a client from the server machine. But the regular Lan IPs will enable play from anywhere;
Code:
	    <address>my.dynip.com</address>
	    <localaddress>192.168.0.100</localaddress>
if just local Lan play;
Code:
	    <address>192.168.0.100</address>
	    <localaddress>192.168.0.100</localaddress>
That's if your server machines ip is '192.168.0.100'

The only good reason for using the localhost ip (127.0.0.1) would be for the database, as it would help protect it somewhat if you only gave 127.0.0.1 access permission.
Code:
        <database>
                <host>localhost</host>
Reply With Quote
 


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 05:35 AM.


 

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