If you can explain what you're actually trying to do, rather than talk about how you're thinking of accomplishing it, maybe someone can suggest a way.
On 2010-08-28, Jean-Francois <jfsimon1...@gmail.com> wrote: > Good evening, > > Is it possible to redirect to an IF or at least an IP range such as following > rules ? > > match in on $ext_if proto tcp from any to any port 1024:32768 \ > rdr-to $int_if > > match in on $ext_if proto tcp from any to any port 1024:32768 \ > rdr-to 192.168.100.0/16 > > I am not sure it even makes sense in regard of a redirection in a network > topology but I'll try the question, since it can help to understand. > > I am thinking the probability is very high that a redirection of above kind > needs to copy as many times the packets as wide as the range of ip is. > > Thanks to help me to understand this point. > > Jean-Frangois