From owner-freebsd-isp Mon Sep 16 21:20:44 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE1037B400 for ; Mon, 16 Sep 2002 21:20:42 -0700 (PDT) Received: from mail.arc.net.my (nagano.arc.net.my [203.115.225.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE9C43E72 for ; Mon, 16 Sep 2002 21:20:41 -0700 (PDT) (envelope-from nick@arc.net.my) Received: from roponggi (roppongi.arc.net.my [203.115.225.83]) by mail.arc.net.my (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0H2K004VJEQAD2@mail.arc.net.my> for freebsd-isp@FreeBSD.ORG; Tue, 17 Sep 2002 12:20:34 +0800 (SGT) Date: Tue, 17 Sep 2002 12:21:34 +0800 From: Nick Kraal Subject: IPv6 on FreeBSD To: freebsd-isp@FreeBSD.ORG Reply-To: Nick Kraal Message-id: <006f01c25e01$b526eac0$53e173cb@arc.net.my> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2479.0001 X-Mailer: Microsoft Outlook Express 6.00.2479.0001 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <10F29E27A956D511B0940050DA8D86A985C6A6@mailserver.dagupan.com> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am trying to implement a simple IPv6 gateway on FreeBSD. This box has three interfaces xl0,ep1 and gif0. xl0 is connected to a v4 network and runs fine. gif0 is a IPv4 tunneled interface to the existing IPv6 router. The ep1 interface is to a switch where I am trying to construct a pure IPv6 network 2001:FFFF:B405:2::/64. IPv6 connectivity from the box seems to be working fine but I am a bit stuck on the RA portion running on interface ep1. Can this work or must I install Zebra. Any ideas/hints/pointers will be greatly appreciated. Thanks in advance. -nick/ ...from the IPv6 router: ipv6 route 2001:FFFF:B405::/48 Tunnel 5 ...from /etc/rc.conf # ---IPv6 router config--- ipv6_enable="YES" ipv6_static_routes="default" ipv6_route_default="default -interface gif0" ipv6_gateway_enable="YES" ipv6_network_interfaces="xl0 ep1" ipv6_prefix_xl0="2001:FFFF:B405:1 prefixlen 64" ipv6_prefix_ep1="2001:FFFF:B405:2 prefixlen 64" gif_interfaces="gif0" prefixcmd="YES" rtadvd_enable="YES" rtadvd_interfaces="ep1" gifconfig_gif0="200.100.200.110 200.100.220.12" ifconifg_xl0_alias0="2001:FFFF:B405:1::1 prefixlen 64" ifconifg_ep1_alias0="2001:FFFF:B405:2::1 prefixlen 64" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message