From owner-freebsd-questions@FreeBSD.ORG Sat May 27 02:19:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0E2C316A48B for ; Sat, 27 May 2006 02:19:47 +0000 (UTC) (envelope-from dennisolvany@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660B343D46 for ; Sat, 27 May 2006 02:19:46 +0000 (GMT) (envelope-from dennisolvany@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so189653wri for ; Fri, 26 May 2006 19:19:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=S0Yz42rBQvyJPaHqeyNBaXa46LObEpNMxXZmVP7y2MTBZ19KdJ38ZYvJKZNIE5eXJUt75mUtuvVfh45XnX5Kbd4hEDgUes8QInXgzto8Ej7W/bLCvNXWUaD2gnOCHh7umyImjPa2cCPWQJMsvFHDwnV3UxBOP+M2gE5+nKWrpL4= Received: by 10.54.60.15 with SMTP id i15mr41540wra; Fri, 26 May 2006 19:19:45 -0700 (PDT) Received: from ?195.16.87.34? ( [195.16.87.34]) by mx.gmail.com with ESMTP id 64sm898213wra.2006.05.26.19.19.43; Fri, 26 May 2006 19:19:44 -0700 (PDT) Message-ID: <4477B73D.2070207@gmail.com> Date: Fri, 26 May 2006 21:19:41 -0500 From: Dennis Olvany User-Agent: Thunderbird 1.5 (X11/20060211) MIME-Version: 1.0 To: Mark Moellering References: <200605241032.48356.mark@msen.com> In-Reply-To: <200605241032.48356.mark@msen.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Firewall with 3 NIC (1 wireless) problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2006 02:19:49 -0000 Mark Moellering wrote: > I am attempting to add a wireless capabilities to an existing network / > firewall structure. I added a wireless NIC card to the firewall (Netgear > WPN311) and followed the wireless instructions. I also added a similar card > to an existing computer (Netgear WG311T). > The Firewall's internal wired network is on 192.168.1.1 and the Wireless card > is set to 192.168.2.1 > The client computer can find the wireless network and I can ping the wireless > card (192.168.2.1) However, I can get nowhere else. I cannot get to the > wired subnet nor outside access to the internet. I tried adding a bridge > from the wired to the wireless network interfaces but that did nothing. I > tried putting the wireless Nic to 192.168.1.249 but that made things worse. > Any help would be greatly appreciated. > Both client and firewall are running Freebsd 6.1 Relevant (that I can think > of) files from the firewall are included... The bridge is not necessary. If you're trying to make all the traffic traverse the wireless network, you'll have to change the default gateway on the client. Otherwise the traffic will traverse bge0 as indicated in the client routing table. Otherwise, I would examine the firewall. Change it to allow all traffic and see if that makes a difference. Verify that your nat configuration is correct.