Good,
I am trying to do a configuration with fog but I have not been able to do it or find exact information about the process or how to do it. I apologize if this issue has already been resolved, but I did not find it. I tell you what I want to do with invented IP addresses.
network1 = 10.0.0.0 / 24
network2 = 10.0.1.0 / 24
I have an infrastructure set up with 2 different networks each with its own DHCP server. My idea is to configure a fog server on a machine with two physical network cards, one connected to each network. In this way, it would have a machine to centralize the images of all the computers on the network.
Currently I have configured a centOS server with fog, together with a configuration of “dnsmasq” to act as a DHCP proxy to each network with the option of “dhcp-range, interface: ens33,10.0.1.3, proxy”, so far everything works correctly and if I turn on a machine on each network, it receives the reply and the pxe file to start the boot. The problem is that one of the two machines cannot continue the network boot because the machine receives an IP address “10.0.0.3/24” and the fog server is configured at the address “10.0.1.3/24”. I cannot find a solution for this problem and the main DHCP servers cannot be modified, it is necessary to do it in proxy mode.
My English is not too good, sorry for the gramar and I have read several posts here that helped me advance something but did not solve the problem.