From owner-freebsd-net@FreeBSD.ORG Fri Jun 13 14:28:13 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C3331065679 for ; Fri, 13 Jun 2008 14:28:13 +0000 (UTC) (envelope-from brennanma@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id D43E18FC26 for ; Fri, 13 Jun 2008 14:28:12 +0000 (UTC) (envelope-from brennanma@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so623098wra.27 for ; Fri, 13 Jun 2008 07:28:12 -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; bh=8y/8jZtmb2ncmB3VNKsoAjOH7XDr9SunjNXJ11z3VVg=; b=Snw9Hg4CsrjlwnqKOuifNkm2r3pBCou0+7WfdeN+BawIZgjCDPEGr2c+MZqaNjlH3n WUBUiTHl1Htgp7urOf7uXixaPh9vx7/9UL62/XSMgehpp1HLBBd51KnkpfXo4/Gp/6cZ E+uMTUmzVau3VMyK1AInWtcL4RGE/ht0E308I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ot8hshbUS7E7PMlNXIso94AlH4miwlmLvXf8PdA8Stb8FwReKzWHATF7vATISM0byz nVpXbmTaN7LAIsvAE2J9w0YCzl3ikKMFTcKD3dwE6NUbu8VqqwB11vocckjvD2bHx+TG ZkJ6+mk0hGxmond6RD7q4bugJdbTwsiyPZXhY= Received: by 10.100.94.14 with SMTP id r14mr2802761anb.152.1213365590983; Fri, 13 Jun 2008 06:59:50 -0700 (PDT) Received: by 10.100.142.17 with HTTP; Fri, 13 Jun 2008 06:59:50 -0700 (PDT) Message-ID: <1c01b5070806130659ufaa761ax18de48287c7064d1@mail.gmail.com> Date: Fri, 13 Jun 2008 09:59:50 -0400 From: "Matt Brennan" To: "FreeBSD Networking" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Static NAT and PAT on 6.2 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2008 14:28:13 -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