From owner-freebsd-net@FreeBSD.ORG Sun Jan 30 16:07:42 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 700AE106566B for ; Sun, 30 Jan 2011 16:07:42 +0000 (UTC) (envelope-from freebsd@psconsult.nl) Received: from mx1.psconsult.nl (unknown [IPv6:2001:7b8:30f:e0::5059:ee8a]) by mx1.freebsd.org (Postfix) with ESMTP id 2372D8FC14 for ; Sun, 30 Jan 2011 16:07:41 +0000 (UTC) Received: from mx1.psconsult.nl (psc11.adsl.iaf.nl [80.89.238.138]) by mx1.psconsult.nl (8.14.4/8.14.4) with ESMTP id p0UG7Z8w091238 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 30 Jan 2011 17:07:40 +0100 (CET) (envelope-from freebsd@psconsult.nl) Received: (from paul@localhost) by mx1.psconsult.nl (8.14.4/8.14.4/Submit) id p0UG7ZqV091237 for freebsd-net@freebsd.org; Sun, 30 Jan 2011 17:07:35 +0100 (CET) (envelope-from freebsd@psconsult.nl) X-Authentication-Warning: mx1.psconsult.nl: paul set sender to freebsd@psconsult.nl using -f Date: Sun, 30 Jan 2011 17:07:35 +0100 From: Paul Schenkeveld To: freebsd-net@freebsd.org Message-ID: <20110130160735.GA81067@psconsult.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Subject: rtadvd and carp 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: Sun, 30 Jan 2011 16:07:42 -0000 Hi, I'm trying to enable IPv6 troughout the whole network here but I'm stuck on configuring rtadvd on my redundant firewall. The firewall consists of two Soekris net5501 (with 4 additional network interfaces each). Sis0 is connected to a LAN where I'd like to use IPv6, carp0 is my virtual interface. If I enable rtadvd on sis0 on both firewalls I see they both advertise the autoconf address of sis0 as the default gateway. I'd like the IPv6 address of carp0 to be advertised, can rtadvd do that or should I go for an IPv6 enable DHCP server? Thanks. Paul Schenkeveld