rtbarreto
(usa Ubuntu)
Enviado em 11/02/2013 - 14:59h
andrecanhadas escreveu:
Aquele tutorial que passei ensina como deixar seu firewall + proxy bem seguro mas não serve para proxy transparente a melhor coisa mesmo é usar proxy autenticado, com as regras que passei deve para de aparecer esses IPs estranhos no sarg pois os mesmos não vão conseguir acessar de fora.
Vejamos se tudo esta Ok poste a saida de :
iptables -L
Ok, vou estudar mais sobre o assunto pra poder ajudar o pessoal como você esta me ajudando.
segue o resultado do comando
root@Firewall3:~# iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere multiport dports 8 2,3550,3650,4550,5550,6550
ACCEPT tcp -- anywhere anywhere multiport dports 8 1,3551,4551,5551,6551,9823,3389
ACCEPT all -- 192.168.0.0/16 anywhere
ACCEPT all -- anywhere anywhere state NEW
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:81
ACCEPT tcp -- anywhere anywhere tcp dpt:3551
ACCEPT tcp -- anywhere anywhere tcp dpt:4551
ACCEPT tcp -- anywhere anywhere tcp dpt:5551
ACCEPT tcp -- anywhere anywhere tcp dpt:6551
ACCEPT tcp -- anywhere anywhere tcp dpt:www
ACCEPT tcp -- anywhere anywhere tcp dpt:82
ACCEPT tcp -- anywhere anywhere tcp dpt:3550
ACCEPT tcp -- anywhere anywhere tcp dpt:3650
ACCEPT tcp -- anywhere anywhere tcp dpt:4550
ACCEPT tcp -- anywhere anywhere tcp dpt:5550
ACCEPT tcp -- anywhere anywhere tcp dpt:6550
ACCEPT tcp -- anywhere anywhere tcp dpt:3389
ACCEPT tcp -- anywhere anywhere tcp dpt:9823
ACCEPT tcp -- anywhere anywhere tcp dpt:81
ACCEPT tcp -- anywhere anywhere tcp dpt:3551
ACCEPT tcp -- anywhere anywhere tcp dpt:4551
ACCEPT tcp -- anywhere anywhere tcp dpt:5551
ACCEPT tcp -- anywhere anywhere tcp dpt:6551
ACCEPT tcp -- anywhere anywhere tcp dpt:www
ACCEPT tcp -- anywhere anywhere tcp dpt:82
ACCEPT tcp -- anywhere anywhere tcp dpt:3550
ACCEPT tcp -- anywhere anywhere tcp dpt:3650
ACCEPT tcp -- anywhere anywhere tcp dpt:4550
ACCEPT tcp -- anywhere anywhere tcp dpt:5550
ACCEPT tcp -- anywhere anywhere tcp dpt:6550
ACCEPT tcp -- anywhere anywhere tcp dpt:3389
ACCEPT tcp -- anywhere anywhere tcp dpt:9823
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination