From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 21:57:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49644106566C for ; Sun, 1 Jun 2008 21:57:15 +0000 (UTC) (envelope-from brennanma@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id E60288FC1A for ; Sun, 1 Jun 2008 21:57:14 +0000 (UTC) (envelope-from brennanma@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so717710ana.13 for ; Sun, 01 Jun 2008 14:57:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=M4mQOScRYWeXA7rfv1ld06+sE7AE1jSyc1JgtwD2t+E=; b=YkZN/WnLap/GPk6fY81splePK18crYwES3glPkYGbOkBQ0rnXFdmv7fb6k9qn1riXTPOSYlJQ/DmHdOK99aW/i8RXJsEY7sfvkW4s3HmK0ju8hcp1oEdmFPJVpV9LlAUrwg7hAnWlVrNCkTKiuvgULnLDjsxHn3hMMHUj8OiHnU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XX9lScCVL984qPF2cqiYK4i/1DwLAoX8V81Ss4WM7bZeoCm2C/3RBv5UAZqFcuxivHRCzmgXaijVrjNcQPokO30Meg1Cv9jj1gH4sww20w9AiWAR0+VfVNfUCZDOudtugLfb6AuroynSwJl8DQU6olP1qyuuELnBP5EyALwCmLs= Received: by 10.100.215.14 with SMTP id n14mr6293396ang.110.1212355989548; Sun, 01 Jun 2008 14:33:09 -0700 (PDT) Received: by 10.100.142.17 with HTTP; Sun, 1 Jun 2008 14:33:09 -0700 (PDT) Message-ID: <1c01b5070806011433leedf20fl2826e3e3845fa7fc@mail.gmail.com> Date: Sun, 1 Jun 2008 17:33:09 -0400 From: "Matt Brennan" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Static NAT and PAT on FreeBSD 6.2 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: Sun, 01 Jun 2008 21:57:15 -0000 Hi All, I am running FreeBSD 6.2-release. I have been running PAT via natd and ipfw for some time now and it runs great. However, I continue to try and employ static NAT on this router, and as soon as I do so all other clients lose routing. My natd.conf is as below: unregistered_only use_sockets log_ipfw_denied redirect_address 10.100.1.2 66.92.79.20 alias_address 66.92.79.89 Whenever I run with this configuration all clients except the static'ed one lose routing out of the building. I have tried switching the order of the alias_address and redirect_address. Any help is appreciated. -Matt