From owner-freebsd-net@FreeBSD.ORG Fri Aug 29 12:18:53 2003 Return-Path: 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 A5BD316A4BF for ; Fri, 29 Aug 2003 12:18:53 -0700 (PDT) Received: from smtp.clifftop.net (machassociates-6.dsl.easynet.co.uk [217.204.162.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CAAD43F75 for ; Fri, 29 Aug 2003 12:18:52 -0700 (PDT) (envelope-from danny@clifftop.net) Received: from andromeda.clifftop.net (www@localhost.clifftop.net [127.0.0.1]) by smtp.clifftop.net (8.12.9/8.12.9) with ESMTP id h7TJIpnj001764; Fri, 29 Aug 2003 20:18:51 +0100 (BST) Received: (from www@localhost) by andromeda.clifftop.net (8.12.9/8.12.2/Submit) id h7TJImZ4001763; Fri, 29 Aug 2003 20:18:48 +0100 (BST) X-Authentication-Warning: andromeda.clifftop.net: www set sender to danny@clifftop.net using -f Received: from cassiopeia.clifftop.net (cassiopeia.clifftop.net [192.168.1.10]) by webmail.clifftop.net (Horde) with HTTP for ; Fri, 29 Aug 2003 20:18:48 +0100 Message-ID: <1062184728.da48264882b97@webmail.clifftop.net> X-Priority: 3 (Normal) Date: Fri, 29 Aug 2003 20:18:48 +0100 From: Danny Horne To: Ivo Vachkov References: <1062152622.4cc1afda45d6f@webmail.clifftop.net> <3F4F6ED9.2090809@unilans.net> In-Reply-To: <3F4F6ED9.2090809@unilans.net> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 192.168.1.10 cc: freebsd-net@freebsd.org Subject: Re: IPv6 headaches X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 19:18:53 -0000 Ivo Vachkov was once thought to have said: > try: > =09route add -inet6 default YOUR_TUNNEL_BROKER_ENDPOINT_IPv6 > This is the script I was sent to set things up - #!/bin/sh ifconfig gif create gifconfig gif0 inet 217.204.162.182 193.113.58.80 && ifconfig gif0 inet6 2001:618:400::d9cc:a2b6 prefixlen 128 && route add -inet6 default fe80::%gif0 && ifconfig fxp0 inet6 2001:618:456:: prefixlen 48 && sysctl =96w net.inet6.ip6.forwarding=3D1 && /usr/sbin/rtadvd fxp0 && echo "IPv6 configuration completed" || { echo "IPv6 configuration failed!" 1>&2; exit 1; } This is the result of deleting their default route & applying your suggested= one - andromeda# route add -inet6 default 2001:618:1::a0 route: writing to routing socket: Network is unreachable add net default: gateway 2001:618:1::a0: Network is unreachable Do I need to apply any IPv6 firewall rules to make things work? (preferred f= w is ipf) Do I need to set anything in rc.conf? (I assumed script would do everything) -- To do is to be -- Nietzsche To be is to do -- Sartre Scooby do be do -- Scooby ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.