None can connect to me....

Rubtub

New member
Joined
Jan 11, 2006
Messages
246
Reaction score
0
Points
0
I search all over the boards on Emu, found a lot of issues tried them, didnt pan out...

1) No one can connect to my server I am using a router. (maybe?)


<?xml version="1.0">

<server>
<world>
<shortname>Rubby</shortname>
<longname>Testing the waters(non-legit)</longname>

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

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

<-- Login Server Information -->
<host> eqemulator.net</host>
<port> 5998 </port>
<account>xxxxxxxx</account>
<password>xxxxxxxxxx</password>

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

</world>




<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>

</server>


Was on one of the problems i tried it out... didnt work either... if anyone could assist me with this would be a ton of help.
 
I just did a Fresh install from Cavedude's Serverpack, all I added to the xml file was my login name and password, did not open any ports on the rouoter, added the .exe files to the Windows Firewall and off it went. Could see the server and connect, play etc... Check firewall? if that doesn't make it work, open a DMZ to your emu server and see if you can connect that way.
 
Last edited:
1st computer) DMZ? I will try that right when i get home. I approved all the pop ups on the firewall.. I could see mine and play on it. It was just when other people..

Also I disabled the Firewall and Rebooted the Server for Rabbit to try. Also he got booted.
me and rabbit (helped me out trying it in the chat) He kept trying to connect and got booted...

2nd computer) My other computer atm is saying that "time out error" ... That one is using Windows Onecare... I really dont know why that computer isnt connecting.( checked the firewall on it.) ..
Any help with something to try on this computer would be greatly Thxed.
 
Rubtub said:
1st computer) DMZ? I will try that right when i get home. I approved all the pop ups on the firewall.. I could see mine and play on it. It was just when other people...

DMZ - On your router.. Lets all ports pass thru to your Emulator Server. This is only temporary to see if it's blocking the ports at all.

When you set it up, did you set it up as a Public server or a MiniLogin Server?
 
i clicked Mini , then i reinstall all of EQ(real one) then reinstalled Emu , and clicked public on them....


Fixed 2nd computer
 
Rubtub said:
i clicked Mini , then i reinstall all of EQ(real one) then reinstalled Emu , and clicked public on them....
Fixed 2nd computer

Installed REAL EQ? As in the client? Can't use that one on Emulator, only Unpatched Titanium Install. If that was because it was asking where Everquest was installed when you installed Emulator, it wasn't really necessary. It has nothing to do with the emulator actually working.

So , now your 2nd computer can get on and play then? What about people from outside your lan?
 
JTPlayah said:
Installed REAL EQ? As in the client? Can't use that one on Emulator, only Unpatched Titanium Install. If that was because it was asking where Everquest was installed when you installed Emulator, it wasn't really necessary. It has nothing to do with the emulator actually working.

So , now your 2nd computer can get on and play then? What about people from outside your lan?


Real EQ as in Live ( I complete reinstalled EQ all of it!) Just stuck with why people cant connect to me( i was just stating that a reinstall my Live verison and my EMU ( all compents all over) to try to get it to work.


I fixed my 2nd computer.
 
You Highlighted it in red and found the problem yourself.

Code:
<localaddress>198.1.1.1</localaddress>

1]Go the www.whatismyip.com
2]Copy The IP Address it gives you.
3]Paste it over 198.1.1.1

(which normally router ips are 192.168.1.1, but i didnt fully read your post or replies)

Hope this works. :)
 
<?xml version="1.0">

<server>
<world>
<shortname>Rubby</shortname>
<longname>Testing the waters(non-legit)</longname>

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

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->1
<-- Login Server Information -->
<host>eqemulator.net</host>
<port>5998</port>
<account>xxxxxxxxx</account>
<password>xxxxxxxxxxx</password>

<!-- Only specify these two if you really think you need to. -->
<localaddress>198.168.1.2</localaddress>
</world>




<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>

</server>


I posted that but it was a .4 i just put a .1 b/c i dont know how to type :p this is my new one, still the same problem , Yet now i cant connect to my own server.
 
Here's What Mine Looks Like. I justed used the full config thats included and modified what i needed.

Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>RoC</shortname>
		<longname>Realm of Corruption [Custom/Semi-Legit]</longname>

		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<!-- <address>some.server.com</address> -->
		<!-- <localaddress><my ip from whatismyip.com></localaddress> -->

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>eqemulator.net</host>
			<port>5998</port>
			<account>XXXXXXX</account>
			<password>XXXXXXX</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>some long random string</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>20</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>eq</password>
		<db>eq</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>
 
Yoda007 said:
Are you sure that you didnt install minilogin


i went back and click public and reinstalled everything ( clicked public on the server pack install)