Go Back   EQEmulator Home > EQEmulator Forums > General > General::Server Discussion

General::Server Discussion Discussion about emulator servers.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-17-2007, 06:14 AM
bouzi567
Fire Beetle
 
Join Date: Jun 2004
Location: massachusetts
Posts: 14
Default Please try and log on (testing)

Need someone to try and log on to the server "Please try and log on (testing)" i can log in from mine but couldnt from other comps and i tried a fix but need the assistance of other peeps to see if it works.If does i can begin with updates again =) its going to be a kinda solo and group raiding server when finished =)
Reply With Quote
  #2  
Old 10-17-2007, 06:20 AM
bouzi567
Fire Beetle
 
Join Date: Jun 2004
Location: massachusetts
Posts: 14
Default

please say what happens if u can or cannot log in ty much in advance =)
Reply With Quote
  #3  
Old 10-17-2007, 07:08 AM
boogerific
Sarnak
 
Join Date: May 2005
Location: Northwestern USA
Posts: 83
Default

I tried twice. I got booted back to the login screen both times.
Reply With Quote
  #4  
Old 10-17-2007, 07:34 AM
bouzi567
Fire Beetle
 
Join Date: Jun 2004
Location: massachusetts
Posts: 14
Default

hmm cant put my finger on what the problem is i changed the local address from 127.0.0.1 to what my ip adress is but looks like i need to look into it a bit deeper thnx for ur help very much so =) appreciate it
Reply With Quote
  #5  
Old 10-17-2007, 08:34 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

You haven't cleared all the needed ports in your windows/router/linux firewall -

Example;
3306/udp 5999/udp 9000/udp 7000-7010/udp 3306/tcp 5999/tcp 7000-7010/tcp
5999 is for minilogin, change to 5998 for public
Reply With Quote
  #6  
Old 10-17-2007, 08:50 AM
bouzi567
Fire Beetle
 
Join Date: Jun 2004
Location: massachusetts
Posts: 14
Default

how would i go about doing so?been trying to find the place to do this in but cant find it /sigh thnx btw wouldnt have figured that one out
Reply With Quote
  #7  
Old 10-17-2007, 09:12 AM
bouzi567
Fire Beetle
 
Join Date: Jun 2004
Location: massachusetts
Posts: 14
Default

might have fixed,someone wanna try again for me <3 =p
Reply With Quote
  #8  
Old 10-17-2007, 09:27 AM
boogerific
Sarnak
 
Join Date: May 2005
Location: Northwestern USA
Posts: 83
Default

Still no luck, getting kicked back to login. Here's some of my log data:

2007-10-17 14:23:54 Networking: using port [3384].
2007-10-17 14:23:54 Networking: Connection Established [1]
2007-10-17 14:24:54 *** WorldAuthenticate. Error connecting to 192.168.0.100:9000 [client: DisconnectReasonConnectFail,server: DisconnectReasonNone]
2007-10-17 14:24:54
2007-10-17 14:24:54 Networking: Connection Closed [0] with 0 pending bytes.
2007-10-17 14:24:54 *** ERROR: WorldAuthenticate has failed after attempting to connect.
Reply With Quote
  #9  
Old 10-17-2007, 09:45 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Look at your ips, your server machine has a local ip and, if in a network, should have a Lan IP, you might need to change some ips and get it off the local ip. heres my xml;
Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>classic</shortname>
		<longname>'-=Angelox Classic Challenge=-</longname>

		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		 <address>blackwater.dynip.com</address>
		<localaddress>localhost</localaddress>
		
		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>eqemulator.net</host>
			<port>5998</port>
			<account>********</account>
			<password>********</password>
		</loginserver>

		<!-- 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="localhost" port="9000" telnet="disable"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>****************</key>
		
		<!-- Enable and set the port for the HTTP service.  Defaults are shown -->
		<http port="9080" enabled="false" mimefile="mime.types" />
	</world>

	<!-- Chatserver (channels) information.  Defaults shown -->
	<chatserver>
		<host>channels.eqemulator.net</host>
		<port>7778</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>channels.eqemulator.net</host>
		<port>7779</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>localhost</host>
		<port>3306</port>
		<username>eq</username>
		<password>*******</password>
		<db>ax_classic</db>
	</database>

	<!-- 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>
blackwater.dynip.com points to my internet ip, and my server host file points the local server to a lan ip.
Th router sends everything to the server machine, or you can just set your server to DMZ (open to interenet), activate software firewall for it.
All this is already been over many times, in these forums, your problem is a common one for people starting out. You get it running faster by searching for your own answers, not having to wait for us to reply.
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 12:37 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