Can't get beyond the login screen
Hey guys,
I set up eqemu version 0.7.0-1118 on an Ubuntu 7.10 box. I already have a webserver running on it (Apache + PHP + MySQL), so I skipped all instructions in regards to getting these things set up (Apache + PHP for a custom database editor from peq). Ideally I'd like to log in and play when I'm not at home (http://www.eqemulator.net/wiki/wikka...kka=MiniLogin), i.e. not within my internal network. I've cut back on that ambition to try to get it to work internally. I can't get beyond the login screen. My server is behind a router, but I've already set all relevant requests to forward on to my server. That is, I have the following ports set to forward on to my server (not all of which are relevant to eqemu): 80 (HTTP) 22 (SSH) 8080 (Custom music server) 8000 (Torrent interface) 17415 (slsk) 5999 (eqemu) 9080 (eqemu HTTP) I have wine installed through the repositories, and it's running MiniLogin. Compilation of eqemu went through O.K. after following the guide here (http://www.eqemulator.net/wiki/wikka...anLinuxServer). The server's internal IP address is 192.168.1.2 The server's external IP address is 63.249.90.243 I have configured everything clientside correctly (I think). I modified eqhost.txt and altered a shortcut to the Everquest executable. Yes, I am running the titanium edition, and no, I have not patched to the live version. Following are my configuration files: eqhost.txt: Code:
[LoginServer] Code:
<?xml version="1.0"> Code:
### --- This file tells world.exe what loginserver to connect to. MiniLogin.log Code:
LoginServer.ini read. If anyone has any ideas or needs more information, please let me know. Thanks, Edolfo |
Quote:
netstat -ap | grep 5999 Do you get any output ? |
Ahh, this is interesting. It looks like something IS using that port:
Code:
edolfo@edolfo-server:~$ sudo netstat -ap | grep 5999 |
Your problem is common on Linux boxes. When you kill Wine, Minilogin remains in memory using port 5999. On my Gentoo test server, I ended up adding
killall -9 MiniLogin.exe to my stop script and it took care of the problem. Your mileage may vary on Ubuntu, but I don't see any reason why that won't get it. If you need a full stop script, let me know. |
All times are GMT -4. The time now is 01:16 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.