From owner-freebsd-questions@FreeBSD.ORG Tue Jul 29 20:45:51 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 A693C37B401 for ; Tue, 29 Jul 2003 20:45:51 -0700 (PDT) Received: from datasphereweb.com (12-212-67-226.client.attbi.com [12.212.67.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E9BA243FE5 for ; Tue, 29 Jul 2003 20:45:50 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 91606 invoked from network); 30 Jul 2003 03:45:47 -0000 Received: from evrtwa1-ar17-4-47-114-001.evrtwa1.dsl-verizon.net (HELO bartxp) (4.47.114.1) by datasphereweb.com with SMTP; 30 Jul 2003 03:45:47 -0000 From: "Derrick Ryalls" To: "'B.Bonev'" , Date: Tue, 29 Jul 2003 20:45:30 -0700 Message-ID: <000701c3564d$09255d20$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <000e01c35648$21435240$0200a8c0@inet> 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: Wed, 30 Jul 2003 03:45:51 -0000 > What I need to change on a PC with FreeBSD4.8 with 2 NICs, so=20 > that for Win computers must see each other on different=20 > subnets - 192.168.1/24 and 192.168.2/24? I want Win clients=20 > to be just like they are on a Win network? Or maybe i must do=20 > anything on those Win machines? Need more info. What are the ips on the two nics on FreeBSD? If only one nic has a private ip (192.168.x.x) while the other is public, then depending on your network setup, you should just be able to change the netmask of the winboxen so they are part of both the 192.168.1 and 192.168.2 subnets. This might not be the best solution, but it might work. If both nics have private ips, then I am at a loss and am unsure of what your network looks like.