From owner-freebsd-stable@FreeBSD.ORG Wed Nov 29 07:10:52 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62EC616ABC6; Wed, 29 Nov 2006 07:10:52 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout3.yahoo.com (mrout3.yahoo.com [216.145.54.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63A743CCA; Wed, 29 Nov 2006 07:10:35 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout3.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id kAT3MsN0099163; Tue, 28 Nov 2006 19:22:55 -0800 (PST) Date: Wed, 29 Nov 2006 11:30:02 +0900 Message-ID: From: gnn@freebsd.org To: Ed Schouten In-Reply-To: <20061128194600.GU16100@hoeg.nl> References: <20061128194600.GU16100@hoeg.nl> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.90 (i386-apple-darwin8.8.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD Stable , FreeBSD Networking Subject: Re: re(4) needs promisc to work properly X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 07:10:52 -0000 At Tue, 28 Nov 2006 20:46:00 +0100, Ed Schouten wrote: > > [1 ] > Hello, > > I'm running FreeBSD 6.2-PRERELEASE on my new desktop. It has the > following hardware: > > - Intel Core 2 Duo 6400 > - Asus P5B motherboard > - On-board Realtek NIC (8168B/8111B) > > For some reason, it drops all incoming IPv6 packets. I can only SSH to > the machine using IPv6 when I run the following command: > > $ ifconfig re0 promisc > > Is this a known issue about these NICs? > Is IPv6 turned on? ipv6_enable="YES" in rc.conf What addresses are you using? It would help to have the output of: ifconfig -a netstat -rn Best, George