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 03-02-2015, 06:36 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default Is there a way....

Is there a way to play your own server through LAN with no internet. I have had to move and wanted to continue working,on the server and just wondering if there was a way. I set up a private login, but doesn't actually log In.
Reply With Quote
  #2  
Old 03-02-2015, 06:40 PM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Yes, it's entirely possible and I suspect a fairly common scenario. Please post the configs of your server and login server and I'm sure we will be able to help. Have you followed http://wiki.eqemulator.org/p?Windows...Guide&frm=Main ?
Reply With Quote
  #3  
Old 03-02-2015, 07:05 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default

I'm on my phone trying to do this, so forgive me.

Login server - 127.0.0.1
Port - 5998
Account - Admin
Password - (mypw)

Set to unlocked.

Database and qsdatabase are
Host - 127.0.0.1
Port - 3306
User - root
Password - (mypwformysql)
Db - peq

I followed the guide and got to where it says; (In the login window) network error - handle_NewLSInfo error remote address was null defaulting to stream address 127.0.0.1

When I fire up the client (my host file is
[LoginServer]
Host=127.0.0.1:5998 )

And use the default Admin account it says. New titanium client (I'm using RoF2) from 127.0.0.1:55575.

And sits there at logging in please Wait.

I'm using,the Eqclient that you normally would if you had internet.
Reply With Quote
  #4  
Old 03-02-2015, 07:09 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default

Oh. And my login file is

Host = 127.0.0.1
Port = 3306
Db = peq
User = root
Password = (mysqlpw)
Subsystem = MySQL
Reply With Quote
  #5  
Old 03-02-2015, 08:13 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Also need your
Code:
local_network = ?.?.?.
under [options]
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #6  
Old 03-02-2015, 08:47 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default

I'm sorry.

192.168.1.

I'm assuming since I do not have internet and in return have no local ip. (According to IPCONFIG) I need to change it to 127.0.0.1?

I've never done offline work before, so apologize for my ignorance.
Reply With Quote
  #7  
Old 03-02-2015, 10:33 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

It's ok not many people go solo like that.

Yes,
Code:
127.0.0.
is what you need to use for same computer game/server.

You could also just use the same setup as a public server, sans the router work, and just point your client to your LAN IP address - if you have a LAN setup.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #8  
Old 03-02-2015, 10:47 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default

Hmm, setting local_network to 127.0.0. Isn't working.

StI'll gives me Handle_NewLSInfo error, remote address was null, defaulting to stream address 127.0.0.1
:\ upsetting. Lol. When I load client it says server was logged in.

When I log in it says session ready received from client, but it's still stuck on 'logging in to the server, please wait.'
Reply With Quote
  #9  
Old 03-02-2015, 11:06 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

Check your port settings again. Up top it shows as 5998 which is for Titanium. You said you were using RoF2 so set the port to 5999 and that includes your client host file as well.
Reply With Quote
  #10  
Old 03-02-2015, 11:50 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default

I've tried all settings changed from 5999 and 5998 with No results. -sigh- lol.
Reply With Quote
  #11  
Old 03-02-2015, 11:53 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default

I mean, when I changed it said information was incorrect, which isn't right... I'm sure I typed everything correctly. ><
Reply With Quote
  #12  
Old 03-09-2015, 12:32 AM
Jejukin
Fire Beetle
 
Join Date: Mar 2015
Location: East coast USA
Posts: 4
Default Same problem

So I recently set up a debian7 x64 virtualbox VM as eqemu server, followed steps (up to but not completing 21, can't log in).

I did a lot of digging around and figured out how to add data to the tables with mysql. That was fun, but things still aren't working.

I'm configured to use this private server only from within my private IP space. For the moment, I don't need any external connections to it.

I start ./loginserver, and it seems to be working; however, as soon as I start ./world, the loginserver window produces the following error and drops to prompt:

[Network] [03.09.15 - 00:31:45] New world server connection from 127.0.0.1:33043
[Network Error] [03.09.15 - 00:31:45] Handle_NewLSInfo error, remote address was null, defaulting to stream address 127.0.0.1.
Segmentation fault

Note that this occurs before ever trying to actually use the client. Simply activating ./world is enough to generate this error.

I'm ready to supply additional info on demand, but at the moment I'm not sure what would be helpful.
Reply With Quote
  #13  
Old 03-10-2015, 03:41 PM
Twilightmist
Fire Beetle
 
Join Date: Feb 2015
Location: California
Posts: 11
Default

Quote:
Originally Posted by Sinclipse View Post
I'm on my phone trying to do this, so forgive me.

Login server - 127.0.0.1
Port - 5998
Account - Admin
Password - (mypw)
If you are talking about the eqemu_config.xml file, I got mine to work by leaving the account and password in this section blank. The actual login info is "sha" encrypted in the database, and you need to set this up separately. The loginserver cannot use unencrypted login info. This really tripped me up for a long time, until I realized just what "sha" was.
Reply With Quote
  #14  
Old 03-11-2015, 05:03 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

The above seems right. IF you look at http://wiki.eqemulator.org/p?Windows...Guide&frm=Main there is no username and password specified (you don't need them). I'll add a note to specifically say that they are missed out intentionally.
Reply With Quote
  #15  
Old 03-13-2015, 04:25 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

This is what I use for my working server right now:

LOGIN.INI

Code:
[database]
host = 127.0.0.1
port = 3306
db = peq
user = root
password = *******
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 127.0.0.1

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType
EQEMU_CONFIG :

Code:
<server>
	<world>
		<shortname>huppys</shortname>
		<longname>Huppys Norath</longname>

		<loginserver>
			<host>127.0.0.1</host>
			<port>5998</port>
			<account>huppyadmin</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="127.0.0.1" port="9000" telnet="disable"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>sowhatdoesthisonestringdoforyou</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>127.0.0.1</host>
		<port>7778</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>127.0.0.1</host>
		<port>7778</port>
	</mailserver>

	<zones>
		<defaultstatus>1</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>127.0.0.1</host>
		<port>3306</port>
		<username>root</username>
		<password>*****</password>
		<db>peq</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>
If you notice, I do have an "admin" name and password setup in config for login. Works fine.
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 06:01 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3