From Fedora Project Wiki

Revision as of 08:14, 7 April 2010 by Tyan (talk | contribs) (Created page with 'Actions: 1. get the MAC address of eth0 # /sbin/ifconfig 2. using the MAC address to get the interface'name # virsh iface-name ${MAC} 3. loop step 1 and step 2 on all ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Actions:

1. get the MAC address of eth0

  # /sbin/ifconfig

2. using the MAC address to get the interface'name

  # virsh iface-name ${MAC}

3. loop step 1 and step 2 on all of physical network interfaces


Expected Results:

Step 2:

     get the name of network interface successfully