Hi All, I changed ethernet card, and chose to retain the config for the previous one, and now when booting, get a mac address is different igonoring, msg or something to that effect, and upon booted, doing a ifconfig shows nothing for the new card. What cmd do I issue, to make the OS see the new card? Cheers. Mark Sargent.
On Wed, Jan 25, 2006 at 03:29:48AM +0900, Mark Sargent enlightened us:> I changed ethernet card, and chose to retain the config for the previous > one, and now when booting, get a mac address is different igonoring, msg > or something to that effect, and upon booted, doing a ifconfig shows > nothing for the new card. What cmd do I issue, to make the OS see the > new card? Cheers. > > Mark Sargent.Edit /etc/sysconfig/network-scripts/ifcfg-ethX to reflect the correct MAC address. Matt -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
On Tue, 2006-01-24 at 12:29, Mark Sargent wrote:> I changed ethernet card, and chose to retain the config for the previous > one, and now when booting, get a mac address is different igonoring, msg > or something to that effect, and upon booted, doing a ifconfig shows > nothing for the new card. What cmd do I issue, to make the OS see the > new card? Cheers.Remove the HWADDR= line from /etc/sysconfig/network-scripts/ifcfg-eth0 (and /etc/sysconfig/networking/profiles/default/ifcfg-eth0 if it exists). Then 'ifup eth0' or reboot. -- Les Mikesell lesmikesell at gmail.com