Virtual machine MAC problem
-
Server
- FOG Version: 1.3.3
- OS: ubuntu 14.04.1.LTS
Client
- Service Version: 0.11.8
- OS: Windows 7 64bits
Description
We have Virtualbox and VMware Player on our masters, they create virtual network device with address MAC. When I deploy my images those virtual network devices keep they original MAC address and if a machine get a MAC address in secondary fog client in others computers crash.
Is it possible to ban MAC address in fog?
Thanks -
@Lenain I am not sure if I fully understand what’s the problem with those virtual MAC addresses. Can you please explain more detailed what you mean when saying this:
and if a machine get a MAC address in secondary fog client in others computers crash
Do you have a screenshot of the “crash” or error?!
-
@Sebastian-Roth said in Virtual machine MAC problem:
Do you have a screenshot of the “crash” or error?!
I mean that the fog client refuse to work because it found the secondary address MAC registered to another computer. Here the error:
14/06/2017 18:00 Client-Info Client Version: 0.11.8 14/06/2017 18:00 Client-Info Client OS: Windows 14/06/2017 18:00 Client-Info Server Version: 1.3.3 14/06/2017 18:00 Middleware::Response ERROR: Unable to get subsection 14/06/2017 18:00 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet. 14/06/2017 18:00 Service Sleeping for 100 seconds 14/06/2017 18:02 Middleware::Communication URL: http://srv-image/fog/management/index.php?sub=requestClientInfo&configure&newService&json 14/06/2017 18:02 Middleware::Response Success 14/06/2017 18:02 Middleware::Communication URL: http://srv-image/fog/management/index.php?sub=requestClientInfo&mac=A0:8C:FD:C7:14:E4|0A:00:27:00:00:00&newService&json 14/06/2017 18:02 Middleware::Response ERROR: Could not parse data 14/06/2017 18:02 Middleware::Response ERROR: Unexpected character encountered while parsing value: E. Path '', line 0, position 0. 14/06/2017 18:02 Middleware::Communication URL: http://srv-image/fog/service/getversion.php?clientver&newService&json 14/06/2017 18:02 Middleware::Communication URL: http://srv-image/fog/service/getversion.php?newService&json 14/06/2017 18:02 Service ERROR: Unable to get cycle data 14/06/2017 18:02 Service ERROR: La référence d'objet n'est pas définie à une instance d'un objet. 14/06/2017 18:02 Middleware::Response Success```
-
@Sebastian-Roth
Do you have a idea of what could it be? -
@Lenain Sorry I lost track of this. I am not sure if the second MAC address is actually causing the issue.
But maybe give this a try: In the FOG web GUI -> Host Management -> select one of your hosts. There are two checkboxes next to the MAC addresses. One is “Ignore MAC on client”. This could possible help. -
@Sebastian-Roth
Thanks for the tip -
@Lenain You are welcome. Does this solve the issue for you?