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
  #4  
Old 07-27-2008, 11:25 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Try this here;
change
Code:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>192.168.1.253</address>
<localaddress>127.0.0.1</localaddress>
to
Code:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>192.168.1.253</address>
<localaddress>192.168.1.253</localaddress>
you have to be careful when using 127.0.0.1 , as that is the localhost IP for all clients. If I were to try and log in to your server from another machine , my machine might get confused and think 127.0.0.1 was for my own loaclhost.

Your server machine needs a unique ip and your client needs to be able to find it. I also have made up host files with names and ips

For example, this a client machine file;
Quote:
127.0.0.1 drake drake.blackwater.dynip.com localhost localhost.localdomain drake.nahunta.org
192.168.2.102 drake drake.blackwater.dynip.com localhost localhost.localdomain drake.nahunta.org
204.225.44.3 altair.canweb.ca
192.168.2.100 marysol marysol.blackwater.dynip.com marysol.nahunta.org
204.225.44.10 discovery.dynip.com
204.225.44.134 dynip.com www.dynip.com
192.168.2.101 fortress fortress.blackwater.dynip.com
204.50.159.194 ns3.dynip.com
192.168.2.105 nahunta blackwater blackwater.dynip.com www.nahunta.org nahunta.org forums.nahunta.org
The 192.168.2.*.* ips are clients in the LAN and 192.168.2.105 is the server machine which includes the EqEmu server. Since I have assigned a dynamic DNS (blackwater.dynip.com), I can then have friends come in over the ineternet and play also. 'Drake' is the client machine with the host file, so I point all names to both local and static ip assigned (192.168.2.102).
My setting looks like this;
Code:
<server>
        <world>
                <shortname>classic</shortname>
                <longname>Angelox Classic 2008</longname>
                <!-- Only specify these two if you really think you need to. -->
		<address>blackwater.dynip.com</address>
		<localaddress>192.168.2.105</localaddress>
now, players in the net can play too, just need to point their eqhost.txt file to blackwater.dynip.com

but for the LAN play, Server will still see your IP as what ip you have in the LAN.
I have all my LAN on static IPs .

The MySql uses the localhost IP and should remain as so;
Code:
                 <!-- Database configuration, replaces db.ini. -->
        <database>
                <host>localhost</host>
                <port>3306</port>
You can edit your ACCOUNT table and set IP to whatever clent will be using that account. keep in mind, that's all Minilogin looks for, is the minilogin_ip. There are PHP scripts you can set up for setting passwords and user names if required.
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 10:32 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