>>>>> On Fri, 23 Nov 2001 16:59:30 -0800 (PST),
>>>>> [EMAIL PROTECTED] said:
> Updating from FreeBSD 3.4 + KAME from last year to FreeBSD 4.4.
> Previously, once I had configured my gif tunnel to my IPv6 provider,
> I would then attach the tunnel addresses to the gif interface with
> the command:
> ifconfig gif0 inet6 3ffe:xxx:x:x::1e 3ffe:xxx:x:x::1d prefixlen 126 alias
> (with real values substituted for "xxx"). Under FreeBSD 4.4, this
> command gives the error message:
> ifconfig: ioctl (SIOCAIDADDR): Invalid argument
> What gives? What command am I supposed to use? Thanks for your
> attention. -- George Mitchell ([EMAIL PROTECTED])
There has been a significant change between FreeBSD 4.3 and 4.4.
FreeBSD 4.4 now rejects a prefix length less than 128 when a
destination address of a p2p link is specified. So, please configure
the gif as follows:
# ifconfig gif0 inet6 3ffe:xxx:x:x::1e 3ffe:xxx:x:x::1d prefixlen 128 alias
or
# ifconfig gif0 inet6 3ffe:xxx:x:x::1e prefixlen 126 alias
("126" can actually be an arbitrary value less than 128)
JINMEI, Tatuya
Communication Platform Lab.
Corporate R&D Center, Toshiba Corp.
[EMAIL PROTECTED]
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]