From owner-freebsd-questions@FreeBSD.ORG Tue Apr 3 17:42:02 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49A85106566B for ; Tue, 3 Apr 2012 17:42:02 +0000 (UTC) (envelope-from prvs=4330d07a8=a@jenisch.at) Received: from mgaterz1.oekb.co.at (mgaterz1.oekb.co.at [143.245.5.111]) by mx1.freebsd.org (Postfix) with ESMTP id CCCEE8FC15 for ; Tue, 3 Apr 2012 17:42:01 +0000 (UTC) Received: from exchhubcas2.oekb.co.at ([143.245.3.66]) by mgaterz1.oekb.co.at with ESMTP/TLS/AES128-SHA; 03 Apr 2012 19:40:52 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by internal-relay-exchhubcas2.oekb.co.at (143.245.3.65) with Microsoft SMTP Server id 14.1.339.1; Tue, 3 Apr 2012 19:40:52 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.5/8.14.5) with ESMTP id q33HepqN003060 for ; Tue, 3 Apr 2012 19:40:51 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.5/8.14.5/Submit) id q33HepTl003059 for freebsd-questions@freebsd.org; Tue, 3 Apr 2012 19:40:51 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Tue, 3 Apr 2012 19:40:51 +0200 From: Ewald Jenisch To: Message-ID: <20120403174051.GA2540@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: IPv6 default-route - gone X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 17:42:02 -0000 Hi, After installing a new machine under FreeBSD9 I discovered that the IPv6-configuration I had in place with FreeBSD8 does no longer work. Here's what I've got in /etc/rc.conf: ipv6_enable="YES" ipv6_ifconfig_em0="2001:76c:2218:2009::11/64" ipv6_defaultrouter="2001:76c:2218:2009::1" The interface address correctly shows up under "ifconfig" however the default route doesn't seem to be installed, so I'm basically cut off the Internet in terms of IPv6. Please note that the above config has worked unser FreeBSD8 - in fact I've got a couple of boxes under FreeBSD8 with this exact same config. Has the IPv6-related config changed from FBSD 8 -> FBSD 9? Thanks much in advance for any help, -ewald