>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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: IPv6 setup... Shaun (UNIX)
- Re: IPv6 setup... Yoshinobu Inoue
- Re: IPv6 setup... Shaun (UNIX)
- Re: IPv6 setup... Yoshinobu Inoue
- Re: IPv6 setup... Daniel C. Sobral
- Re: IPv6 setup... Yoshinobu Inoue
- Re: IPv6 setup... Daniel C. Sobral
- Re: IPv6 setup... Shaun (UNIX)
- Re: IPv6 setup... Shaun (UNIX)
- Re: IPv6 setup... Yoshinobu Inoue
- Re: IPv6 setup... Jun-ichiro itojun Hagino
- Re: IPv6 setup... Yoshinobu Inoue
- Re: IPv6 setup... Garrett Wollman
- Re: IPv6 setup... Yoshinobu Inoue
- Re: IPv6 setup... Brian Somers
- Re: IPv6 setup... Yoshinobu Inoue
- Re: IPv6: can a link-si... Richard Seaman, Jr.
- Re(2): IPv6: can a link-site (or global)... Nora Parker
- Re: IPv6: can a link-site (or global) addres... Jose M. Alcaide
- RE: IPv6: can a link-site (or global) address be ... Richard Draves