<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Que tal<BR>
&nbsp;<BR>
prueba bloqueando el puerto 1863<BR>
1)<BR>
IPTABLES="/sbin/iptables"<BR>
$IPTABLES -A FORWARD -p TCP -s&nbsp;ip a bloquear&nbsp;--dport 1863 -j DROP<BR>
2)<BR>
o redifeccionar la peticiones hacia ese puerto con el respectivo ip y claro ese puerto que este bloqeado asi:<BR>
puerto bloqueado<BR>
$IPTABLES -A INPUT -p TCP --dport&nbsp;6300 -j DROP<BR>$IPTABLES -A FORWARD -p TCP --dport&nbsp;6300 -j DROP<BR>$IPTABLES -A OUTPUT -p TCP --dport 6300 -j DROP<BR>redireccion de la ip a un puerto bloqueado<BR>
$IPTABLES -t nat -A PREROUTING -p TCP -s&nbsp;ip a bloquear&nbsp;--dport 1863 -j REDIRECT --to-port 6300<BR>
3)<BR>
o aplicar un dnat<BR>
$IPTABLES -t nat -A PREROUTING -p tcp -s&nbsp;ip a bloquear&nbsp;--dport 1863 -j DNAT --to-destination ipquenoexite:1863<BR>
&nbsp;<BR>
cualquier te funciona en particular yo uso la opcion 2 si es posible tambien bloquea el udp<BR>
&nbsp;<BR>
Saludos<BR>
&nbsp;<BR>
<BR><BR>&nbsp;<BR>
<DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px"><BR>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px"><BR><FONT size=1>
<BR><BR></BLOCKQUOTE></BLOCKQUOTE>
</FONT>&nbsp;<BR></DIV><BR><BR><BR>&nbsp;
<BR>
<HR id=stopSpelling>
Date: Tue, 17 Feb 2009 09:58:23 -0500<BR>From: misaelcerron@gmail.com<BR>To: centos-es@centos.org<BR>Subject: [CentOS-es] bloquear messenger<BR><BR>El problema que tengo es el siguiente:<BR>tengo instalado un servidor dhcp en Centos 4.7 y el squid todo trabaja bien el problema que en la institución donde laboro me an pedido restringir el messenger a ciertas Pcs he probado de todo y nada, ha la version de messenger de mis Pcs clientes es la 8.1 <BR clear=all><BR>atte:<BR>MISAEL CERRON ACHAHUANCO<BR><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>