On Fri, 2005-12-09 at 20:19 +0530, B S Srinidhi wrote: > You are connecting to the wrong IP. > > > tcp 0 0 0.0.0.0:25 0.0.0.0:* > > LISTEN 22808/tcpserver > > > > The above line means that the process 'tcpserver' with pid 22808 is > listening on *all* available interfaces (0.0.0.0) for 'tcp' traffic on > port 25. >
Please Ignore this post. :( Check if you have created the cdb file. Also check that the path of the cdb file is correct in your run file (-x option to tcpserver). Srinidhi.