-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Severity 1Unable to use product / product is unable to operate / product caused other critical sw to failUnable to use product / product is unable to operate / product caused other critical sw to fail
Description
On mac address refresh (after import), the interfaces get wrong configuration.
/etc/sysconfig/network-scripts/ifcfg-eth0 - contains the previous mac address
/etc/udev/rules.d/70-persistant-net.rules - contains two interfaces: eth0 with old mac address, and eth1 with new mac address.
workaround:
- update /etc/sysconfig/network-scripts/ifcfg-eth0 with new mac address
- update /etc/udev/rules.d/70-persistant-net.rules - remove eth0 line and replace 'eth1' with 'eth0' (so the only line will be one with eth0 and new mac address)
Metadata
Metadata
Assignees
Labels
Severity 1Unable to use product / product is unable to operate / product caused other critical sw to failUnable to use product / product is unable to operate / product caused other critical sw to fail