Subject: Re: ipv6 over ipv4 troubles
To: Nigel Reed <nigel@nelgin.nu>
From: None <itojun@iijlab.net>
List: current-users
Date: 02/07/2001 09:41:49
>Everything looks OK, however when I try to ping www.kame.net (which people
>have suggested I try...)
>
>bash-2.04# ping6 www.kame.net
>PING6(56=40+8+8 bytes) 3ffe:b00:c18:1fff::4dd --> 3ffe:501:4819:2000:5054:ff:fed
>c:50d2
>ping6: sendmsg: Message too long
>ping6: wrote www.kame.net 16 chars, ret=-1
>ping6: sendmsg: Message too long
>ping6: wrote www.kame.net 16 chars, ret=-1
>^C
>--- www.kame.net ping6 statistics ---
>2 packets transmitted, 0 packets received, 100% packet loss
>
>
>Any ideas what I might be doing wrong here?

	your "gif0" interface is not IFF_UP.  try "ifconfig gif0 up".

itojun