From owner-freebsd-questions@FreeBSD.ORG Mon May 26 06:40:23 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 944811065671 for ; Mon, 26 May 2008 06:40:23 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAA58FC1A for ; Mon, 26 May 2008 06:40:23 +0000 (UTC) (envelope-from alexus@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so1784722wah.3 for ; Sun, 25 May 2008 23:40:23 -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=DBaYYD5BKT/4KnMqY903BjEDwNYeeAs71M9kD8T5ie0=; b=RvbUywwfYkl0UqoCDR3soJZuVckrnf+FPjVdHGU9MMOaJ9aeH1e4Zc7iCSelLV3pB50/aLKTXX+C9VBrXoCVD5gNjVkwGOBpTFPIpI/a18IdyV//nO9Fa3zPFsdfjrD7RnfJFDr9fy5qnqY0/TUBuOKbYFu1nfHwZII111aMuSY= 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=vr+BQK6uC+t5sZRoV+X/EcqxwDMJn/ixK3Q9ZZZgd0n8EF5+DTC4qlZZtcnhvB6Snem7d+gjKepV0ehXdW1TOCya+t5LBlTUZZ094qI7EhGRKo5C4M0SRSnPtl3A8hjcHWeoRNxQ9U/6SilHTBnnGLo44qIYP/UOkUauAM16ax0= Received: by 10.114.195.19 with SMTP id s19mr2761687waf.57.1211784022955; Sun, 25 May 2008 23:40:22 -0700 (PDT) Received: by 10.114.174.15 with HTTP; Sun, 25 May 2008 23:40:22 -0700 (PDT) Message-ID: <6ae50c2d0805252340x5b8efc73lea4757b52c194351@mail.gmail.com> Date: Mon, 26 May 2008 02:40:22 -0400 From: alexus To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ipnat 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: Mon, 26 May 2008 06:40:23 -0000 hi i cant figure something out, maybe someone can help me... i have two interfaces on my 7.0-RELEASE-p1 dc0 and fxp0, dc0 has public IP, and fxp0 is internal, my ipnat.rules looks like this map dc0 192.168.2.0/24 -> 0/32 su-3.2# ipnat -l List of active MAP/Redirect filters: map dc0 192.168.2.0/24 -> 0.0.0.0/32 List of active sessions: su-3.2# NAT on 192.168.2.0/24 doesn't seem to be working at all :( -- http://alexus.org/