From owner-freebsd-questions@FreeBSD.ORG Wed Feb 15 20:45:57 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0AA16A420 for ; Wed, 15 Feb 2006 20:45:57 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56A243D82 for ; Wed, 15 Feb 2006 20:45:45 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so14905nzf for ; Wed, 15 Feb 2006 12:45:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nFVKczb8Gixn5E2/MDMjDFigALe1yXhD/f2ACwXVWkUUZIz5fFzrVhOigneHsIPn0zLpKfaB5YsfDe7wEMFbZRczPp8321/LOgZtEpdWGqYIwJl43j9rQVyusrYe7RKV4a4TbcIO9CMdlTG8GQ4U8or5eggKW2q0ac1HqFPyhvY= Received: by 10.36.140.6 with SMTP id n6mr194225nzd; Wed, 15 Feb 2006 12:45:21 -0800 (PST) Received: by 10.37.20.11 with HTTP; Wed, 15 Feb 2006 12:45:20 -0800 (PST) Message-ID: Date: Wed, 15 Feb 2006 23:45:20 +0300 From: Andrew Pantyukhin To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: natd with several alias IPs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2006 20:45:57 -0000 I wonder, what tricks do you use to use more than one alias IP? I mean, if you have hundreds of hosts behind your firewall, what can you do to alias some of them to one ip, others to another and so on. I know pf can probably do it in a better fashion, I just wonder how we can do it with natd. Several natd processes? Some other tricks?