From owner-freebsd-questions Fri May 18 1:24:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id 52BB837B424 for ; Fri, 18 May 2001 01:24:31 -0700 (PDT) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 9716D33009; Fri, 18 May 2001 09:24:29 +0100 (BST) Date: Fri, 18 May 2001 09:24:29 +0100 From: Mark Drayton To: freebsd-questions@freebsd.org Subject: Re: Palm Connectivity Message-ID: <20010518092429.A22301@tethys.valhalla.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20010517203740.A14840@tethys.valhalla.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dibble@cc.gatech.edu on Thu, May 17, 2001 at 07:06:48PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG Dibble (dibble@cc.gatech.edu) wrote: > I got the Palm to make a PPP connection to the FreeBSD box. Now the > problem is telling the FreeBSD box to forward all packets from > /dev/cuaa0 to my networks' gateway. Any Ideas? I have dried digging > through the FreeBSD manual and some man pages, but nothing. The O'Reilly URL I posted uses ipchains to masquerade the Pilot's IP address behind that of the machine it's connected to (I think). If this is correct you might be able to use natd(8) and ipfw(8) to do the NAT. I haven't tried this myself and I don't have a palm pilot and FreeBSD box near each other at the moment. (Guessing and reading rc.firewall) natd -n eth0 ipfw add divert natd all from any to any via eth0 swap eth0 for your ethernet card name. Cheers, -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message