From owner-freebsd-net@FreeBSD.ORG Sun Apr 2 13:16:52 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A44F16A401 for ; Sun, 2 Apr 2006 13:16:52 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A9143D48 for ; Sun, 2 Apr 2006 13:16:52 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FQ2Rn-0003Ry-KS for freebsd-net@freebsd.org; Sun, 02 Apr 2006 13:16:52 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FQ2Rl-0000Vf-QQ for freebsd-net@freebsd.org; Sun, 02 Apr 2006 21:16:49 +0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17455.52929.361561.385511@roam.psg.com> Date: Sun, 2 Apr 2006 21:16:49 +0800 To: freebsd-net@freebsd.org Subject: natd when doubled 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: Sun, 02 Apr 2006 13:16:52 -0000 i am in a hotel which gives me an address from 10/8 on the ether. i have it plugged into em0 on a -current system. i have another machine on wireless out the ath0 port which is configured as 192.168.0.1 my natd.conf is dynamic yes unregistered_only yes interface em0 my ipfw.rules sez add divert natd all from 192.168.0.0/24 to any via em0 add divert natd all from any to 192.168.0.0/24 via ath0 i suspect the latter two are a bit too clever the two machines can ping eachother over the wireless. but nat is just not doing it. hit me with he clue bat, please randy