Re: iptables - gerar log

2005-12-11 Por tôpico Luiz Gonzaga da Mata
Em Dom, Dezembro 11, 2005 18:14, caio ferreira escreveu: > Herbert P Fortes Neto wrote: > >> >>> Acrescentei a seguinte linha, vide abaixo, no script de firewall. >>> >>> >>> # ftp - for remote support >>> $IPTABLES -A INPUT -i eth0 -p $PROTO --dport 21 -j LOG_ACCEPT >>> >>> >> >> Se apenas foi acr

Re: iptables - gerar log

2005-12-11 Por tôpico caio ferreira
Herbert P Fortes Neto wrote: Acrescentei a seguinte linha, vide abaixo, no script de firewall. # ftp - for remote support $IPTABLES -A INPUT -i eth0 -p $PROTO --dport 21 -j LOG_ACCEPT Se apenas foi acrescentada essa linha, pelo que sei, $IPTABLES -A INPUT

Re: iptables - gerar log

2005-12-11 Por tôpico Luiz Gonzaga da Mata
Em Sab, Dezembro 10, 2005 23:55, caio ferreira escreveu: > > # ftp - for remote support > $IPTABLES -A INPUT -i eth0 -p $PROTO --dport 21 -j LOG_ACCEPT > > > Quando vou treinicializar o script de firewall aparece a seguinte > mensagem de erro: > > # /etc/init.d/rc.firewall.squid > iptables v1.2.11:

Re: iptables - gerar log

2005-12-11 Por tôpico Herbert P Fortes Neto
> Acrescentei a seguinte linha, vide abaixo, no script de firewall. > > # ftp - for remote support > $IPTABLES -A INPUT -i eth0 -p $PROTO --dport 21 -j LOG_ACCEPT > Se apenas foi acrescentada essa linha, pelo que sei, $IPTABLES -A INPUT -i eth0 -p $PROTO --d

iptables - gerar log

2005-12-10 Por tôpico caio ferreira
All Estou tentando fazer com que o meu script de firewall gere log. Até agora fiz o seguinte: # Seguintes opções foram ativadas no kernel 2.4.32 Networking options IP: Netfilter Configuration <*> LOG target support