Pass In for out Syntax

2002-08-09 Thread Amir Seyavash Mesry
Ok I got another Q. I know Cisco has this for it's routers, what I want to know is how would I implement it on openbsd. Here is what the rule does. A packet goes out on if0 on port 22, which causes port 22 to open for incoming traffic on if0 to the same ip it is now outgoing. Or A packet goes out

Re: Pass In for out Syntax

2002-08-09 Thread Philipp Buehler
On 09/08/2002, Amir Seyavash Mesry <[EMAIL PROTECTED]> wrote To [EMAIL PROTECTED]: > Ok I got another Q. > I know Cisco has this for it's routers, what I want to know is how would > I implement it on openbsd. > Here is what the rule does. > A packet goes out on if0 on port 22, which causes port 22

RE: Pass In for out Syntax

2002-08-09 Thread Amir Seyavash Mesry
have received this communication in error, and delete the copy you received. Thank you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Philipp Buehler Sent: Friday, August 09, 2002 3:28 PM To: [EMAIL PROTECTED] Subject: Re: Pass In for out Syntax On 09/08/

Re: Pass In for out Syntax

2002-08-10 Thread Chris
Keep State does this for individual connections ... opening for everybody while you are connected to anyone has what advantage if you aren't wanting to open for everybody wanting your service regardless whether you're connected to anyone at the moment? IE, why not do a keep-state rule on outgo

RE: Pass In for out Syntax

2002-08-11 Thread Amir Seyavash Mesry
:[EMAIL PROTECTED]] On Behalf Of Chris Sent: Friday, August 09, 2002 8:01 PM To: [EMAIL PROTECTED] Subject: Re: Pass In for out Syntax Keep State does this for individual connections ... opening for everybody while you are connected to anyone has what advantage if you aren't wanting to ope

Re: Pass In for out Syntax

2002-08-12 Thread Chris
On Sunday, August 11, 2002, at 02:49 PM, Amir Seyavash Mesry wrote: > But I will try to explain what I am wanting to do. > My machine sends data on port 25 out, there is a rule for it to let the > data out. But there is no corresponding rule to let the data in on port > 25 to that ip. What I am