From owner-freebsd-current@FreeBSD.ORG Mon Apr 3 12:10:06 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B03E16A400 for ; Mon, 3 Apr 2006 12:10:06 +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 EEE7943D45 for ; Mon, 3 Apr 2006 12:10:05 +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 1FQNsi-000CDl-SB for freebsd-current@freebsd.org; Mon, 03 Apr 2006 12:10:05 +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 1FQNsf-0002Jw-QJ for freebsd-current@freebsd.org; Mon, 03 Apr 2006 20:10:01 +0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17457.4249.383686.765032@roam.psg.com> Date: Mon, 3 Apr 2006 20:10:01 +0800 To: FreeBSD Current Subject: natd when doubled X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 12:10:06 -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