From owner-freebsd-net@FreeBSD.ORG Mon Aug 29 21:17:31 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5275516A420; Mon, 29 Aug 2005 21:17:31 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB3E43D6E; Mon, 29 Aug 2005 21:17:26 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 99D5A1CCD6; Tue, 30 Aug 2005 09:17:20 +1200 (NZST) Date: Tue, 30 Aug 2005 09:17:20 +1200 From: Andrew Thompson To: "Bruce A. Mah" Message-ID: <20050829211720.GA55642@heff.fud.org.nz> References: <1125346643.2344.31.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1125346643.2344.31.camel@localhost> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: if_bridge and IPv6? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 21:17:31 -0000 On Mon, Aug 29, 2005 at 01:17:23PM -0700, Bruce A. Mah wrote: > Hi folks-- > > Can anyone tell me if I should be able to run IPv6 over an if_bridge > interface? The bridge is layer2 so you should be able to use any layer3 protocol. > IPv4 seems to work fine over this; I can assign an IPv4 address to > bridge0 and everything seems normal. If I assign an IPv6 address to the > interface, no IPv6 packets seem to go in or out, and ping6-ing a machine > on the same subnet yields: > > hornet# ping6 other_address > PING6(56=40+8+8 nbytes) (net4801_address) --> (other_address) > _storelladdr: something odd happens > ping6: sendmsg: Invalid argument > ping6: wrote tomcat.kitchenlab.org 16 chars, ret=-1 > nd6_storelladdr: something odd happens > >From what I can tell this is from the bridge itself, does bridging work between ipv6 hosts on either side of the bridge? I will try and replicate this setup tonight. cheers, Andrew