Set up private server for small number of other connections usin minilogin
I'm currently running my own offline portable server. All settings in the config point to 127.0.0.1 or to localhost. It runs fine, but I also want to set it up so a small number of people can connect from other sources, but I don't want to open it up as a server everyone can connect to. Is there a way to set this up?
my eqemu_config.xml is this: <?xml version="1.0"?> <server> <world> <shortname>Offline</shortname> <longname>Everquest Offline</longname> <!-- address has to be specified for minilogin to work --> <address>localhost</address> <localaddress>localhost</localaddress> <!-- Loginserver information. --> <loginserver> <host>localhost</host> <port>5999</port> <account></account> <password></password> </loginserver> <!-- Sets the shared key used by zone/launcher to connect to world --> <key>make up some random string of characters here</key> <!-- Enable and set the port for the HTTP service --> <http port="9080" enable="true" mimefile="mime.types"/> </world> <!-- Database configuration, replaces db.ini --> <database> <host>localhost</host> <port>3306</port> <username>root</username> <password>password</password> <db>peq</db> </database> </server> and my loginserver.ini looks like this: ### --- This file tells world.exe what loginserver to connect to. ### --- Leave the account and password field BLANK. ### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS. ### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname. ### --- NOTE2: the word "Server" is added to each server automaticly. # READ README.TXT [LoginServer] loginserver=localhost loginport=5999 worldname=Offline worldaddress=localhost locked=true account= password= [WorldServer] Defaultstatus= Unavailzone= [ChatChannelServer] worldshortname= chataddress= chatport= [LoginConfig] ServerMode=StandAlone ServerPort=5999 Suggestions? |
Click on url and follow Vales guide http://www.eqemulator.org/forums/showthread.php?t=29043 and Good Luck!
Start at Step # 1 - #3 if you have not downloaded the server files. Just a Note: if you already donwloaded the server files under trunk\EQEmuServer\EQEmuLoginServer\login_util directory is the files you need for your sql server database. Start at Step # 9: - #18 loginserver.ini needs to look like this: Code:
[LoginServer] Code:
Only If using Winxp: |
The difficult part is setting up eqemu_config.xml, especially where it asks for server addresses.
<address>server.dyndns.org</address> <localaddress>192.168.0.1</localaddress> How do I figure out the address? I don't pay for a dynamic DNS service, so I don't think I have one. My actual IP I'm not sure of either. <loginserver> <host>server.dyndns.org</host> <port>5998</port> <account></account> <password></password> </loginserver> It comes up again there. Not sure what my Dynamic DNS is supposed to be, but I imagine if I don't pay for one, I don't have one. Is there some other number I can put in? |
|
Did you even bother to google dynamic DNS? Go do that, set it up, and come back.
|
I did, but it looks like you need to pay a service provider to obtain one. I'm wondering if there is another way. Looking again, I do see free dynamic DNS providers. Will try that and report back.
|
dyndns.com is who I use.
|
yes you can use your network ip some setup network address as 192.168.0.1 or 192.168.1.1 just an example only. I don't know what os your running type in run command or dos prompt ipconfig /all hit the enter key. I'm a CNA & CNE and a computer tech i setup and install networks in schools & casinos and million dollar companies. www.netsol.com is the main provider for all dns , might look at www.dynip.com you can use it for free for 30 days its based out of canada.
Example Only Code:
<address>192.168.0.1</address> |
For host you can use your real ip most have Dynamic IP stands for changing ip address.
Example here you go sorry just seen the other host address just use this one it's free and you'll never have to worry about your ip address changing. Code:
<address>192.168.0.1</address> |
Private network addresses, such as 192.168.0.1, are by design NOT routed over the internet. Routers drop packets destined for these addresses.
If you think about it for a second... If 10 people use 192.168.0.1, which machine should a packet go to? If you have an internet connection, you have a real ip. If it is dynamic, it will change from time to time. But it is not unusual for someone to keep an address for a month. |
no internet conection required lan play only
This is my eqemu_config Code:
<?xml version="1.0"> Code:
[database] Code:
[Debug] [02.20.12 - 15:39:27] Logging System Init. |
Quote:
|
|
All of the bullshit above aside. As noted dyndns.org offers free Dynamic DNS service. Your home router also most likely already supports said service. Sign it up, setup your router to keep it updated for you.
Have your friends enter YOUR dyndns hostname in their eqhost.txt file. They should then be able to connect assuming you have all the ports forwarded through your router correctly. and have THEIR IP information put in your minilogin. |
Or just dont use the retardation known as minilogin, you can lock a public server you know.
|
well that is a given.
|
Noport,
The information you provided may be good for someone only wanting to play within their own LAN, but here is a quote from the Original Poster in the first post of this thread: Quote:
And yes, the best solution is to use dyndns.com with EQEmuLoginServer or to just make it a public server and restrict access, which is probably the easiest route to go. |
I purchase a number of services from dyndns, and couldn't be happier. I use DDWRT on my router, and it works seamlessly with dyndns.
|
Right. I actually like the minilogin a lot when I'm just running around offline by myself. It's actually the only way I've been able to get my own instance of the game up and running.
Not sure why I have so much trouble using the full EqEmuLogin server, but I'll try some of the suggestions above and see how it works out. |
You don't need to run your own login server(most everybody else doesnt either). Run world and zone(through the bat file) and that is all you need.
|
I'm sure em glad to hear more good news like that Sourdough35 80)
|
Ok I figured out how to login using the LoginServer. I can access the server on my local machine and on a lan connected computer. But I still can't connect outside of the lan.
eqemu_config.xml <?xml version="1.0"?> <server> <world> <shortname>Offline</shortname> <longname>Everquest Offline</longname> <!-- address has to be specified for minilogin to work --> <address>192.168.1.100</address> <localaddress>127.0.0.1</localaddress> <!-- Loginserver information. --> <loginserver> <host>192.168.1.100</host> <port>5998</port> <account>Admin</account> <password>Password</password> </loginserver> <!-- Sets the shared key used by zone/launcher to connect to world --> <key>make up some random string of characters here</key> <!-- Enable and set the port for the HTTP service --> <http port="9080" enable="true" mimefile="mime.types"/> </world> <!-- Database configuration, replaces db.ini --> <database> <host>localhost</host> <port>3306</port> <username>xxxx</username> <password>xxxxxxxx</password> <db>peq</db> </database> </server> the login.ini is [database] host = localhost port = 3306 db = PEQLoginDB user = xxxx password = xxxxxxxx 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 = 192.168.1.100 [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 my eqhost.txt points to xx.x.xx.xxx:5998 xx.x.xx.xxx is the actual ip address of my computer as revealed by a google search. |
Quote:
localaddress might need to be your actual network card ip rather than localhost, although depending on how that;s used they may be equivalent. Either way, using 192.168.1.100 shouldn't hurt anything. |
Still no go
eqemu_config <!-- address has to be specified for minilogin to work --> <address>xx.x.xx.xxx</address> <localaddress>192.168.1.100</localaddress> <!-- Loginserver information. --> <loginserver> <host>192.168.1.100</host> <port>5998</port> <account>Admin</account> <password>Password</password> </loginserver> login.ini [database] host = localhost port = 3306 db = PEQLoginDB user = xxxx password = xxxxxxxx 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 eqhost points to xx.x.xx.xxx:5998 Should I not be trying this from within my lan? Does it only work from an outside computer? |
Code:
If you don't have a Ls account please get one or more if needed! |
question Sourdough35 what server Rev are you using ?
|
2098 with bots. Trying to use eqemuliginserver without making it public.
|
before you compile the server code goto common EQEmuConfig.h and change the server to your current ip address or dot.com etc if you wish replace with real ip address where it says eqemulator.net then use my example above with your real ip address or dot.com http://www.whatismyip.com/ you can try and put your real ip address in there and see if that works for you first before going throw all that trouble. I understand that you don't want to make it public for everyone , this away you'll be able to tell all your friends your ip address or dot.com to connect to your server only. I understand you and your wife want restricted content do to childern or kids etc playing on your network.
|
I've never actually compiled my server before, I've just used the most up to date binaries. Is that necessary to run your own small private? If so, I'll try that out.
And there's no wife or kids in this scenario. I'm just not interested in using the public server option. I want something I can download, pass to friends, and be totally independent on connections to other services beyond basic internet. |
I haven't tried that was just and idea is all i was just kicking the can around .
|
All times are GMT -4. The time now is 02:11 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.