This blog is all about life of being a systems administrator, it highlights the achievements and hurdles of managing small to large systems running on Unix/Linux platforms.
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!!'
No comments:
Post a Comment