Version 1.1
・時刻サーバーを配布するように設定を追加。 ・ネームサーバーのIPアドレスが間違っていたのを修正。 ・説明文の不備を修正。
parent
547ef493ba
commit
03e31a2220
|
@ -4,7 +4,8 @@
|
|||
authoritative;
|
||||
|
||||
option domain-name "example.net";
|
||||
option domain-name-servers 192.168.110.10;
|
||||
option domain-name-servers 192.168.110.4;
|
||||
option ntp-servers 192.168.110.4;
|
||||
option routers 192.168.110.10;
|
||||
|
||||
default-lease-time 86400; # 24 hours.
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
authoritative;
|
||||
|
||||
option dhcp6.domain-search "example.net";
|
||||
option dhcp6.name-servers fdaa:aaaa:aaaa:aaaa::10;
|
||||
option dhcp6.name-servers fdaa:aaaa:aaaa:aaaa::4;
|
||||
option dhcp6.sntp-servers fdaa:aaaa:aaaa:aaaa::4;
|
||||
|
||||
default-lease-time 86400; # 24 hours.
|
||||
max-lease-time 604800; # 7 days.
|
||||
|
|
Loading…
Reference in New Issue