<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 30/06/10 06:23, Ghislain Atemezing wrote:
<blockquote
 cite="mid:AANLkTikdblw1BmZhTSC4GGt2RS39Wr2Up_f03vSy320F@mail.gmail.com"
 type="cite">Hola,<br>
Soy nuevo en Linux y llevo various d&iacute;as intentando abrir el puerto 1500
para comunicar con una aplicaci&oacute;n. Por defecto la pol&iacute;tca es ACCEPT<br>
En la Iptable a&ntilde;adi manualmente la siguiente entrada:<br>
&nbsp; -A RH-Firewall -1-INPUT -p tcp -m tcp --dport 1500 -j ACCEPT<br>
Pero al revisar con nmap, no me sale que el puerto est&eacute; abierto. <br>
&iquest;Qu&eacute; puedo hacer? <br>
Gracias darme unas sugerencias.<br>
  <br>
Saludos,<br clear="all">
  <br>
-- <br>
____________________________<br>
- work as if you don't need money,<br>
- love as if you've never been hurt,<br>
- dance as if nobody can see,<br>
- sing as if no one can hear,<br>
- live as if Earth was heaven.<br>
by somebody<br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
CentOS-es mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS-es@centos.org">CentOS-es@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos-es">http://lists.centos.org/mailman/listinfo/centos-es</a>
  </pre>
</blockquote>
Revisa que la aplicaci&oacute;n este ejecut&aacute;ndose (ps aux |grep
nombre_servicio) y que efectivamente este ecuchando por el puerto 1500
(netstat -tupan |grep 1500) y verificar en los archivos de
configuraci&oacute;n. <br>
<br>
Saludos<br>
<br>
<br>
</body>
</html>