serlab01:~# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination serlab01:~# iptables -A FORWARD -m layer7 --l7proto msnmessenger -j DROP serlab01:~# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination DROP all -- anywhere anywhere LAYER7 l7proto msnmessenger DROP all -- anywhere anywhere LAYER7 l7proto msnmessenger Chain OUTPUT (policy ACCEPT) target prot opt source destination Em 20/08/07, Davi <[EMAIL PROTECTED]> escreveu: > > Em Segunda 20 Agosto 2007 13:00, Márcio Pedroso escreveu: > > nao retorna erro, apenas nao carrega a regra > > > > Posta o retorno do iptables -L para cada uma das tuas tabelas e > não poste em > HTML. > > Abraço, > -- > Davi Vidal > -- > E-mail: [EMAIL PROTECTED] > MSN : [EMAIL PROTECTED] > GTalk : [EMAIL PROTECTED] > Skype : davi vidal > ICQ : 138815296 > > -- linux user nº 432194 Eu sou livre e você?

