Bad server name. Unknown reason.
Hello all,
Allow me to cut right to the chase: I am running the latest EQ Server from this site, it compiled just great. So far I have a Linux box (10.0.0.13) and my local game machine (10.0.0.5). As MiniLogin is only available for Winows(?) I need to run it from 10.0.0.5. My server config (from 10.0.0.13) reads: Code:
<?xml version="1.0"> 10.0.0.13, eqserver, eq, woop, test... all in combination with and without a set localaddress (10.0.0.13). LoginServer on 10.0.0.5 starts, and world too, but it get stuck at this: Code:
[Debug] Starting Log: logs/eqemu_debug_world.log My 10.0.0.5'er MiniLogin LoginServer.ini file: Code:
[LoginServer] Thanks! -Chris. |
Best way I can answer this is to show you my config. I have World/Zones running on a Fedora Core 4 Linux box. My config is:
Code:
<server> 192.168.0.40 is my Linux FC4 box (world/zones and MySQL) My Minilogin.exe is running on a spare Windows Server 2003 box, and here are those configs: 3 files only: Minilogin.exe opcodes.conf loginserver.ini Loginserver.ini -- Code:
[LoginServer] Last but not least, in MySQL, table: variables, there is a row called "LoginType". That needs to have a value of "minilogin" Code:
INSERT INTO `variables` (`varname`, `value`, `information`, `ts`) VALUES ('LoginType', 'minilogin', 'Set this to Minilogin to login using a minilogin server :)', '2006-11-24 11:09:41'); Now I am concluding after only 6 mos of playing with this emulator that half the instructions are written "as needed", and depending on how one guy got his emulator to work. There are likely many, many ways to tie it all together - but the Wiki'd, documented instructions are the best. As you see, even mine is bogus. :) "Works for me". For my Minilogin server, all the world seems to care about is that there is a Minilogin.exe running "somewhere", and that the name in the INI matches the <longname> in the eqemu_config.xml (not sure why that's so important, except to prevent us from running our own loginservers for our pals). All of this is described brilliantly in this wiki page. Sounds like you have a good grasp of how things work. So I hope this helps. |
I have quadruple checked all entries, even falsified the ips you had marked as "incorrect", all to the same conclusion: If my server (10.0.0.13) can somehow connect to the minilogin thingy, i get the "Bad server name. Unknown reason." error.
EDIT: I know all the Wiki pages, thanks :) But the wikis assume one pc only, so my configuration error must lie with the dual-server config. What exactly is the reason that there is no login server in eqemu anyway? I dont mean this in any way offensive, i am sure it has a reason (which i am unaware of, and thus, asking). But it seems to me a loginserver is a crucial component that should be included first off. Unfortunatly I only know PHP very well, so I cant begin coding on a LoginServer. But it doesnt seem that complicated to me, decrypt, compare login, give server list. Or? Back to the original matter. I "just" want to stroll around ol' Norrath again, this time, sightseeing, that is, invincible (not playing) on a somewhat spawned world. So I "need" the server local, for me only. And afaik I cant use the real "somewhere else" hosted login server, as that one.. yeah, i am on a private lan. And MiniLogin is refusing to let me in. Are those the only two options? In any case, HELP! -Chris ps: I hope i did not offend anyone here. Offending nor ranting is my intent. |
There is a login server, everyone can connect to the public login server, or if they want they can run Minilogin.
There is several reason for not handing out the public login server. The crypto has to be the same as live, so it would be used to hack live accounts and would make us responcible for it. We would end up like WOW, 100 server that people cant find because there all in diferent places, our centrialized login server is much better. The original coder of the login server gave it to the developers with the understanding that it would never be given out because of #1. There is many many threads dedicated to discussing this over the years, see them for more info. |
Yes I can understand that.
But I doubt i can use the LoginServer (public) for my setup, can I? -Chris. |
Sure can, when the server is locked only people with GM access can get in.
So bring it up locked and only you can get in. |
Just to be clear:
My server has NO external IP. It would report to your login server as 10.0.0.13 - all skill cool? If yes, all my problems just vannished :) -Chris. |
You have no internet access?
If that's the case, then no. You cannot use eqemulator.net:5998 as a login server, and must use minilogin.exe. Sorry, I gave all the info I know on how to make it work. As stated, my setup is spread over 3 machines, all of differing OS's, and mine works flawlessly. No public IP, no external access - all internal (192.168.x.x network). I wish you luck. |
Poor choice of words. Loss of precision.
I meant: There is no way for anyone from the internet to connect to my server, there is NO WAY to it. The server, however, CAN, dial out. As can any other PC on this lan. I also thank you for your configuration, and even a 1:1 (except modified ips) will result in the bad server name error message. Whoever has the code of miniLogin please have a look at the source and debug it, tell us what actually throws this message, and how I can avoid it - thanks :) Debugging a blackbox (closed source) without proper (or any) documentation on error(!) messages is always hard. :P -Chris. |
Some use wine to run minilogin.exe on the unix box, though i think you have to have a graphic desktop installed.
I bet your real issue is related to tcp/ip port blocking, as John's config works. Check your unix and Microsoft box's and make sure the ports are open (Firewall's turned off etc..). These are the port's i know of... 5999 (minilogin) 3306 (mysql) 7000-8000 (zone's) 9000 (world) 9080 (world)(html admin pages) |
I run wine minilogin all the time - runs just as good under Linux - graphical or not.
But the catch is, you can't use wine for anything else , because when it's kill time, you have to really "murder" wine, else the wineserver won't let loose minilogin port. when you restart, there'll be no minilogin. Here's my "hackish" approach, and it works fine; startup; Code:
#!/bin/sh Code:
#!/bin/sh |
Good stuff,
But before I compile wine on that thing, will that actually kill the error i am getting? -Chris. |
I fixed it by setting worldnames to NOT MATCHING variables, then it works.
If they match i get the bad server name. Good stuff. -Chris |
/boggle
Now that doesn't make sense. But, cheers just the same. :) |
All times are GMT -4. The time now is 12:48 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.