From owner-freebsd-questions Fri Nov 21 19:22:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA07910 for questions-outgoing; Fri, 21 Nov 1997 19:22:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA07901 for ; Fri, 21 Nov 1997 19:22:23 -0800 (PST) (envelope-from shawn@cpl.net) Received: from cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.8/8.6.12) with ESMTP id TAA01330 for ; Fri, 21 Nov 1997 19:21:15 -0800 (PST) Message-ID: <34764FE2.DD51831@cpl.net> Date: Fri, 21 Nov 1997 19:22:10 -0800 From: Shawn Ramsey X-Mailer: Mozilla 4.03 [en] (WinNT; U) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc CC: questions@freebsd.org Subject: problem routing/2 nics Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We have 2 FreeBSD machines, one(I believe) is connected to a Router, the other to a switch. One of the machines has 2 NIC cards which then plugs into the device the other is not. So they are bother physically connected to one device. How would I go about routing between the two? Ive tried add routes but nothing seems to work... route add 207.67.172.152 207.67.172.150 .152 is the second ethernet card in one machine, and .150 is the IP of the other I am trying to reach via the second NIC. Shoot me if I havent made this clear. :) Any pointers would be appreciated.... thanks.