I’m having an issue and need some help.
I have a FOG server with 3 NICs and all are on different subnets. Using dnsmasq I am able to have the client machine pull the unidonly.kpxe file from the correct IP depending on what subnet the client is on (10.10.1.1, proxy,255.0.0.0) . After adding some lines to /tftpboot/default.ipxe I am able to use “||” to have the client attempt to chainload from one of the 3 IP depending on its subnet. If one fails it moves to the next until one boots or total failure. The issue arises when the tftp request is being made from outside the same subnet as the client, it times out and I don’t know if there is a file I can edit to make the client skip and attempt to request from the other 2 IPs assigned to the Fog server.
Essentially my question is do I need three independent Fog servers for each subnet since FOG doesn’t seem to have the ability to use more than one IP at a time.
sorry about the scattered nature of this question, at at my wits end and reaching out to anyone that can help.