差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:dhcp [2019/01/06 11:51] – [設定ファイルのチェック] ともやん | linux:dhcp [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー | ||
|---|---|---|---|
| 行 36: | 行 36: | ||
| option domain-name " | option domain-name " | ||
| - | option domain-name-servers blue-dc, tomoyan-wrt; | + | option domain-name-servers blue-dc, blue-ns, tomoyan-wrt; |
| option ntp-servers blue-dc; | option ntp-servers blue-dc; | ||
| 行 42: | 行 42: | ||
| # option netbios-name-servers blue-dc; | # option netbios-name-servers blue-dc; | ||
| # option netbios-node-type 2; | # option netbios-node-type 2; | ||
| + | option root-path "/ | ||
| + | if substring( option vendor-class-identifier, | ||
| + | filename "/ | ||
| + | } else { | ||
| + | filename "/ | ||
| + | } | ||
| + | next-server 192.168.1.15; | ||
| + | range 192.168.1.150 192.168.1.199; | ||
| range dynamic-bootp 192.168.1.91 192.168.1.100; | range dynamic-bootp 192.168.1.91 192.168.1.100; | ||
| default-lease-time 21600; | default-lease-time 21600; | ||
| 行 53: | 行 61: | ||
| #} | #} | ||
| </ | </ | ||
| - | |||
| ==== 設定ファイルのチェック ==== | ==== 設定ファイルのチェック ==== | ||
| < | < | ||