[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apparent pf misbehavior
- To: "Alex Kirk" <alex@schnarff.com>, <misc@openbsd.org>
- Subject: Re: Apparent pf misbehavior
- From: "Mika Ullgren" <mika.ullgren@portwise.com>
- Date: Wed, 1 Oct 2003 17:52:53 +0200
- content-class: urn:content-classes:message
- Thread-Index: AcOGrJHmLDgNeY7yQOOJ1Ie1KNW91gBhqv0Q
- Thread-Topic: Apparent pf misbehavior
Hello
<snip>
>rdr on $ext_if proto tcp from any to any port 7300 -> 192.168.2.73
>port 22
</snip>
Shouldn't that be:
rdr on $ext_if from any to $ext_if port 7300 -> 192.168.2.73 port 22
also make sure $ext_if is specified.
>
>Thanks,
>Alex Kirk
Hope it helps.
// Mika