Date: Tue, 02 Sep 2003 08:00:07 -0700 From: "Michael K. Smith" <mksmith@noanet.net> To: Danny Horne <danny@clifftop.net>, Ivo Vachkov <ivo@unilans.net> Cc: freebsd-net@freebsd.org Subject: Re: IPv6 headaches Message-ID: <BB79FE87.1C2A8%mksmith@noanet.net> In-Reply-To: <1062184728.da48264882b97@webmail.clifftop.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/29/03 12:18 PM, "Danny Horne" <danny@clifftop.net> wrote: > Ivo Vachkov was once thought to have said: > >> try: >> route 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 Is this the v6 address that was given to you by the provider? > && route add -inet6 default fe80::%gif0 You should have a v6 address of the endpoint that should be here. > && ifconfig fxp0 inet6 2001:618:456:: prefixlen 48 Interface prefixlen should always be 64 or more specific Mike -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) mksmith@noanet.net http://www.noanet.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BB79FE87.1C2A8%mksmith>