dhcp ed
Konfiguration ed
/etc/dhcp3/dhcp.conf
ddns-update-style none;
#option domain-name "example.org";
#option domain-name-servers 192.168.1.105, 192.168.192.1;
option domain-name-servers 192.168.1.105;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.20 192.168.1.50;
option routers 192.168.1.1;
}
host hinoki {
hardware ethernet 00:21:97:8a:2e:ae;
fixed-address 192.168.1.105;
option host-name "hinoki";
}
# mehr hosts...Categories: Computer