Re: [FUG-BR] Proxy-Transparente + IPFW

2006-10-05 Por tôpico Alexandre Maciente
Olá Alexandre (chará), Tente colocar a regra de forward (165) antes da regra de Nat e (divert 80). Boa sorte! Alexandre Maciente - Original Message - From: "Alexandre Andrade" <[EMAIL PROTECTED]> To: "Lista Brasileira de Discussão sobre FreeBSD (FUG-BR)"

Re: [FUG-BR] Proxy-Transparente + IPFW

2006-10-05 Por tôpico Alexandre Maciente
ip from any to 10.5.0.0/16 keep-state /sbin/ipfw add 65000 deny all from any to any Valeu On 10/5/06, Alexandre Maciente <[EMAIL PROTECTED]> wrote: > Olá Alexandre (chará), > > Tente colocar a regra de forward (165) antes da regra de Nat e (divert > 80). > > Boa sorte! &

Re: [FUG-BR] Proxy-Transparente + IPFW

2006-10-05 Por tôpico Alexandre Maciente
/ipfw add allow ip from any to 10.5.0.0/16 keep-state /sbin/ipfw add fwd 127.0.0.1,3128 tcp from 10.5.0.0/16 to any dst-port 80 /sbin/ipfw add divert natd all from any to any via lnc0 /sbin/ipfw add 65000 deny all from any to any Com o squid está td correto mesmo né? Boa sorte! Alexandre Maciente