From owner-freebsd-questions Sat Aug 15 10:49:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17764 for freebsd-questions-outgoing; Sat, 15 Aug 1998 10:49:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cc1.ccms.net (cc1.ccms.net [204.96.187.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17753 for ; Sat, 15 Aug 1998 10:49:12 -0700 (PDT) (envelope-from aauu@ccms.net) Received: from ccms.net (aaweber@ppp5.ccms.net [204.181.93.15]) by cc1.ccms.net (8.8.5/8.8.5) with ESMTP id NAA09264; Sat, 15 Aug 1998 13:25:09 -0500 (CDT) Message-ID: <35D5C9FC.ED6443E6@ccms.net> Date: Sat, 15 Aug 1998 12:48:44 -0500 From: Alan Weber Organization: Personal X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "questions@FreeBSD.ORG" , charlespeters@chickenbean.com Subject: Re: Cable modem gateway via freebsd 2.2.6 release for win95 client boxes References: <199808151713.KAA14506@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > At 01:35 AM 8/15/98 -0400, charlespeters@chickenbean.com wrote: > >I have been trying for at least 20 hours to get a gateway configured so that > >my win95 boxes can access the internet through my freebsd 2.2.6 release box. > >The freebsd box has 2 network interface cards, vx0 is configured to access > >the internet, and de0 (ip=192.168.0.1)is configued to hopefully be a gateway > >device for the win95 boxes on my local network. I am able to ping the win95 > >boxes from the bsd box, and ping the bsd box (both ip addresses) from the > >win95 boxes. > > > >The win95 boxes have ip addresses in the form, 192.168.0.2, 192.168.0.3, > >192.168.0.4, etc..... The default gateway setup in the win95 tcpip > >configuration is 192.168.0.1, which points to the nic in the bsd box. > > natd You will need to set up natd. Your local addresses are in the internal network range and all routers on the internet are supposed to ignore these addresses. natd will magically transform the illegal address to a legal address and send it to the internet. when the reply comes back natd will reverse the transform and forward the packet to the originating machine on your internal network. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message