From owner-freebsd-net Sun Oct 21 21:30: 5 2001 Delivered-To: freebsd-net@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 3E74C37B401 for ; Sun, 21 Oct 2001 21:30:03 -0700 (PDT) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id VAA92891; Sun, 21 Oct 2001 21:25:48 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.3/8.11.3) id f9M4PmY91280; Sun, 21 Oct 2001 21:25:48 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200110220425.f9M4PmY91280@arch20m.dellroad.org> Subject: Re: netgraph one2many question In-Reply-To: "from murthy kn at Oct 21, 2001 02:25:45 am" To: murthy kn Date: Sun, 21 Oct 2001 21:25:47 -0700 (PDT) Cc: net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org murthy kn writes: > 1.In the context of one2many, in the manpage example, I see that it puts the > interfaces into promiscuous mode. My question is, instead of turning on the > promiscuous mode, will it not work if we use the "ifconfig lladdr" to > temporarily change the MAC address (hardware > receive filter) of the cards to that of the master card (fxp0 in the manpage > example). Assuming "ifconfig lladdr" changes both the transmit and receive MAC addresses, that should work... > 2. Are the messages like "arp: something was on fxp0 got the reply from > fxp1...." kind of messages harmful - can I turn it off if in any way. > I get lot of such messages when I enable multiple cards connected on the > same segment on a FreeBSD machine. Try sysctl -w net.link.ether.inet.log_arp_wrong_iface=0 > 3. Is it possible to have multiple cards with the same IP address > on a FreeBSD machine. Not sure.. I don't think so... which one would FreeBSD use to send packets?? -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message