Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Infoblox and iPXE
2014-11-13, 02:56
Post: #8
RE: Infoblox and iPXE
(2014-11-12 15:12)mcb30 Wrote:  Thanks. Are you able to disable either of the DHCP servers from responding to the initial DHCPDISCOVER?

If not, then as a workaround you could delete the check in dhcp_request_rx() in net/udp/dhcp.c:

Code:
if ( server_id.s_addr != dhcp->server.s_addr )
  return;

Unfortunately there exists a requirement for immediate fail-over and Infoblox's implementation options are limited.

I really appreciate your help. Also thank you for highlighting where the IP address comparison is located. I think you guys are doing great dev work with this project and can't imagine going back to something as primitive as a basic PXE ROM.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Infoblox and iPXE - jov0 - 2014-11-07, 00:01
RE: Infoblox and iPXE - mcb30 - 2014-11-07, 15:03
RE: Infoblox and iPXE - jov0 - 2014-11-10, 04:27
RE: Infoblox and iPXE - mcb30 - 2014-11-10, 15:30
RE: Infoblox and iPXE - jov0 - 2014-11-11, 05:35
RE: Infoblox and iPXE - mcb30 - 2014-11-12, 15:12
RE: Infoblox and iPXE - jov0 - 2014-11-13 02:56
RE: Infoblox and iPXE - isi_spike - 2014-11-10, 21:48
RE: Infoblox and iPXE - jov0 - 2014-12-04, 20:42
RE: Infoblox and iPXE - robinsmidsrod - 2014-12-06, 21:21



User(s) browsing this thread: 2 Guest(s)