Tuesday, January 24, 2012

IPv6 Quick check your system

Here is a one liner quick check to Ipv6 your system.

At the command prompt:

[ -f /proc/net/if_inet6 ] && echo 'IPv6 ready system!' || echo 'No IPv6 support found! Re-Compile the kernel!!'


Neat. :)

No comments:

Post a Comment