From Fedora Project Wiki

(First version)
 
(added route cmd)
Line 8: Line 8:
# Ping a host with IPv6 address: {{command| ping6 IPV6_ADDR}}
# Ping a host with IPv6 address: {{command| ping6 IPV6_ADDR}}
# Print the route packets trace to an IPv6 network host {{command| traceroute6 IPV6_ADDR}}
# Print the route packets trace to an IPv6 network host {{command| traceroute6 IPV6_ADDR}}
# Display IPv6 routes table: {{command| ip -6 route}}
# Display IPv6 routes table: {{command| ip -6 route}} or {{command| route -A inet6 }}


|results=
|results=

Revision as of 19:59, 6 June 2011

Description

This test case tests the compatibility of various commands with IPv6.

Setup

  1. Ensure the Package-x-generic-16.pngiputils, Package-x-generic-16.pngnet-tools, Package-x-generic-16.pngbind-utils, Package-x-generic-16.pngiproute packages are installed.

How to test

  1. Check if you have received an IPv6 address: ifconfig | grep inet6
  2. Check if your DNS response to AAAA requests (IPv6 address): dig ipv6.DOMAIN.TLD AAAA
  3. Ping a host with IPv6 address: ping6 IPV6_ADDR
  4. Print the route packets trace to an IPv6 network host traceroute6 IPV6_ADDR
  5. Display IPv6 routes table: ip -6 route or route -A inet6

Expected Results

  1. The commands should work as with ipv4.