This fixed it. Thanks again!
Best posts made by djbucci
-
RE: "Invalid MAC Address!" when attempting to register machines over iPXE
Latest posts made by djbucci
-
RE: HostnameChanger and Ubuntu
Thanks guys. I followed @Sebastian-Roth 's advice and make a dhclient-exit.d script that updates /etc/hostname and /etc/hosts based on the hostname given out by DHCP/DNSMASQ.
-
RE: HostnameChanger and Ubuntu
@Sebastian-Roth I’ve seen this, but all I find are the Windows source files. Is there a Linux build?
-
HostnameChanger and Ubuntu
I know FOG has the ability to change hostnames…is this only in the context of LDAP or AD? Or is there a way to have fog change the host name after deploying an image via editing /etc/hostname? If so, I’m on Ubuntu clients and would appreciate any insight.
-
RE: "Invalid MAC Address!" when attempting to register machines over iPXE
This fixed it. Thanks again!
-
RE: "Invalid MAC Address!" when attempting to register machines over iPXE
Oh I see. I’ll upgrade to the latest version in SVN. I think my problem was that I used WGET to pull the “latest” version of the trunk following the instructions on:
https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
I’ll let you know what happens. Thanks.
-
RE: "Invalid MAC Address!" when attempting to register machines over iPXE
I ended up pulling fog_trunk for 1.2.0. The version number on the FOG logo cloud is 6381.
-
"Invalid MAC Address!" when attempting to register machines over iPXE
I’m working with fog_trunk (v1.30), and I’m having trouble getting my client machines registered in the fog database. My fog server and clients are running Ubuntu 14.04. When I go to PXE boot a client machine and select quick registration and inventory, it seems populate an inventory entry based on the screen output. However, the first line outputs:
Starting Host registration…Invalid MAC Address!
The remainder of the inventory seems to go OK, and the machine reboots. If I check the fog database, an entry is added in the hosts schema, but no entry is added into hostsMAC. If I try to add the host manually through the web interface, the hosts and hostsMAC schemas get populated, but when I reboot the client via iPXE, the boot menu still states that the machine is not registered.
Running the compatability mode PXE boot option yields the correct MAC address for the onboard NIC. The network interfaces option shows two interfaces in the following order: (1) the loop back device, (2) the actual NIC.
Any ideas?