»
Linux
»
Examen sur Linux
»
Examen 202 : Networking Administration
»
Section 5
»
Question 23/27
23.You want to assign IP addresses from a Class C network to your numerous bootp clients. What would you add to the dhcpd.conf?
bootp-dynamic 192.168.0.0/24;
range dynamic bootp 192.168.0.2 192.168.0.255;
range dynamic-bootp 192.168.0.2 192.168.0.255;
assign range 192.168.0.0/24 bootp;
bootp { range: 192.168.0.0/24; }
Explanation
« Question 22
Question 24 »