We are configuring the remote network boot of a number of DSP > 200 (c6678) using a linux ISC dhcpd 4.1.1-P1 as BOOTP server and another machine acting as TFTP server. Board and TFTP server are both on the same LAN, but we would like the TFTP server stays on another subnet reachable via gateway.
But it seems the board does not accept the BOOTP options needed for the routing:
-
Subnet-Mask ( bootp option code 1)
- Default-Gateway (bootp option code 3)
The board does accept only its IP address (reserverd permanently in the dhcp server configuration). In addition the subnet scope is always class C, even when the IP address belongs to a class B network.
Is anybody aware of any limitations in the BOOTP options accepted by the IBL bootp client ?