Open ifcfg-eth0 in editor of your choice:lance.peterson wrote:Whats the best way to make that change?
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
~
Save it.
service network restart
This should work for you.