From owner-freebsd-pf@freebsd.org Thu May 12 19:30:18 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AF13B38406 for ; Thu, 12 May 2016 19:30:18 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36EB81669 for ; Thu, 12 May 2016 19:30:17 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u4CJVUZg066447 for ; Thu, 12 May 2016 12:31:36 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: From: "Chris H" Subject: Re: Can pf simultaneously redirect to multiple, internal hosts? Date: Thu, 12 May 2016 12:31:36 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <50db6c16ec3c264a6a0d31bd4507af83@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2016 19:30:18 -0000 On Thu, 12 May 2016 11:09:57 -0700 J Green wrote > Hello all: > > Can pf simultaneously redirect to multiple, internal hosts? > > Source -> UDP traffic -> pf (redirection) -> Host1 > -> Host2 > -> Host3 > > I believe what I am looking for is called redirection. However it appears > to be implemented such that pf will only forward traffic to one internal > host at a time. I am looking for a solution where UDP traffic will be > forwarded to multiple internal hosts, at the same time. > > Is this possible? While I have no actual, specific solution. I'm wondering if divert(4) might be of any aid. Just throwing it out there, in case it might be of any value. :) --Chris > > Thank you. > _______________________________________________ > freebsd-pf@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-pf > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org"