Subject: Re: IPv6 on IPv4
To: Jason R Thorpe <thorpej@zembu.com>
From: Samuel Hornus <Samuel.Hornus@crans.org>
List: netbsd-help
Date: 07/23/2001 09:32:31
On Mon, 23 Jul 2001, Jason R Thorpe wrote:
> On Mon, Jul 23, 2001 at 08:11:52AM +0200, Samuel Hornus wrote:
>
> > I tried to confgure IPv6 on v4 thanks to Hubert Feyrer's OnLamp article.
> > Trying to config the stf0 interface with Hubert's given command line,
> > i get a "Device not configured" message :-(
> > (after recompiling the kernel with the correct options :
> > pseudo-device stf 1
> > options INET6)
> > should I shut the IPv4 tlp0 interface down before ?
> > should I recreate /dev ?
> > if yes : how : copy /etc.macppc in /dev and typing /etc/MAKEDEV all ?
>
> What version of NetBSD are you running? If you're running NetBSD-current,
> then you're going to need to do "ifconfig stf0 create" before the other
> commands...
Yes, I'm running -current
I solved the problem by reading the stf man page :-)
I did blindly/newbiely followed Hubert's command lines and the
'create' keyword was missing in his command...
(M. Feyrer : a mistake to correct on page 3 ?)
Now it seems to work great (at least ping6 works)
Sorry for the burden with this silly error :-/
--
Samuel.