<br><br>
<div class="gmail_quote">
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im"><br> </div>As Eero said, you need to make sure something is listening on that port.<br><br>Try: netstat -ant and look for:<br><br>Active Internet connections (servers and established)<br>Proto Recv-Q Send-Q Local Address               Foreign Address<br>
    State<br>tcp        0      0 <a href="http://0.0.0.0:4965/" target="_blank">0.0.0.0:4965</a>                0.0.0.0:*<br>    LISTEN<br><br>or pipe it to grep if the server is busy (netstat -ant | grep 4965)<br><br>Regards,<br>
 Andrew.<br>
<div>
<div></div>
<div class="h5">_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div>
<div> </div>
<div>Thank you . How can I distinguish which package is missing from my CentOS server and try to just add it (rather than trying for a fresh CentOS re-installation) ? On another machine similar to mine , the output is as :</div>

<div># netstat -ant |grep 4965<br>tcp        0      0 <a href="http://0.0.0.0:4965">0.0.0.0:4965</a>            0.0.0.0:*               LISTEN</div>
<div># netstat -anp |grep 4965<br>tcp        0      0 <a href="http://0.0.0.0:4965">0.0.0.0:4965</a>            0.0.0.0:*               LISTEN      1090/iptrans</div>
<div># lsof -i |grep 4965<br>iptrans    1090 root   21u  IPv4       1764       TCP *:4965 (LISTEN)</div>
<div>On that machine , the 'telnet ip-addr 4965' can get through . So which package do I need to add to mine ?</div>
<div><br> </div>