On Wed, Apr 26, 2000 at 02:35:42PM -0300, Ivan J. Varzinczak wrote:
>       /sbin/ipfw add 1051 pass tcp from any to any established
> 
> and I don't know how to translate this to ipchains, because of the
> option "established".
>       May anyone give me any sugestions, please?

 look up  --syn  in ipchains(8).  TCP connections are initiated with a SYN
packet, so allowing any ! --syn packet allows any established connections
through.

-- 
#define X(x,y) x##y
Peter Cordes ;  e-mail: X([EMAIL PROTECTED] , ns.ca)

"The gods confound the man who first found out how to distinguish the hours!
 Confound him, too, who in this place set up a sundial, to cut and hack
 my day so wretchedly into small pieces!" -- Plautus, 200 BCE

Reply via email to