IPv6 headaches

Michael K. Smith mksmith at noanet.net
Tue Sep 2 08:00:31 PDT 2003


On 8/29/03 12:18 PM, "Danny Horne" <danny at 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 at noanet.net        http://www.noanet.net




More information about the freebsd-net mailing list