From owner-freebsd-net@FreeBSD.ORG Wed Mar 13 16:27:41 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E52EE43 for ; Wed, 13 Mar 2013 16:27:41 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail4.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4843236E for ; Wed, 13 Mar 2013 16:27:41 +0000 (UTC) Received: from amavis-proxy-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3ZQz3L47JyzGN5j for ; Wed, 13 Mar 2013 17:27:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= message-id:content-transfer-encoding:content-type:content-type :mime-version:in-reply-to:references:user-agent:date:date :subject:subject:organization:from:from:received:received :received:vbr-info; s=jakla2; t=1363192029; x=1365784030; bh=b0a YKVzxvumJKr3o/bODLPVoDDNLEpPNKpRj6jNkwe8=; b=fmA8biM6WEesW2ZTq+E 2trtmmc1J7g3ZYPBrTMr96xNkgpxA9LPCVhdRsGKVelMmuEb1hjzPUqbxXsiXF0k YAO1yE42MUQJ+4rgzvVKfx+utCInXpvALXR4M4doACTk3cVQ42fVSRTZh6FwR6cP z+DHNEDo8Gr4VZ6bIKPIYZ98= VBR-Info: md=ijs.si; mc=all; mv=dwl.spamhaus.org; X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-proxy-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10012) with ESMTP id VkpbC8Fkfj_O for ; Wed, 13 Mar 2013 17:27:09 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP for ; Wed, 13 Mar 2013 17:27:09 +0100 (CET) Received: from neli.ijs.si (neli.ijs.si [IPv6:2001:1470:ff80:88:21c:c0ff:feb1:8c91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mildred.ijs.si (Postfix) with ESMTPSA id AC57D8B0 for ; Wed, 13 Mar 2013 17:27:08 +0100 (CET) From: Mark Martinec Organization: J. Stefan Institute To: freebsd-net@freebsd.org Subject: Re: ipv6 default router Operation not permitted Date: Wed, 13 Mar 2013 17:27:08 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) References: <20130312225018.GA13589@defiant.konundrum.org> <20130313135253.GA18992@defiant.konundrum.org> <201303131659.04074.Mark.Martinec+freebsd@ijs.si> In-Reply-To: <201303131659.04074.Mark.Martinec+freebsd@ijs.si> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201303131727.08183.Mark.Martinec+freebsd@ijs.si> X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 16:27:41 -0000 > > I am informed that I must configure my interface to /64 by OVH. The same > > as everyone else. So if everyone was on a /64 then we will send packets > > to each other via our shared default gateway. Btw, if the router responds to your subnet's (/64) anycast address (RFC 4291 section 2.6.1 Required Anycast Address) and you are not afraid of rougue routers on the same subnet, you could try pointing a default route to that address, in your case to 2001:41d0:2:e7c4:: Mark