From Fedora Project Wiki

Revision as of 08:09, 7 April 2010 by Tyan (talk | contribs) (Created page with 'Actions: 1. dump the xml of eth0, and save it as eth0.xml # virsh iface-dumpxml eth0 2. /sbin/ifconfig 3. compare the result of step 1 and step 2. whether they are consis...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Actions:

1. dump the xml of eth0, and save it as eth0.xml

   # virsh iface-dumpxml eth0

2. /sbin/ifconfig

3. compare the result of step 1 and step 2. whether they are consistent, checkpoints are :

   1> MAC address
   2> IP address of both IPv4 and IPv6 if your system has ipv6 enabled.
   3> network prefix of both IPv4 and IPv6

Expected Results:

Step 3:

      all checkpoints are passed.