198
edits
Changes
→DHCP configuration
== DHCP configuration ==
<pre>
option domain-name-servers 142.204.1.2,142.204.43.43;
default-lease-time 86400;
max-lease-time 86400;
authoritative;
log-facility local7;
allow booting;
allow bootp;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.254;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
range 192.168.1.100 192.168.1.199;
next-server 192.168.1.254;
host seneca0 { option host-name "seneca0"; hardware ethernet fc:2f:40:48:06:a0; fixed-address 192.168.1.100;}
}
</pre>
== TFTP configuration ==