Bug 247757 - HWADDR usage
Summary: HWADDR usage
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-network
Version: 7
Hardware: i686
OS: Linux
low
low
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-11 10:12 UTC by Andrei Nestor
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-24 08:20:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Andrei Nestor 2007-07-11 10:12:49 UTC
Hello!

Description of problem:

Configuring a logically-assigned MAC address using system-config-network does
not work.

Version-Release number of selected component (if applicable): 1.3.96-1

How reproducible: every time

Steps to Reproduce:
1. type in a mac address in the system-config-network gui
2. save configuration
3.
  
Actual results:
The MAC address remains the same.

Expected results:
The network interface will run with a logically-assigned MAC address.

Additional info:

system-config-network sets the HWADDR variable inside ifcfg-<ifname>. This is
used by the ifup-eth script to call a function called rename_device, which is
defined inside network-functions. However, rename_device no longer changes the
hardware address of an interface. Looking further into ifup-eth, I saw that
there is another variable called MACADDR which is used to "ip link set" the mac
address on the device.

HTH, Andrei

Comment 1 Harald Hoyer 2007-09-24 08:20:04 UTC
s-c-network does not allow you to _set_ the MACADDR. It only provides a way to
bind the interface name ("eth0") to a device with the specified HWADDR.


Note You need to log in before you can comment on or make changes to this bug.