From Fedora Project Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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