[quote=“BryceZ, post: 4640, member: 2”]Have you added the wireless MAC addresses as additional MAC’s on the host’s page? I could be wrong, but I was under the impression that the additional MAC feature was built to address this issue.[/quote]
Hey BryceZ
That feature is in 0.32, however, I believe there is a problem when it comes to its execution.
From looking at the source code, it appears that the FOG agent on the host machien, after discovering that it is not associated with the server (because of a different MAC) polls the host for all MACs with “IPEndabled” = True.
Microsoft describes IPEnabled as being the status of the TCP/IP being bound to a NIC.
In windows XP, the binding persists to the physical NIC even though the network cable is unplugged. however, in windows 7, once the network cable is unplugged, the binding is released and IPEndabled = FALSE, therefore, FOG Service on host shows “exiting because only 1 mac found” or words to that effect, so it assumes that it has not been registered with the host.
The fix would be to associate the task with the host name rather than the host MAC.
I think I will be writing a script to modify the mysql database and update wired mac with wireless mac on boot up, then reverse the process on shut down.
Should I be placing this post in the bugs forum?
Can anyone replicate?