Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/12/2010, 17:04
Avatar de danielSu
danielSu
 
Fecha de Ingreso: diciembre-2008
Ubicación: Jujuy
Mensajes: 68
Antigüedad: 15 años, 4 meses
Puntos: 1
Respuesta: IPTables :: Filtrado para un servidor web

intenta con esta regla

iptables -t filter -I INPUT -p tcp -m tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT