From owner-freebsd-questions Fri Jul 7 18:21:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 795FA37B519 for ; Fri, 7 Jul 2000 18:21:34 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id SAA13017; Fri, 7 Jul 2000 18:21:25 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <009601bfe87a$d5cb7c40$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Greg S. Wirth" , Subject: Re: DHCP & Stuff Date: Fri, 7 Jul 2000 18:21:07 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >rc.conf > gateway_enable="YES" > hostname="creep.myisp.com" > defaultrouter="64.234.18.1" > ifconfig_dc0="DHCP" > ifconfig_dc1="inet 192.168.0.50 netmask 255.255.255.0" > >I have ipf installed. v3.4.6 >Defaults to "open" >I am not running NAT. > >I use a cable modem, with DHCP assigned IP's. >IP 192.168.0.40 (98 Box) can ping 192.168.0.50 Since you're using 192.168.x.x addresses, which are private and non-routable, you need to run IPFW and NATD (or IPFILTER, et al). It's not all that hard to do, see my cheat sheet at http://www.mostgraveconcern.com/freebsd/sheet.cgi?ipfw --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message