<br>If you can try turning off your firewall (even if it looks good for me), while testing, <br>/etc/init.d/iptables stop<br><br>regards,<br><br>Guillermo.<br><br><br><div><span class="gmail_quote">On 7/12/06, <b class="gmail_sendername">
Robert List</b> <<a href="mailto:list06@abbacomm.net">list06@abbacomm.net</a>> wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Did you check your logs to see what the error(s)s was/were? It will pretty<br>much tell you exactly what happened there.<br><br>Then of course I do this when I deal with inetd or more specifically in this<br>case xinetd... YMMV
<br><br>netstat -a | more<br><br>then I would tailor some /etc/hosts.allow and /etc/hosts.deny files<br><br>#<br># hosts.deny    This file describes the names of the hosts which are<br>#               *not* allowed to use the local INET services, as decided
<br>#               by the '/usr/sbin/tcpd' server.<br>#<br># The portmap line is redundant, but it is left to remind you that<br># the new secure portmap uses hosts.deny and hosts.allow.  In particular<br># you should know that NFS uses portmap!
<br>ALL:ALL<br><br>And then<br><br>#<br># hosts.allow   This file describes the names of the hosts which are<br>#               allowed to use the local INET services, as decided<br>#               by the '/usr/sbin/tcpd' server.
<br>#<br># in.tftpd in.telnetd sshd<br>#<br>in.tftpd:               someipaddressornetworkhere<br><br>what it sounds like is a SOURCE and/or destination ip address issue with the<br>firewall or hosts.allow and hosts.deny files.
<br><br> - rh<br><br>--<br>Robert Hanson - Abba Communications<br>   Computer & Internet Services<br> (509) 624-7159 - <a href="http://www.abbacomm.net">www.abbacomm.net</a><br><br><br>_______________________________________________
<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">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br>