From owner-freebsd-questions Thu Jun 3 22:15:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id E8B0014FA1 for ; Thu, 3 Jun 1999 22:15:10 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id BAA01882; Fri, 4 Jun 1999 01:15:29 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906040515.BAA01882@cc942873-a.ewndsr1.nj.home.com> Subject: Re: 2 ethernet cards (fwd) In-Reply-To: from Brad Tucker at "Jun 3, 99 09:42:51 pm" To: zvi@zvi.t-networking.com (Brad Tucker) Date: Fri, 4 Jun 1999 01:15:29 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brad Tucker wrote, > cisco router (206.117.19.1 netmask 255.255.255.128) > | > | > | OK, this connection is a bit fuzzy for me... What interface of zvi is the router connected to? > zvi (FreeBSD Box 206.117.19.2) > ed0 + ed1 installed > Half the class c goes to ed0 and other half to ed1 > this is subnetted with ifconfig in rc.conf) > / \ > / \ > ed0 ed1 > 206.117.19/26 206.117.19.64/26 > 1-63 Virtual IPs 64-127 IPS for my Mac's > > > > Why do I need to configure the cisco router. Im subnetting it from the > FreeBSD box. Do I need do configure the router to, and If i do, what am i > to tell it?? You see, I'm wondering how your router knows to send packets destined for the subnets to zvi first. The router thinks that _all_ of the 206.117.19.0/25 network is connected to its 206.117.19.1 interface. It does not know that a packet for 206.117.19.125 needs to be sent to 206.117.19.2 to be routed. The router does not send them to zvi, but will try to find the hosts connected to its interface directly. I see two choices: reconfigure the router or run NATd on the FreeBSD box. I did some traceroutes and pings of your setup (I hope you do not mind), and although they do not absolutely verify my suspicions, the results were consistent with them. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message