Victório,
On 4/16/07, "Victório H. Felipe" <[EMAIL PROTECTED]> wrote:
> Num firewall adicionei a seguinte regra:
> iptables -t nat -A PREROUTING -d X.X.X.X -p tcp --dport 22 -j REJECT
>
> e ocorre um erro
> iptables: Unknown error 4294967295
Do "man iptables":
"REJECT
This is used to send back an error packet in response to the
matched packet: otherwise it is equivalent to DROP so it is a
terminating TARGET, ending rule traversal. This target is only
valid in the INPUT, FORWARD and OUTPUT chains, and user-defined chains
which are only called from those chains. The following option
controls the nature of the error packet returned:"
Ou seja, o REJECT só pode ser usado com as chains INPUT, FORWARD e OUTPUT.
--
Antonio Dias
--~--~---------~--~----~------------~-------~--~----~
GUS-BR - Grupo de Usuários de Slackware - BR
http://www.slackwarebrasil.org/
http://groups.google.com/group/slack-users-br
-~----------~----~----~----~------~----~------~--~---