View Single Post
  #4  
Old 10-03-2006, 12:01 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by eq4me
First you should verify is there is any traffic from your client to the server.
Log in to the server and do as root:
Code:
tcpdump -pnni any host <client IP> and not port 22
the "and not port 22" part is only neccessary if you are connected via ssh from the machine you play from. Of course you have to install the tcpdump package.

Now fire up your client and look if you can see any traffic to your server.

Edit: I am not quite sure what happens since the public login fails too. Do I understand correctly and you are able to get to the character creation screen?
Thanks for you help - I'm looking for the package , I'm pretty sure traffic flows though, as this is also, email, web, ftp etc. server. Also, I can actually startup my windows-machine EQEMU and access the MySql databas on my Linux server.
I can't get to the character screen - the client just hangs for a while, then drops back.
Reply With Quote