From owner-freebsd-net@FreeBSD.ORG Wed Oct 13 22:50:48 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A42C16A4CF for ; Wed, 13 Oct 2004 22:50:48 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCB443D55 for ; Wed, 13 Oct 2004 22:50:47 +0000 (GMT) (envelope-from valiantsoul@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so402027rnk for ; Wed, 13 Oct 2004 15:50:47 -0700 (PDT) Received: by 10.38.24.78 with SMTP id 78mr2685399rnx; Wed, 13 Oct 2004 15:50:47 -0700 (PDT) Received: by 10.38.72.44 with HTTP; Wed, 13 Oct 2004 15:50:47 -0700 (PDT) Message-ID: <1a55096304101315502818216a@mail.gmail.com> Date: Wed, 13 Oct 2004 18:50:47 -0400 From: "Craig St. Jean" To: freebsd-net@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Routing and subnets problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Craig St. Jean" List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 22:50:48 -0000 I have a complicated situation. Firstly, I have cable running into my house which connects to a wireless router. Every computer except for 1 is connected to this wirelessly at the moment. One of those wireless computers is using a wireless to ethernet bridge with the computer running FreeBSD 4.10 stable. Lets call this computer A. Wired to that computer is another, dual booting FreeBSD and Windows which I will call computer B. At the moment I am just trying to get that computer on the net, but later will add port forwarding to allow it to run certain servers. I tried setting up ipf and ipnat by following tutorials on the internet however they didn't seem to get the two computers to talk. So I kept my ipf rules and turned off ipnat. Once I did that I changed all of the wireless computer's IPs to be under 192.168.1.64 and then set the netmask of the router and all of the computers connected's netmasks to 255.255.255.192. I then set the second nic of computer A to 192.168.1.65 and computer B's IP to 192.168.1.66 and its router to 192.168.1.65 (I have tried others such as 192.168.1.1 aswell). Still computer A and B don't talk. I checked the routing tables and the 192.168.1.0 network is there, along with 192.168.1.64/26. Any ideas on how I can get computer B on the net? If I can get it a part of 192.168.1.x that would be great because I can just use the wireless router's port forwarding from there. Thanks!