Emerson Centellis 2000 Shelf Release 3.0 Manual page 139

Table of Contents

Advertisement

request,
Centellis 2000 Shelf Release 3.0 Installation and Use (6806800L99F)
// configuration for Board 1 - Interface 2
host board_1_2 {
// MAC Address of the board received in the dhcp-
// 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";
}
}
DHCP Configuration and Network Boot
139

Advertisement

Table of Contents
loading

Table of Contents