From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 17:20:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD9516A54C for ; Tue, 26 Oct 2004 17:20:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id A71B143D46 for ; Tue, 26 Oct 2004 17:20:10 +0000 (GMT) (envelope-from adnichols@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so198293wri for ; Tue, 26 Oct 2004 10:20:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=nW2ksQaJJffRBEzdQsDBYfZE7/VqZ9zJdpjRYmNA8weOTsGxEUkGyAqlXLvB/fys7P86tBAbT0tC2SM8WyoCWRSRS+G3HMLIEIt//uzdJW1NlCF+ei0JxfUJXbvM10YzRVR+nGLvQThmUgAG6FpkU68epKOv3YyGPu/RriHOmQw= Received: by 10.54.35.9 with SMTP id i9mr72310wri; Tue, 26 Oct 2004 10:20:10 -0700 (PDT) Received: by 10.54.35.52 with HTTP; Tue, 26 Oct 2004 10:20:10 -0700 (PDT) Message-ID: Date: Tue, 26 Oct 2004 10:20:10 -0700 From: Aaron Nichols To: Adam Seniuk In-Reply-To: <2468257016843100455@unknownmsgid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2468257016843100455@unknownmsgid> cc: questions@freebsd.org Subject: Re: 2 Network Cards & 2 IP's? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Nichols List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 17:20:11 -0000 On Tue, 26 Oct 2004 11:14:21 -0600, Adam Seniuk wrote: > This is more for redundancy, I have 2 on board nic's so if I can use both of > them to do basic dns round robin load balancing and manual failover its more > useful then one network card doing nothing :D There is a sysctl variable which can be set to zero and would stop the log events I think net.link.ether.inet.log_arp_wrong_iface: 1 Hopefully that helps. Aaron