From Fedora Project Wiki
Description
This test case tests the compatibility of various commands with IPv6.
Setup
- Ensure the
iputils
,net-tools
,bind-utils
,iproute
packages are installed.
How to test
- Check if you have received an IPv6 address:
ifconfig | grep inet6
- Check if your DNS response to AAAA requests (IPv6 address):
dig ipv6.DOMAIN.TLD AAAA
- Ping a host with IPv6 address:
ping6 IPV6_ADDR
- Print the route packets trace to an IPv6 network host
traceroute6 IPV6_ADDR
- Display IPv6 routes table:
ip -6 route
orroute -A inet6
Expected Results
- The commands should work as with ipv4.