From owner-freebsd-current Sun Mar 12 21:33:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from itojun.org (dhcp108.iijlab.net [202.232.15.108]) by hub.freebsd.org (Postfix) with ESMTP id 1AE2837B967 for ; Sun, 12 Mar 2000 21:33:51 -0800 (PST) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost [127.0.0.1]) by itojun.org (8.9.3+3.2W/3.7W) with ESMTP id OAA05887; Mon, 13 Mar 2000 14:31:33 +0900 (JST) To: Yoshinobu Inoue Cc: fido@yaahoo.yi.org, dcs@newsguy.com, freebsd-current@FreeBSD.ORG In-reply-to: shin's message of Mon, 13 Mar 2000 10:22:08 JST. <20000313102208Z.shin@nd.net.fujitsu.co.jp> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: IPv6 setup... From: Jun-ichiro itojun Hagino Date: Mon, 13 Mar 2000 14:31:33 +0900 Message-ID: <5885.952925493@lychee.itojun.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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