From owner-freebsd-cluster@FreeBSD.ORG Tue May 31 11:14:27 2005 Return-Path: X-Original-To: freebsd-cluster@freebsd.org Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54CA116A41C; Tue, 31 May 2005 11:14:27 +0000 (GMT) (envelope-from unixtools@hotmail.com) Received: from hotmail.com (bay21-f14.bay21.hotmail.com [65.54.233.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3593943D49; Tue, 31 May 2005 11:14:27 +0000 (GMT) (envelope-from unixtools@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 31 May 2005 04:14:26 -0700 Message-ID: Received: from 203.199.109.161 by by21fd.bay21.hotmail.msn.com with HTTP; Tue, 31 May 2005 11:14:26 GMT X-Originating-IP: [203.199.109.161] X-Originating-Email: [unixtools@hotmail.com] X-Sender: unixtools@hotmail.com From: "Sunil Sunder Raj" To: freebsd-pf@freebsd.org Date: Tue, 31 May 2005 11:14:26 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 31 May 2005 11:14:26.0918 (UTC) FILETIME=[E842A860:01C565D1] Cc: freebsd-cluster@freebsd.org Subject: (no subject) X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 11:14:27 -0000 Hi, I have 3 smtp servers 10.0.0.2, 10.0.0.3, 10.0.0.4 under a cluster with the load balancing done by 10.0.0.1. The pf rule on 10.0.0.1 is ext_if="fxp0" internal_smtp_servers="{ 10.0.0.2, 10.0.0.3, 10.0.0.4 }" rdr on $ext_if proto tcp from any to any port 25 -> $internal_smtp_servers round-robin sticky-address If 10.0.0.4 port 25 goes down, how do I force pf to remove 10.0.0.4 from its table. Regards Sunil Sunder Raj