From owner-freebsd-questions Sat Jun 20 00:07:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20933 for freebsd-questions-outgoing; Sat, 20 Jun 1998 00:07:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from logan.xmen.org (xmen.org [204.120.9.216]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20928 for ; Sat, 20 Jun 1998 00:07:35 -0700 (PDT) (envelope-from jeremy@logan.xmen.org) Received: from localhost (jeremy@localhost) by logan.xmen.org (8.8.8/8.7.2) with SMTP id CAA00389 for ; Sat, 20 Jun 1998 02:12:07 -0500 (CDT) Date: Sat, 20 Jun 1998 02:12:07 -0500 (CDT) From: Jeremy Spring To: freebsd-questions@FreeBSD.ORG Subject: natd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running 2.2.6 with pppd and am trying to get a small lan connected to the inet via ppp dialup. I as the gateway can ping the computers on the lan and the inet, and the lan can ping me, but the lan can't get to the inet. I have enabled 'gateway_enable=yes' and 'default_router=localhost' in rc.conf (might this be wrong?). I have setup ipfw rules, as follows: 65533 divert natd ip from any to any via ed0 65534 allow ip from any to any, and I have run 'natd -n ppp0'. Still can't get the lan computers to the internet. Any suggestions? Thanks, Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message