From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 19:03:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C48916A4B3 for ; Tue, 30 Sep 2003 19:03:50 -0700 (PDT) Received: from smtp1.knology.net (smtp1.knology.net [24.214.63.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 76B8443FF7 for ; Tue, 30 Sep 2003 19:03:49 -0700 (PDT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 6380 invoked from network); 1 Oct 2003 02:03:48 -0000 Received: from unknown (HELO user-24-214-34-52.knology.net) (24.214.34.52) by smtp1.knology.net with SMTP; 1 Oct 2003 02:03:48 -0000 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Date: Tue, 30 Sep 2003 21:03:47 -0500 User-Agent: KMail/1.5.4 References: <63697.www.killersolutions.com.1064972023.ronate@www.killersolutions.c om> In-Reply-To: <63697.www.killersolutions.com.1064972023.ronate@www.killersolutions.c om> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309302103.47901.dkelly@HiWAAY.net> Subject: Re: FreeBSD routing between 2 interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 02:03:50 -0000 On Tuesday 30 September 2003 08:33 pm, freebsd@killersolutions.com wrote: > Dear FreeBSD users, > > I urgenly need to connect 192.168.1.* network to the internet. What > am I doing wrong? [...] You forgot natd. Am guessing your DSL or cable modem is doing NAT and assigning an address to your FreeBSD system. The modem will only accept traffic from the IP address it gave your machine. So when your other network routes thru the FreeBSD machine the modem igores it. Use natd to map that network traffic to the FreeBSD machine's external IP address. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.