View Single Post
  #1  
Old 01-30-2010, 05:35 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default Server not receiving clients from the login server

I have tried both the public login and open source version of the login servers, so I'm assuming the problem lies in my eqemu server configuration.

When I log in, I get to server select and can see the server listed there. When I go to enter world, it loads for a while then boots me back to server select with the 'you may have to re run the update patch' message. This happens with both SoF and Titanium clients.

I'm running on ubuntu server 9.04 (or 9.10, don't remember). This is the output of ufw status:

Code:
$ sudo ufw status
Status: loaded

To                         Action  From
--                         ------  ----
22/tcp                     ALLOW   Anywhere
22/udp                     ALLOW   Anywhere
80/tcp                     ALLOW   Anywhere
80/udp                     ALLOW   Anywhere
Anywhere                   ALLOW   192.168.1.101
7000:7100/udp              ALLOW   Anywhere
9000/tcp                   ALLOW   Anywhere
25/tcp                     ALLOW   Anywhere
25/udp                     ALLOW   Anywhere
5999/tcp                   ALLOW   Anywhere
5999/udp                   ALLOW   Anywhere
22/tcp                     LIMIT   Anywhere
Anywhere                   ALLOW   192.168.1.104
192.168.1.104 is the IP of the server on the network, 192.168.1.101 is my main computer that I'm testing from.

edit: I remember in the past there were some log settings that detailed clients connecting to world. I'm not seeing that, or that logging isn't enabled.
Reply With Quote