From owner-freebsd-questions@FreeBSD.ORG Sun Aug 3 19:36:52 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 7F1EC37B401 for ; Sun, 3 Aug 2003 19:36:52 -0700 (PDT) Received: from smtp.orbitel.bg (smtp.orbitel.bg [195.24.32.22]) by mx1.FreeBSD.org (Postfix) with SMTP id B62EB43FA3 for ; Sun, 3 Aug 2003 19:36:50 -0700 (PDT) (envelope-from b_bonev@mail.orbitel.bg) Received: (qmail 17303 invoked from network); 4 Aug 2003 02:36:47 -0000 Received: from unknown (HELO beta) (212.39.76.93) by mail.orbitel.bg with SMTP; 4 Aug 2003 02:36:47 -0000 Message-ID: <000701c35a31$00a02b20$0200a8c0@inet> From: "B.Bonev" To: , "JacobRhoden" References: <000701c3564d$09255d20$0200a8c0@bartxp> <200307301434.42608.jrhoden@unimelb.edu.au> <000801c35659$53d2ae20$0201a8c0@inet> <200307301525.50890.jrhoden@unimelb.edu.au> Date: Mon, 4 Aug 2003 05:34:53 +0300 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 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Newbie question 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: Mon, 04 Aug 2003 02:36:52 -0000 Thanks, for all. And... i have another question! On 3rd subnet that must be used for internet connection(192.168.0.x) have a small Internet Server (DLink - 192.168.0.1) who listening for http connections (192.168.0.0/24 Dial on Demand) and have NAT, FreeBSD gateway is on 192.168.0.2. What I want to do is all Win boxes to have a connection to internet (from 192.168.1 and 192.168.2 subnets) Should I setup Internet server to listening for 192.168.0.0/16 or redirect adress from 192.168.1.1 and 192.168.2.1 to 192.168.0.1 with natd? Or may be have other answer?