View Single Post
  #3  
Old 02-28-2011, 03:11 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by trevius View Post
Are those are 2 separate PCs? You can't run more than 1 EQEmu server on a LAN at a time, or at least not without doing some funky networking stuff. Your port 9000 has to be forwarded from your router to your linux server for it to work. My guess is that you had it opened to your windows server and will need to point that to your Linux server instead now for it to work. If you set a DMZ to your windows box, that also would cause this issue.
Sorry Trev, forgot to mention, the Debian box is not on my home network.
I just "aquired" a dedicated box in a data center. (costing me a few bucks),
but, they told me there is no ports blocked and, as per my request, no
firewall be installed.
Even though it compiled smoothly, could anything in the compile cause this ?
I have my server linked into the public server right now, and it seems all
good, but, trying to connect to it, get the world authenticate error.

EDIT: Just noticed when doing an nmap on the ip, (with my server running):

Code:
Starting Nmap 5.00 < http://nmap.org > at 2001-02-28 01:26 CST
Interesting ports on eqemu (70.64.216.39):
Not shown: 995 closed ports
PORT        STATE    SERVICE
22/tcp       open      ssh
111/tcp     open      rpcbind
3306/tcp   open      mysql
9000/tcp   open      cslistener

Nmap done: 1 IP adress (1 host up) scanned in 0.13 seconds
Shouldn't it be showing 9000/UDP open as well ?
Also, just to make sure, I sourced in a brand new fresh database, to rule out
anything to do with my own. (with sql updates)
Reply With Quote