>A little cheesy but: >ifconfig lo0 inet6 > /dev/null 2>&1 >if [ $? != 0 ] >then > echo "No ipv6 support" >else > echo "Found ipv6 support" >fi thanks for the tip, it worked beautifully. itojun