pedrotr
(usa Ubuntu)
Enviado em 14/02/2010 - 15:58h
isso q aparece quando uso iptables-L:
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere anywhere tcp dpt:netbios-ssn
DROP tcp -- anywhere anywhere tcp dpt:loc-srv
DROP tcp -- anywhere anywhere tcp dpt:3128
DROP tcp -- anywhere anywhere tcp dpt:1008
DROP tcp -- anywhere anywhere tcp dpts:12345:12346
ACCEPT all -- 192.168.0.0/24 anywhere
DROP udp -- anywhere anywhere udp dpts:33435:33525
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP tcp -- anywhere anywhere
DROP udp -- anywhere anywhere
DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
tem algo errado??
eu ainda num entendo muito de linux... como vejo se tem algum programa sobreescrevendo minhas regras, como vc falou...
valeu!