Fedora iptables error

0

Instalei recentemente o Fedora 13 e recebi esta mensagem de inicialização:

iptables: Applying firewall rules: iptables-restore: line 14 failed

Sou novo no Linux e preciso de ajuda para descobrir como corrigir isso.

EDIT: Aqui está a saída de regras.

  Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED 
ACCEPT     icmp --  anywhere             anywhere            
ACCEPT     all  --  anywhere             anywhere            
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:https 
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:SSH 
REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited 

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited 

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination     
    
por winarm 15.09.2010 / 04:39

0 respostas