Page 2 of 2

Re: Accessing Nagios after Hyper V upgrade

Posted: Fri Sep 11, 2015 10:23 am
by hsmith
lance.peterson wrote:Whats the best way to make that change?
Open ifcfg-eth0 in editor of your choice:

vim /etc/sysconfig/network-scripts/ifcfg-eth0

My XI box for example:

Code: Select all

DEVICE=eth0
HWADDR=00:50:56:83:68:86
TYPE=Ethernet
UUID=c5317276-f030-41f4-bb02-c29a24711aac
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
~
Change the HWADDR=00:50:56:83:68:86 to your new Mac.

Save it.

service network restart

This should work for you.