Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 14:31:33 +0900
From:      Jun-ichiro itojun Hagino <itojun@iijlab.net>
To:        Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
Cc:        fido@yaahoo.yi.org, dcs@newsguy.com, freebsd-current@FreeBSD.ORG
Subject:   Re: IPv6 setup... 
Message-ID:  <5885.952925493@lychee.itojun.org>
In-Reply-To: shin's message of Mon, 13 Mar 2000 10:22:08 JST. <20000313102208Z.shin@nd.net.fujitsu.co.jp> 

next in thread | previous in thread | raw e-mail | index | archive | help
>And if you want to check 6to4 prefix for some IPv4 addr
>without doing 6to4 interface configuration, please try
>following command.
>
>  echo 24.113.25.85 | sed -e s/"\."/" "/g | awk '{$5 = $1*256 + $2; $6 = $3*256 + $4; printf "2002:%x:%x:\n", $5, $6}'
>
>Then it will print out first 6byte for your 6to4 prefix.

	just checking.  from code inspection on cvsweb,
	- rc.network6 is called before performing nfs mounts.
	- awk and sed are in /usr
	so the above sentence disallows NFS-mounted /usr.  is it really okay
	to do?

itojun


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5885.952925493>