From owner-freebsd-stable Wed Jul 29 15:57:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21424 for freebsd-stable-outgoing; Wed, 29 Jul 1998 15:57:43 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pn.wagsky.com (root@wagsky.vip.best.com [206.86.71.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21307 for ; Wed, 29 Jul 1998 15:57:18 -0700 (PDT) (envelope-from Jeff@Wagsky.com) Received: from [192.168.6.3] (mac.pn.wagsky.com [192.168.6.3]) by pn.wagsky.com (8.8.8/8.8.8) with ESMTP id PAA07287; Wed, 29 Jul 1998 15:56:24 -0700 (PDT) (envelope-from Jeff@Wagsky.com) X-Sender: mailman@mail.pn.wagsky.com Message-Id: In-Reply-To: <3.0.3.32.19980729203940.00d39f10@mail.virtek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 29 Jul 1998 15:53:56 -0700 To: Phil Allsopp From: Jeff Kletsky Subject: Re: twin network cards in one PC Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >When I put two network cards in one Pc and both cards are on the same >subnet ie. 194.159.112.3 and >194.159.112.4 > >I can not ping one of the cards wheras if I have one of the cards set to >192.168.1.1 > >I can ping them both. > >Why is this ? Try looking at your firewall configuration (pointed to in /etc/rc.conf) to make sure that the addresses both permit the proper flow of packets. Stock FreeBSD configurations only expect one IP address. If that doesn't help, you might look at the package 'icmpinfo' which will let you "see" the ping packets as they come and go. You can also set logging with 'ipfw' -- lines like ipfw add 1 count log any from any to any via (your interface device #1) ipfw add 1 count log any from any to any via (your interface device #2) should provide lots of debugging help. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message