> On 6/10/05, Jason Crawford <[EMAIL PROTECTED]> wrote:
> > It's very simple, try reading the ftp-proxy man page, as it has an
> > example for exactly what you're doing, something like:
> > rdr on $int_if inet proto tcp from $int_net to any port ftp ->
> > 127.0.0.1 port 8021
> 
> this works only for packets that *come to* OpenBSD box to be
> routed, not the packets that are *originated* at the OpenBSD box.

Are you by chance using a rule such as:
rdr on $int_if inet proto tcp from ($int_if) to any port foo -> bar
instead of:
rdr on $int_if inet proto tcp from !($ext_if) to any port foo -> bar
?

Graham

Reply via email to