Displaying 1 result from an estimated 1 matches for "basehostsetup".
2011 Dec 20
8
Network config module won't work. -Mac address errors
...ain.local
GATEWAY=<%= gateway %>
ifcfg-eth0.erb
----------------
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BOOTPROTO=static
IPADDR=<%= ipaddress %>
NETMASK=255.255.255.0
ONBOOT=yes
HWADDR=<%= macaddress %>
Gets kicked off using:
basehost {''basehostsetup'':
ipaddress => ''10.148.0.32'',
gateway => ''10.148.0.1'',
hostname => ''myhostname'',
environ => ''test'',
macaddress => ''00:50:56:ac:40:8a'',
}
--
You received this message becau...