From owner-freebsd-mobile Fri Jun 1 16:47: 5 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (roam.psg.com [147.28.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 809FA37B424 for ; Fri, 1 Jun 2001 16:47:03 -0700 (PDT) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.22 #1) id 155xMd-00026P-00 for freebsd-mobile@freebsd.org; Fri, 01 Jun 2001 15:25:51 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Laptoppers Subject: roaming natd Message-Id: Date: Fri, 01 Jun 2001 15:25:51 -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 4.3-stable on a dell latitude c600 i run ipfw with natd to support vmware with a win98se guest os on 192.168.254.1/24. i wander between wireless (wi0), wired (xl0), and metricom (tun0). but the ipfw and natd parms hard code the specific device, i.e. # cat /etc/ipfw.rules flush add divert natd all from any to any via wi0 add pass all from any to any and /sbin/natd -dynamic -u -n wi0 any clues on how to be less bound to a specific device? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message