Can pf simultaneously redirect to multiple, internal hosts
Melissa Jenkins
melissa-freebsd at littlebluecar.co.uk
Mon May 16 12:13:20 UTC 2016
>
> Sorry for not being more concise. Yes, I am looking at scenario number
> 1. Reading up on ng_tee, looks interesting. Thank you for the
> recommendation.
>
> On Thu, May 12, 2016 at 7:47 PM, Peter Jeremy <peter at rulingia.com> wrote:
>
>> On 2016-May-12 11:09:57 -0700, J Green <corpengineer at gmail.com> wrote:
>>> Can pf simultaneously redirect to multiple, internal hosts?
>>>
>>> Source -> UDP traffic -> pf (redirection) -> Host1
>>> -> Host2
>>> -> Host3
>>
from man pf.conf:
dup-to
The dup-to option creates a duplicate of the packet and routes it
like route-to. The original packet gets routed as it normally
would.
Not sure if that would do it but sounds promising. (Ie , I've not tried it but have used route-to)
More information about the freebsd-pf
mailing list