Re: [FUG-BR] regra fwd

2005-04-08 Por tôpico Celso Viana
Valois, O que esse procedimento faz? Celso On Apr 8, 2005 4:35 PM, Valois - Master Redes <[EMAIL PROTECTED]> wrote: > Vc stá cero, mas já tive esse tipo de problema e resolvi com este > procedimento. > Derrepente > > Valois! > > Celso Viana escreveu: > > >Valois, > > > >O FreeBSD 5.3 já

Re: [FUG-BR] regra fwd

2005-04-08 Por tôpico Valois - Master Redes
Vc stá cero, mas já tive esse tipo de problema e resolvi com este procedimento. Derrepente Valois! Celso Viana escreveu: Valois, O FreeBSD 5.3 já traz o ipfw2 nativamente! ou estou enganado? Celso On Apr 8, 2005 3:44 PM, Valois - Master Redes <[EMAIL PROTECTED]> wrote: Cara, tenta o seguin

Re: [FUG-BR] regra fwd

2005-04-08 Por tôpico Celso Viana
Valois, O FreeBSD 5.3 já traz o ipfw2 nativamente! ou estou enganado? Celso On Apr 8, 2005 3:44 PM, Valois - Master Redes <[EMAIL PROTECTED]> wrote: > Cara, tenta o seguinte: > > cd /usr/src/sbin/ipfw > make -DIPFW2 > > cd /usr/src/lib/libalias > make -DIPFW2 > Não testei mas já funcionou comi

Re: [FUG-BR] regra fwd

2005-04-08 Por tôpico Valois - Master Redes
Cara, tenta o seguinte: cd /usr/src/sbin/ipfw make -DIPFW2 cd /usr/src/lib/libalias make -DIPFW2 Não testei mas já funcionou comigo. Sucesso! Celso Viana escreveu: teste# ipfw add fwd 10.10.10.5,3128 all from any to any dst-port 80 ipfw: getsockopt(IP_FW_ADD): Invalid argument o kernel tá assim: op

Re: [FUG-BR] regra fwd

2005-04-08 Por tôpico Celso Viana
teste# ipfw add fwd 10.10.10.5,3128 all from any to any dst-port 80 ipfw: getsockopt(IP_FW_ADD): Invalid argument o kernel tá assim: options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options

Re: [FUG-BR] regra fwd

2005-04-08 Por tôpico Ronan Lucio
Celso, se eu explicito... ipfw add fwd 3128,10.10.10.5 all from any to any dst-port 80 acontece o mesmo erro; o que pode ser? O correto é: ipfw add fwd 10.10.10.5,3128 all from any to any dst-port 80 []s Ronan ___ Freebsd mailing list Freebsd@fug.com

[FUG-BR] regra fwd

2005-04-08 Por tôpico Celso Viana
All, Num FreeBSD 5.3 sem atualização adiciono a regra ... teste# ipfw add fwd 3128,10.10.10.5 dst-port 80 e a regra é adicionada normalmente 00100 fwd 0.0.12.56,10 ip from any to any dst-port 80 num FreeBSD 5.3 p5 teste# ipfw add fwd 3128,10.10.10.5 dst-port 80 ipfw: getsockopt(IP_FW_ADD):