Date: Wed, 30 Oct 2002 13:11:15 +0100 From: Marc Fonvieille <blackend@FreeBSD.org> To: Tiago Andre <tiagoandre@hotmail.com> Cc: doc@FreeBSD.org Subject: Re: your mail Message-ID: <20021030121115.GD206@nosferatu.blackend.org> In-Reply-To: <F228goun5DHAKxNmtRZ00017503@hotmail.com> References: <F228goun5DHAKxNmtRZ00017503@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 30, 2002 at 11:45:56AM +0000, Tiago Andre wrote: > Hello there... > > L've read the chapter 6.6 about the network card configurated, but > there only explain about ipv4, next i've try to see more about on > chapter 19.14 about ipv6, but there only explain how to create a > tunnel ipv4/ipv6, my question is about: > How can i config my network card whid an address Ipv6, not a tunnel? > The configuration is "close" to the IPv4 one: in /etc/rc.conf ipv6_enable="YES" ipv6_ifconfig_ed0="fec0:0:0:5::1 prefixlen 64" for example. Read ifconfig(8) manual page and /etc/defaults/rc.conf for more details. or from the command line: ifconfig ed0 inet6 fec0:0:0:5::1 prefixlen 64 http://www.netbsd.org/Documentation/network/ipv6/ can help too. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021030121115.GD206>