- 履歴一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- CentOSによるサーバー構築/dhcpd.conf へ行く。
- 1 (2006-04-29 (土) 22:04:15)
- 2 (2007-01-05 (金) 00:31:34)
- 3 (2015-04-03 (金) 22:54:05)
authoritative;
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option domain-name "hkd.gr.jp";
option domain-name-servers 192.168.1.1;
option ip-forwarding off;
option time-offset -18000;
range 192.168.1.20 192.168.1.30;
default-lease-time 21600;
max-lease-time 43200;
}

