From owner-freebsd-questions Fri Oct 9 14:40:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26475 for freebsd-questions-outgoing; Fri, 9 Oct 1998 14:40:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26384 for ; Fri, 9 Oct 1998 14:40:16 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id OAA23403; Fri, 9 Oct 1998 14:39:50 -0700 (PDT) Date: Fri, 9 Oct 1998 14:39:50 -0700 (PDT) From: Dan Busarow To: Stephen Derdau cc: questions@FreeBSD.ORG Subject: Re: ALMOST THERE !!! DHCP client In-Reply-To: <361E49CF.62611474@bit-net.com> 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 On Fri, 9 Oct 1998, Stephen Derdau wrote: > Now I would like to have my cable access work similar to > the way dial up ppp -alias works. > I use to dial in and have all my local computers > accessing over the dialup connection You need to run natd and add ipfirewall support to your kernel. Run natd with just the interface specified (no other options normally required) i.e. natd -i ed0 For starters just use a firewall type of "open" and add the following as the first rule /sbin/ipfw add divert natd all from any to any via ed0 The natd man page has very good instructions if you run into problems. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, a California corporation dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message