Dhcp configuration and network boot – Artesyn Centellis 2000 Shelf Release 3.0 Installation and Use (May 2014) User Manual
Page 169

DHCP Configuration and Network Boot
Centellis 2000 Shelf Release 3.0 Installation and Use (6806800L99G)
169
// configuration for Board 1 - Interface 2
host board_1_2 {
// MAC Address of the board received in the dhcp-
request,
// e.g
hardware ethernet 00:80:42:26:79:9f;
// fixed IP address which will be assigned to the client
// according to the network addressing scheme e.g.
fixed-address 192.168.9.112;
// initial boot file which is to be loaded by the client
filename "pxelinux.0";
}
// configuration for Board 2 - Interface 1
host board_2_1 {
// MAC Address of the board received in the dhcp-request,
// e.g
hardware ethernet 00:80:42:26:79:f2;
// fixed IP address which will be assigned to the client
// according to the network addressing scheme, e.g.
fixed-address 192.168.9.121;
// initial boot file which is to be loaded by the client
filename "pxelinux.0";
}
// configuration for Board 2 - Interface 2
host board_2_2 {
// MAC Address of the board received in the dhcp-request,
// e.g
hardware ethernet 00:80:42:26:79:f3;
// fixed IP address which will be assigned to the client
// according to the network addressing scheme, e.g.
fixed-address 192.168.9.122;
// initial boot file which is to be loaded by the client
filename "pxelinux.0";
}
}